django-fobi/pytest.ini
Artur Barseghyan 6066ddc090 Update coverage
2020-01-15 23:12:31 +01:00

24 lines
368 B
INI

[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
--ignore=release
--ignore=tmp
--cov-report=html
--cov-report=term
--cov-report=annotate
--cov-append