Skip to content

Commit

Permalink
add a failing test to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luerhard committed Nov 22, 2023
1 parent 82c7fa8 commit 5f6f8b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_raises.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ def test_name_attr_igraph():
g.add_node(i, name=str(i))

with pytest.raises(pyintergraph.PyIntergraphCompatibilityException):
pyintergraph.nx2igraph(g)
pyintergraph.nx2igraph(g)


def test_failing():
assert False

0 comments on commit 5f6f8b5

Please sign in to comment.