diff options
author | Georg Brandl <georg@python.org> | 2010-12-02 22:35:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-02 22:35:25 (GMT) |
commit | 1203720ffb7d722df0c5322dcdd250eefd79c6ab (patch) | |
tree | 208bd840588609443f991c4a75479c7aacf2357b /Doc/library/unittest.rst | |
parent | 5137d648cd5b586d1f7063ce9e625cb6c2996704 (diff) | |
download | cpython-1203720ffb7d722df0c5322dcdd250eefd79c6ab.zip cpython-1203720ffb7d722df0c5322dcdd250eefd79c6ab.tar.gz cpython-1203720ffb7d722df0c5322dcdd250eefd79c6ab.tar.bz2 |
Re-add accidentally removed line.
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 |