vault backup: 2025-12-26 02:09:22
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 2m29s
This commit is contained in:
18
stroma/pytest.ini
Normal file
18
stroma/pytest.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user