1
0

vault backup: 2025-12-22 01:20:48
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m51s

This commit is contained in:
2025-12-22 01:20:48 +01:00
parent 9b90279c8a
commit 098dc9c8db
38 changed files with 1225 additions and 63 deletions

17
quiz/pytest.ini Normal file
View File

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