Add custom markers to pytest config

This commit is contained in:
Bruno Alla 2019-05-27 16:20:29 +01:00
parent 92e4bdf171
commit 4b1239426c

View File

@ -1,3 +1,6 @@
[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