File size: 251 Bytes
bb85593 |
1 2 3 4 5 6 |
[pytest]
# Exclude large/third-party or duplicated test trees to focus on core backend tests during CI/local runs
norecursedirs = .git node_modules archive external Axiovorax alphageometry frontend
python_files = test_*.py *_test.py
addopts = -q
|