diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2011-06-10 08:26:05 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2011-06-10 08:26:05 +0000 |
| commit | 046ffa483ed63faae7b31e7e2cf618f88a3312ba (patch) | |
| tree | d90ffd710a4bbcd5db38469eb144efcb1c85e178 /docs/ref/django-admin.txt | |
| parent | b56ef75088e17fa3555766e92a6747411ccd738c (diff) | |
Fixed #16185, #15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedlarek for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 6aac4ced92..46b7307613 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -964,6 +964,13 @@ information. Use the :djadminopt:`--failfast` option to stop running tests and report the failure immediately after a test fails. +.. versionadded:: 1.4 +.. django-admin-option:: --testrunner + +The :djandminopt:`--testrunner` option can be used to control the test runner +class that is used to execute tests. If this value is provided, it overrides +the value provided by the :setting:`TEST_RUNNER` setting. + testserver <fixture fixture ...> -------------------------------- |
