Add default tests.py file pattern to pytest (#2213)

Add default tests.py file pattern to pytest
This commit is contained in:
Bruno Alla 2019-09-04 20:31:45 +02:00 committed by GitHub
commit 391feb393b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}