We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ebe4c commit 0174330Copy full SHA for 0174330
1 file changed
tests/unit/test_error_v_creation.py
@@ -29,7 +29,7 @@ def test_create_error_even():
29
assert res.message == "Even number supplied"
30
31
32
-@pytest.mark.xfail(reason="Not implemented")
+@pytest.mark.skip(reason="Not implemented")
33
def test_create_error_negative_raises():
34
# TODO: switch to more precise error type
35
with pytest.raises(FortranError):
0 commit comments