Code

Code


@pytest.mark.xfail(raises=IndexError)

def test_f():

  f()

Report Page