diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2009-12-13 16:24:36 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2009-12-13 16:24:36 +0000 |
| commit | 92eec3ef9ae3eed18cef4cb7e87a85df4f06d3f0 (patch) | |
| tree | da7ec962435cf1c88397523dbdeb10233f2a5e7d /docs/ref/django-admin.txt | |
| parent | d10dd3eceb45b72746c974adaf7d9040aa48dd0a (diff) | |
Fixed #11613: Added a failfast option for test running. Thanks jukvalim and Randy Barlow.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 80e368286e..74f4656617 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -696,6 +696,12 @@ test <app or test identifier> Runs tests for all installed models. See :ref:`topics-testing` for more information. +--failfast +~~~~~~~~ + +Use the ``--failfast`` option to stop running tests and report the failure +immediately after a test fails. + testserver <fixture fixture ...> -------------------------------- |
