On Wed, Dec 14, 2011 at 14:51 +0100, Armin Rigo wrote:
> Skipped.

Just in case you don't know: you can do

    @xfail(reason="obscure corner case not worth fixing ATM", run=False)

to get the same effect as skipping while more clearly marking
and reporting the tests as expected to fail.  This would be more consistent
with the practise to only use skips for tests where a dependency/wrong
platform etc. prevents the running of a test.

holger
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to