django-fobi/pytest.ini
Artur Barseghyan 6135fbdb3b prepare 0.12.13
2018-01-09 22:10:57 +01:00

23 lines
352 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