diff --git a/test/test_client_contact.py b/test/test_client_contact.py index fd9c928..fdf88bf 100644 --- a/test/test_client_contact.py +++ b/test/test_client_contact.py @@ -8,6 +8,13 @@ from superfaktura.client_contacts import ( ClientException, ) +""" +Tests for the ClientContact class from the superfaktura package. + +These tests validate the functionality of methods for managing client contacts +through the SuperFaktura API. +""" + @pytest.fixture def client_contact():