django-fobi/pytest.ini
Artur Barseghyan d11cd0f1ed More
2022-06-23 01:27:03 +02:00

28 lines
427 B
INI

[pytest]
norecursedirs=
*.egg
.git
.tox
.env
_sass
build
dist
migrations
python_files =
test_*.py
tests.py
python_paths =
src
examples/simple
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