django-fobi/pytest.ini

25 lines
368 B
INI
Raw Normal View History

[pytest]
norecursedirs=
*.egg
.git
.tox
.env
_sass
build
dist
migrations
python_files =
test_*.py
tests.py
DJANGO_SETTINGS_MODULE=settings.test
addopts=
--cov=fobi
--ignore=.tox
--ignore=requirements
2016-11-10 01:35:53 +00:00
--ignore=release
2018-01-09 21:10:57 +00:00
--ignore=tmp
2016-12-16 02:30:40 +00:00
--cov-report=html
--cov-report=term
--cov-report=annotate
2020-01-15 22:12:31 +00:00
--cov-append