latest code

This commit is contained in:
2026-09-08 11:00:05 +05:30
commit b14c6b508a
418 changed files with 86016 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[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