Skip to content

Commit f5976b2

Browse files
committed
Greater separation of tests
1 parent a75309a commit f5976b2

File tree

4 files changed

+422
-397
lines changed

4 files changed

+422
-397
lines changed

tests/test_app/settings_multi_db.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
LANGUAGE_CODE = "en-us"
111111
TIME_ZONE = "UTC"
112112
USE_I18N = True
113-
USE_L10N = True
114113
USE_TZ = True
115114

116115
# Default primary key field type

tests/test_app/settings_single_db.py

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
LANGUAGE_CODE = "en-us"
9999
TIME_ZONE = "UTC"
100100
USE_I18N = True
101-
USE_L10N = True
102101
USE_TZ = True
103102

104103
# Default primary key field type

0 commit comments

Comments
 (0)