fix some ReST issues

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-05-05 22:04:53 +02:00
parent 54afd26c7e
commit 1706947edd
1 changed files with 7 additions and 4 deletions

View File

@ -49,10 +49,13 @@ Changes between 1.2.1 and 1.3.0
allowing customization of the Module collection object for a
matching test module.
- extend and refine xfail mechanism:
``@py.test.mark.xfail(run=False)`` do not run the decorated test
``@py.test.mark.xfail(reason="...")`` prints the reason string in xfail summaries
specifiying ``--runxfail`` on command line virtually ignores xfail markers
- extend and refine xfail mechanism::
@py.test.mark.xfail(run=False) do not run the decorated test
@py.test.mark.xfail(reason="...") prints the reason string in xfail summaries
specifiying ``--runxfail`` on command line ignores xfail markers to show
you the underlying traceback.
- expose (previously internal) commonly useful methods:
py.io.get_terminal_with() -> return terminal width