summaryrefslogtreecommitdiff
path: root/django/test/simple.py
diff options
context:
space:
mode:
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.