test: Replace test_*_clients with single nc_client for tests

This commit is contained in:
Chris Coutinho
2025-08-03 14:22:45 +02:00
parent 0a97357a9c
commit ad3e288203
2 changed files with 40 additions and 76 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from nextcloud_mcp_server.client import NextcloudClient
logger = logging.getLogger(__name__)
@pytest.fixture(scope="session")
@pytest.fixture(scope="module")
async def nc_client() -> AsyncGenerator[NextcloudClient, Any]:
"""
Fixture to create a NextcloudClient instance for integration tests.