summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-02 22:35:25 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-02 22:35:25 (GMT)
commit1203720ffb7d722df0c5322dcdd250eefd79c6ab (patch)
tree208bd840588609443f991c4a75479c7aacf2357b
parent5137d648cd5b586d1f7063ce9e625cb6c2996704 (diff)
downloadcpython-1203720ffb7d722df0c5322dcdd250eefd79c6ab.zip
cpython-1203720ffb7d722df0c5322dcdd250eefd79c6ab.tar.gz
cpython-1203720ffb7d722df0c5322dcdd250eefd79c6ab.tar.bz2
Re-add accidentally removed line.
-rw-r--r--Doc/library/unittest.rst1
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