From 046ffa483ed63faae7b31e7e2cf618f88a3312ba Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 10 Jun 2011 08:26:05 +0000 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.djangoproject.com/svn/django/trunk@16352 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref') 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 -------------------------------- -- cgit v1.3