cookiecutter-django/pytest.ini
2020-02-29 17:31:16 +00:00

5 lines
146 B
INI

[pytest]
addopts = -x --tb=short
python_paths = .
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*