Browse Source

Use south's testrunner to run testsuite.

Rafał Pitoń 11 years ago
parent
commit
13c03ec94e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      runtests.py

+ 2 - 1
runtests.py

@@ -20,5 +20,6 @@ def runtests():
             py_file.write(settings_file)
 
     os.environ["DJANGO_SETTINGS_MODULE"] = "testproject.settings"
-    from django.core.management.commands import test
+
+    from south.management.commands import test
     sys.exit(test.Command().execute(verbosity=1))