Axiovora-X / pytest.ini
ZAIDX11's picture
Add files using upload-large-folder tool
bb85593 verified
raw
history blame contribute delete
251 Bytes
[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