From 9e565386d3fafc8cc15d07095e50d574e5f53802 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sat, 30 Nov 2019 22:10:16 +0100 Subject: Fixed #27430 -- Added -b/--buffer option to DiscoverRunner. --- 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 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`. + ``testserver`` -------------- -- cgit v1.3