diff options
Diffstat (limited to 'docs/ref')
| -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 58fb34e821..cbb4a2d8ed 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1462,6 +1462,13 @@ Runs test methods and classes matching test name patterns, in the same way as Spawns a ``pdb`` debugger at each test error or failure. If you have it installed, ``ipdb`` is used instead. +.. django-admin-option:: --buffer, -b + +.. versionadded:: 3.1 + +Discards output (``stdout`` and ``stderr``) for passing tests, in the same way +as :option:`unittest's --buffer option<unittest.-b>`. + ``testserver`` -------------- |
