[issue18350] Python 3 unittest framework broken?

Amaury Forgeot d'Arc report at bugs.python.org
Wed Jul 3 13:02:34 CEST 2013


Amaury Forgeot d'Arc added the comment:

wxPython tests override unittest.TextTestRunner:
    self.stream = unittest.runner._WritelnDecorator(BytesIO())

Using bytes is wrong. Output stream should be a text file.

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list