mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-09 13:14:43 +00:00
`./manage.py startapp` generates a tests.py file by default. This is ignored by pytest unless specified.
6 lines
169 B
INI
6 lines
169 B
INI
[pytest]
|
|
addopts = --ds=config.settings.test
|
|
python_files = tests.py test_*.py
|
|
{%- if cookiecutter.js_task_runner != 'None' %}
|
|
norecursedirs = node_modules
|
|
{%- endif %}
|