]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/settings/base.py
settings: Move 'TEST_RUNNER' to correct location
[patchwork] / patchwork / settings / base.py
index 5b40bcba67709cc9fe33c7e3ddf368fc76489915..d00245d5d88bdffcd350e1a0b028570b3953af68 100644 (file)
@@ -50,6 +50,10 @@ LANGUAGE_CODE = 'en-au'
 
 USE_I18N = True
 
+# Testing
+
+TEST_RUNNER = 'django.test.runner.DiscoverRunner'
+
 # URLs
 
 ROOT_URLCONF = 'patchwork.urls'
@@ -113,5 +117,3 @@ COMPAT_REDIR = True
 # the scheme based on current access. This is useful if SSL protocol
 # is terminated upstream of the server (e.g. at the load balancer)
 FORCE_HTTPS_LINKS = False
-
-TEST_RUNNER = 'django.test.runner.DiscoverRunner'