Skip to content

Commit 2109c5e

Browse files
committed
tests: make pytest avoid thinking TestSCIMClient is a test class
1 parent 8ba9c0e commit 2109c5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/engines/test_werkzeug.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
from scim2_server.backend import InMemoryBackend # noqa: E402
1111
from scim2_server.provider import SCIMProvider # noqa: E402
1212

13+
# Avoid pytest believing this is a test class
14+
TestSCIMClient.__test__ = False # type: ignore
15+
1316

1417
@pytest.fixture
1518
def scim_provider():

0 commit comments

Comments
 (0)