Skip to content

Commit

Permalink
chore(api/tests): don't create a DB for every test
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Jan 4, 2024
1 parent b96ecb1 commit 8225a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ max-args = 10

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "outdated.settings"
addopts = "--create-db"
addopts = "--reuse-db"

[tool.coverage.run]
source = ["."]
Expand Down

0 comments on commit 8225a40

Please sign in to comment.