Skip to content

Commit 33e4382

Browse files
author
Israel Fruchter (ifruchte)
committed
fix tests comment
1 parent eb268e4 commit 33e4382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fixtrue_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def test_fixture_graph_created(testdir):
5-
"""Check that --show-fixture-duplicates will give us list of duplicates."""
5+
"""Check that --fixture-graph will create the graph .dot file"""
66
sub1 = testdir.mkpydir("sub1")
77
sub2 = testdir.mkpydir("sub1/sub2")
88
sub1.join("conftest.py").write(py.code.Source("""

0 commit comments

Comments
 (0)