New issue 298: pytester.TmpTestdir._run breaks on Python3.3 / Windows for
unicode output
https://bitbucket.org/hpk42/pytest/issue/298/pytestertmptestdir_run-breaks-on-python33
florian_bauer:
Hi,
I noticed that pytester.TmpTestdir._run does fail with a UnicodeDecodeError on
Python 3, if a test u
New issue 299: --tb option does not affect tracebacks in test setup
https://bitbucket.org/hpk42/pytest/issue/299/tb-option-does-not-affect-tracebacks-in
Floris Bruynooghe:
It appears the --tb option is not respected when the error occurs during setup
(and presumably teardown) of a test. I'm not