It has the same behavior as pytest.skip , namely it immediately stops the ... pytest def test_xfail(request): mark = pytest.mark.xfail(raises=TypeError, ...
確定! 回上一頁