mirror of
https://github.com/Eledio/superfaktura-client.git
synced 2025-11-02 00:18:23 +01:00
test_client_contact: add docstring
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user