mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-25 00:34:18 +03:00
Add default tests.py file pattern to pytest (#2213)
Add default tests.py file pattern to pytest
This commit is contained in:
commit
391feb393b
|
@ -1,5 +1,6 @@
|
|||
[pytest]
|
||||
addopts = --ds=config.settings.test
|
||||
python_files = tests.py test_*.py
|
||||
{%- if cookiecutter.js_task_runner != 'None' %}
|
||||
norecursedirs = node_modules
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user