cookiecutter-django/pytest.ini

8 lines
276 B
INI
Raw Normal View History

[pytest]
addopts = -x --tb=short
2015-04-20 15:19:12 +03:00
python_paths = .
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*
2019-05-27 18:20:29 +03:00
markers =
flake8: Run flake8 on all possible template combinations
black: Run black on all possible template combinations