15 lines
445 B
INI
15 lines
445 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts = -q --strict-markers
|
|
markers =
|
|
characterization: pins existing behaviour of a production endpoint (B0.1)
|
|
probe: cross-tenant isolation probe (B0.2)
|
|
websocket: exercises the WebSocket surface (B0.2.6)
|
|
org_scope: organisation-scoped access control (C0)
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
asyncio_mode = auto
|