Skip to content

Commit

Permalink
Need a settings file for django tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiralGT committed Sep 1, 2024
1 parent aaf8b7b commit 6d57e0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ build-backend = "poetry.core.masonry.api"
exclude = 'scripts/migrations'

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "botc.local"
DJANGO_SETTINGS_MODULE = "tests.settings"
1 change: 0 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
VERSION_FIELD_NUMBER_BITS = 8

0 comments on commit 6d57e0a

Please sign in to comment.