animetix-web / pytest.ini
MissawB's picture
Upload folder using huggingface_hub (part 4)
0b24fee verified
Raw
History Blame Contribute Delete
642 Bytes
[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)