From f40b015beb326c651099ffbd2988288ad47e10a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Wed, 12 Mar 2025 22:03:25 +0100 Subject: [PATCH] test_client_contact: add docstring --- test/test_client_contact.py | 7 +++++++ 1 file changed, 7 insertions(+) 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():