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:46 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 11:51:46 -0700
commitd03c8d2d2efaf848b01e96863c29f46ce3a0db21 (patch)
tree2c4ed69f5ad989074264c6dc66b14770664fa9cb /tagging/tests/runtests.py
parent3b9f21a55fed735652716e63fedabad87899be81 (diff)
downloadpython-django-tagging-upstream/0.2.1+svn147.tar
python-django-tagging-upstream/0.2.1+svn147.tar.gz
Imported Upstream version 0.2.1+svn147upstream/0.2.1+svn147
Diffstat (limited to 'tagging/tests/runtests.py')
-rw-r--r--tagging/tests/runtests.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tagging/tests/runtests.py b/tagging/tests/runtests.py
deleted file mode 100644
index e66ee86..0000000
--- a/tagging/tests/runtests.py
+++ /dev/null
@@ -1,8 +0,0 @@
-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)