| [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 | |
| [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 | |