Files
mlx-knife/pytest.ini
T
Local Test 2624210353 Consolidate JSON API; add --version; health in list/show (spec json-0.1.2)
- Enforce strict JSON API in tests
- Introduce --version --json as sole version reporter
2025-08-31 15:17:19 +02:00

8 lines
169 B
INI

[pytest]
testpaths = tests_2.0
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
spec: JSON API contract tests (current spec only)