Update README, docstrings, and test scope for temporary_addressbook

This commit is contained in:
Chris Coutinho
2025-08-03 14:42:16 +02:00
parent 72cb62a101
commit 1dfdad5fad
3 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ async def temporary_note_with_attachment(
# which should also trigger the WebDAV directory deletion attempt.
@pytest.fixture
@pytest.fixture(scope="module")
async def temporary_addressbook(nc_client: NextcloudClient):
"""
Fixture to create a temporary addressbook for a test and ensure its deletion afterward.