diff options
| author | Kevin Kubasik <kevin@kubasik.net> | 2009-06-09 11:23:47 +0000 |
|---|---|---|
| committer | Kevin Kubasik <kevin@kubasik.net> | 2009-06-09 11:23:47 +0000 |
| commit | 07558693b3dbcf40d050db5e3e70fb2bd171bfca (patch) | |
| tree | 6992e0b3c8b303d1f6623d7aa93b90922cd43229 /django/test/simple.py | |
| parent | 1a40a4fef7904d66ef146bc3757721614ddb053e (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.py | 1 |
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. |
