django-fobi/pytest.ini
Artur Barseghyan d4a773a7d4 Up reqs
2021-06-21 22:53:54 +02:00

25 lines
384 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
--capture=no