26 lines
456 B
INI
26 lines
456 B
INI
[pytest]
|
|
minversion = 8.0
|
|
|
|
testpaths =
|
|
tests
|
|
|
|
python_files =
|
|
test_*.py
|
|
|
|
python_classes =
|
|
Test*
|
|
|
|
python_functions =
|
|
test_*
|
|
|
|
addopts =
|
|
-ra
|
|
--strict-markers
|
|
-m
|
|
"not integration and not stress and not live"
|
|
|
|
markers =
|
|
integration: deterministic integration tests using local network endpoints
|
|
stress: explicit local stress and soak verification
|
|
live: opt-in verification against explicitly configured live endpoints
|