Fix tests

This commit is contained in:
2023-06-01 19:28:33 -04:00
parent 1d50c32ba9
commit 6dc09e723d
4 changed files with 366 additions and 5 deletions

View File

@ -61,9 +61,9 @@ 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'
DJANGO_SETTINGS_MODULE='vrobbler.settings-testing'
[tool.black]
line-length = 79