diff --git a/tests/test_raises.py b/tests/test_raises.py index c216aab..32949a0 100644 --- a/tests/test_raises.py +++ b/tests/test_raises.py @@ -41,4 +41,8 @@ def test_name_attr_igraph(): g.add_node(i, name=str(i)) with pytest.raises(pyintergraph.PyIntergraphCompatibilityException): - pyintergraph.nx2igraph(g) \ No newline at end of file + pyintergraph.nx2igraph(g) + + +def test_failing(): + assert False \ No newline at end of file