aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-02-02 16:22:24 +0000
committerMatthew Lemon <matt@matthewlemon.com>2020-02-02 16:22:24 +0000
commit60ec91d03fc6a5b9a5f650bfc3f8959473597bdd (patch)
tree3f2ca264bccd782b964ab0b66f8376426cff5c95
parentee8a6e82b96497f9370d4c5811c91fb9a495cf4e (diff)
prevented test_test_ database naming bug
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index c2b3a23..7fbd0a5 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,3 +1,3 @@
[pytest]
-addopts = --ds=config.settings.test --reuse-db
+addopts = --ds=config.settings.test
python_files = tests.py test_*.py