Browse Source

Add reuse-db option to pytest

Colin Powell 1 year ago
parent
commit
40504f83e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -68,7 +68,7 @@ bandit = "^1.7.4"
 
 
 [tool.pytest.ini_options]
 [tool.pytest.ini_options]
 minversion = "6.0"
 minversion = "6.0"
-addopts = "-ra -q"
+addopts = "-ra -q --reuse-db"
 testpaths = ["tests"]
 testpaths = ["tests"]
 DJANGO_SETTINGS_MODULE='vrobbler.settings-testing'
 DJANGO_SETTINGS_MODULE='vrobbler.settings-testing'