summaryrefslogtreecommitdiff
path: root/django/test/simple.py
diff options
context:
space:
mode:
authorKevin Kubasik <kevin@kubasik.net>2009-06-09 11:23:47 +0000
committerKevin Kubasik <kevin@kubasik.net>2009-06-09 11:23:47 +0000
commit07558693b3dbcf40d050db5e3e70fb2bd171bfca (patch)
tree6992e0b3c8b303d1f6623d7aa93b90922cd43229 /django/test/simple.py
parent1a40a4fef7904d66ef146bc3757721614ddb053e (diff)
Merging against SVN
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@10964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/test/simple.py')
-rw-r--r--django/test/simple.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/test/simple.py b/django/test/simple.py
index df3c7821b2..9cf1ece291 100644
--- a/django/test/simple.py
+++ b/django/test/simple.py
@@ -158,6 +158,7 @@ class DefaultTestRunner(object):
"""
self.isloaded = True
+
def run_tests(self, test_labels, verbosity=1, interactive=True, extra_tests=[]):
"""
Run the unit tests for all the test labels in the provided list.