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