Spaces:
Build error
Build error
| [pytest] | |
| DJANGO_SETTINGS_MODULE = animetix_project.test_settings | |
| # Only collect the real suite; ignore stray test_*.py scripts/management commands | |
| # elsewhere in the tree (e.g. scripts/, pipeline manual model tests). | |
| testpaths = tests | |
| python_files = tests.py test_*.py *_tests.py | |
| pythonpath = | |
| . | |
| backend | |
| backend/api | |
| addopts = --reuse-db | |
| asyncio_mode = strict | |
| asyncio_default_fixture_loop_scope = function | |
| markers = | |
| integration: tests needing external services not available in the CI unit-test job (live LLM/ollama, running app server, subprocess). Excluded via -m "not integration". | |
| gpu: requires a CUDA GPU (brain only) | |