diff options
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 698ff6b..db6c53f 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1719,6 +1719,7 @@ Loading and running tests The total number of tests run so far. + .. attribute:: buffer If set to true, ``sys.stdout`` and ``sys.stderr`` will be buffered in between :meth:`startTest` and :meth:`stopTest` being called. Collected output will |