test: Add integration marker to user/group tests
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
|
import pytest
|
||||||
|
|
||||||
from nextcloud_mcp_server.client import NextcloudClient
|
from nextcloud_mcp_server.client import NextcloudClient
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.integration
|
||||||
|
|
||||||
|
|
||||||
async def test_create_and_delete_user(nc_client: NextcloudClient, test_user):
|
async def test_create_and_delete_user(nc_client: NextcloudClient, test_user):
|
||||||
"""Test creating a user and verifying deletion (cleanup by fixture)."""
|
"""Test creating a user and verifying deletion (cleanup by fixture)."""
|
||||||
|
|||||||
Reference in New Issue
Block a user