2019-02-20 21:01:07 +00:00
|
|
|
[pytest]
|
2021-01-06 21:42:25 +00:00
|
|
|
testpaths = tests
|
2020-11-26 10:03:50 +00:00
|
|
|
addopts = --cov axes --cov-config .coveragerc --cov-append --cov-report term-missing --cov-report=xml
|
2021-01-06 21:42:25 +00:00
|
|
|
DJANGO_SETTINGS_MODULE = tests.settings
|