django-fobi/pytest.ini
Artur Barseghyan 3b821e8e81 pytest fixes
2016-11-10 02:35:53 +01:00

19 lines
269 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