diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-02-02 16:22:24 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-02-02 16:22:24 +0000 |
commit | 60ec91d03fc6a5b9a5f650bfc3f8959473597bdd (patch) | |
tree | 3f2ca264bccd782b964ab0b66f8376426cff5c95 | |
parent | ee8a6e82b96497f9370d4c5811c91fb9a495cf4e (diff) |
prevented test_test_ database naming bug
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ [pytest] -addopts = --ds=config.settings.test --reuse-db +addopts = --ds=config.settings.test python_files = tests.py test_*.py |