Loading tests/test_ska_skeleton.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ def test_something(): def test_with_error(): with pytest.raises(ValueError): # Do something that raises a ValueError raise(ValueError) raise ValueError # Fixture example Loading Loading
tests/test_ska_skeleton.py +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ def test_something(): def test_with_error(): with pytest.raises(ValueError): # Do something that raises a ValueError raise(ValueError) raise ValueError # Fixture example Loading