[Pytest-commit] [hpk42/pytest] pytester.TmpTestdir._run breaks on Python3.3 / Windows for unicode output (issue #298)

2013-04-12 Thread florian_bauer
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

[Pytest-commit] [hpk42/pytest] --tb option does not affect tracebacks in test setup (issue #299)

2013-04-12 Thread Floris Bruynooghe
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