Skip to content

Commit

Permalink
Disable timezones during tests with fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedorn committed Jun 19, 2017
1 parent 91df2a0 commit 71d684c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings_basic.py
Expand Up @@ -3,3 +3,5 @@
INSTALLED_APPS.append('basic')

ROOT_URLCONF = 'basic.urls'

USE_TZ = False
2 changes: 2 additions & 0 deletions tests/settings_namespaced.py
Expand Up @@ -3,3 +3,5 @@
INSTALLED_APPS.append('namespaced')

ROOT_URLCONF = 'namespaced.api.urls'

USE_TZ = False
2 changes: 2 additions & 0 deletions tests/settings_slashless.py
Expand Up @@ -6,3 +6,5 @@

APPEND_SLASH = False
TASTYPIE_ALLOW_MISSING_SLASH = True

USE_TZ = False
2 changes: 2 additions & 0 deletions tests/settings_validation.py
Expand Up @@ -3,3 +3,5 @@
INSTALLED_APPS.append('validation')

ROOT_URLCONF = 'validation.api.urls'

USE_TZ = False

0 comments on commit 71d684c

Please sign in to comment.