From 1706947eddd2266d15372fedce791d628671a2f7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 5 May 2010 22:04:53 +0200 Subject: [PATCH] fix some ReST issues --HG-- branch : trunk --- doc/announce/release-1.3.0.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/announce/release-1.3.0.txt b/doc/announce/release-1.3.0.txt index 98537a835..1f2be80b4 100644 --- a/doc/announce/release-1.3.0.txt +++ b/doc/announce/release-1.3.0.txt @@ -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