aboutsummaryrefslogtreecommitdiff
path: root/tagging/tests/runtests.py
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 11:51:45 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 11:51:45 -0700
commit3b9f21a55fed735652716e63fedabad87899be81 (patch)
treeb6f57d335a1be88466d7780a6bb3101e81df2dde /tagging/tests/runtests.py
parent2228968f3d51a3d686adb2839bf43e018432f941 (diff)
downloadpython-django-tagging-3b9f21a55fed735652716e63fedabad87899be81.tar
python-django-tagging-3b9f21a55fed735652716e63fedabad87899be81.tar.gz
Imported Upstream version 0.2.1upstream/0.2.1
Diffstat (limited to 'tagging/tests/runtests.py')
-rw-r--r--tagging/tests/runtests.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/tagging/tests/runtests.py b/tagging/tests/runtests.py
index ab1d49c..e66ee86 100644
--- a/tagging/tests/runtests.py
+++ b/tagging/tests/runtests.py
@@ -1,8 +1,8 @@
-import os, sys
-os.environ['DJANGO_SETTINGS_MODULE'] = 'tagging.tests.settings'
-
-from django.test.simple import run_tests
-
-failures = run_tests(None, verbosity=9)
-if failures:
- sys.exit(failures)
+import os, sys
+os.environ['DJANGO_SETTINGS_MODULE'] = 'tagging.tests.settings'
+
+from django.test.simple import run_tests
+
+failures = run_tests(None, verbosity=9)
+if failures:
+ sys.exit(failures)