test: Add integration marker to user/group tests

This commit is contained in:
Chris Coutinho
2025-10-25 20:16:14 +02:00
parent 8a52df4a8e
commit 9414d9c9c3
+4
View File
@@ -1,5 +1,9 @@
import pytest
from nextcloud_mcp_server.client import NextcloudClient
pytestmark = pytest.mark.integration
async def test_create_and_delete_user(nc_client: NextcloudClient, test_user):
"""Test creating a user and verifying deletion (cleanup by fixture)."""