[issue11049] add tests for test.support

Ezio Melotti report at bugs.python.org
Sat Jul 23 08:26:22 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Several buildbot are failing after the commit:

======================================================================
FAIL: test_get_original_stdout (test.test_support.TestSupport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_support.py", line 34, in test_get_original_stdout
    self.assertEqual(support.get_original_stdout(), sys.stdout)
AssertionError: <_io.TextIOWrapper name=1 mode='w' encoding='ANSI_X3.4-1968'> != <_io.StringIO object at 0xb715b46c>

----------------------------------------------------------------------

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11049>
_______________________________________


More information about the Python-bugs-list mailing list