mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 08:32:21 +03:00
Add custom markers to pytest config
This commit is contained in:
parent
92e4bdf171
commit
4b1239426c
|
@ -1,3 +1,6 @@
|
||||||
[pytest]
|
[pytest]
|
||||||
python_paths = .
|
python_paths = .
|
||||||
norecursedirs = .tox .git */migrations/* */static/* docs venv */{{cookiecutter.project_slug}}/*
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user