test_client_contact: add docstring

This commit is contained in:
Richard Kubíček
2025-03-12 22:03:25 +01:00
parent 964882bc5d
commit f40b015beb

View File

@@ -8,6 +8,13 @@ from superfaktura.client_contacts import (
ClientException, 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 @pytest.fixture
def client_contact(): def client_contact():