All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m51s
18 lines
363 B
INI
18 lines
363 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 = tests
|
|
markers =
|
|
admin: Admin interface tests
|
|
import: Import and parsing tests
|
|
import_tests: Import and parsing tests
|
|
slow: Slow running tests
|
|
|