cookiecutter-django/pytest.ini
2019-05-27 16:20:29 +01:00

7 lines
252 B
INI

[pytest]
python_paths = .
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*
markers =
flake8: Run flake8 on all possible template combinations
black: Run black on all possible template combinations