mirror of
https://github.com/cloudstack-llc/mlx-knife.git
synced 2026-07-19 22:53:30 -04:00
2624210353
- Enforce strict JSON API in tests - Introduce --version --json as sole version reporter
8 lines
169 B
INI
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)
|