]> git.ozlabs.org Git - patchwork/commitdiff
settings: Move 'TEST_RUNNER' to correct location
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 21 Aug 2015 14:32:20 +0000 (15:32 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Thu, 17 Sep 2015 17:01:53 +0000 (18:01 +0100)
Try to keep the order/structure of this file intact for as
long as possible.

Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
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'