6 lines
171 B
INI
6 lines
171 B
INI
|
[pytest]
|
||
|
DJANGO_SETTINGS_MODULE = passbook.root.settings
|
||
|
python_files = tests.py test_*.py *_tests.py
|
||
|
junit_family = xunit2
|
||
|
addopts = -p no:celery --junitxml=unittest.xml
|