Hello,
Is there any plan to add "expected failure" support to py.test? Something
like:
@py.test.xfail
def test_foo():
....
py.test would then silently skip over the failure, and will instead cry as
soon as the test starts working again ("unexpected success").
Thanks!
--
Giovanni Bajo