1
0
Files
medical-notes/quiz/pytest.ini
Johan Dahlin 8c0aaa9620
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m47s
vault backup: 2025-12-23 16:41:40
2025-12-23 16:41:40 +01:00

19 lines
393 B
INI

[pytest]
DJANGO_SETTINGS_MODULE = settings
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
--verbose
--strict-markers
--tb=short
--reuse-db
testpaths = .
markers =
admin: Admin interface tests
import: Import and parsing tests
import_tests: Import and parsing tests
parser: Question parser tests
slow: Slow running tests