From 40504f83e10a5ee34c6be926bfcf1b10d14e8f9f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 8 Feb 2024 23:05:28 -0500 Subject: [PATCH] Add reuse-db option to pytest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1576d96..f9e30cd 100644 --- a/pyproject.toml +++ b/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'