Skip to content

Commit

Permalink
Greater separation of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Nov 27, 2024
1 parent a75309a commit f5976b2
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 397 deletions.
1 change: 0 additions & 1 deletion tests/test_app/settings_multi_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
LANGUAGE_CODE = "en-us"
TIME_ZONE = "UTC"
USE_I18N = True
USE_L10N = True
USE_TZ = True

# Default primary key field type
Expand Down
1 change: 0 additions & 1 deletion tests/test_app/settings_single_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
LANGUAGE_CODE = "en-us"
TIME_ZONE = "UTC"
USE_I18N = True
USE_L10N = True
USE_TZ = True

# Default primary key field type
Expand Down
Loading

0 comments on commit f5976b2

Please sign in to comment.