note that issue99 is also fixed

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-05-21 16:51:15 +02:00
parent 578cba20d4
commit 67ec87e7f9
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ Changes between 1.3.0 and 1.3.1
You can use any combination of 'fsxX' with the '-r' extended
reporting option. The xfail/xpass results will show up as
skipped tests in the junitxml output.
skipped tests in the junitxml output - which also fixes
issue99.
- make py.test.cmdline.main() return the exitstatus
instead of raising (which is still done by py.cmdline.pytest())