Преглед изворни кода

Add reuse-db option to pytest

Colin Powell пре 1 година
родитељ
комит
40504f83e1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

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