diff options
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [pytest] -addopts = --ds=config.settings.test --color=no +addopts = --ds=config.settings.test --color=no --nomigrations --reuse-db python_files = tests.py test_*.py |