cookiecutter-django/pytest.ini
2020-03-03 20:54:06 +00:00

5 lines
146 B
INI

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