Skip to content

Commit 97b77d0

Browse files
committed
Add timezone tests
1 parent 76c3c8d commit 97b77d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/cache_/tests.py

+5
Original file line numberDiff line numberDiff line change
@@ -946,3 +946,8 @@ def drop_collection(self):
946946

947947
def create_cache_collection(self):
948948
management.call_command("createcachecollection", verbosity=0)
949+
950+
951+
@override_settings(USE_TZ=True)
952+
class DBCacheWithTimeZoneTests(DBCacheTests):
953+
pass

0 commit comments

Comments
 (0)