django-fobi/pytest.ini

23 lines
336 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
2016-12-16 02:30:40 +00:00
--cov-report=html
--cov-report=term
--cov-report=annotate