Use pytest-django --reuse-db for faster tests (#2312)

Use pytest-django --reuse-db for faster tests
This commit is contained in:
Bruno Alla 2019-11-13 23:22:43 +00:00 committed by GitHub
commit 71cd0c1780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
[pytest]
addopts = --ds=config.settings.test
addopts = --ds=config.settings.test --reuse-db
python_files = tests.py test_*.py
{%- if cookiecutter.js_task_runner != 'None' %}
norecursedirs = node_modules