Files
main-site/pytest.ini
Mark 14db1bb57e
Some checks failed
CI / nightly-e2e (pull_request) Has been skipped
CI / ci (pull_request) Failing after 35s
fix(ci): address PR blockers and move CI/nightly off sqlite
2026-02-28 16:38:37 +00:00

7 lines
229 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = config.settings.development
python_files = test_*.py
addopts = -q --cov=apps --cov-report=term-missing --cov-fail-under=90
markers =
e2e: browser-based end-to-end test suite for nightly jobs