Add reuse-db option to pytest

This commit is contained in:
2024-02-08 23:05:28 -05:00
parent ccca81bbab
commit 40504f83e1

View File

@ -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'