We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb268e4 commit 33e4382Copy full SHA for 33e4382
tests/test_fixtrue_graph.py
@@ -2,7 +2,7 @@
2
3
4
def test_fixture_graph_created(testdir):
5
- """Check that --show-fixture-duplicates will give us list of duplicates."""
+ """Check that --fixture-graph will create the graph .dot file"""
6
sub1 = testdir.mkpydir("sub1")
7
sub2 = testdir.mkpydir("sub1/sub2")
8
sub1.join("conftest.py").write(py.code.Source("""
0 commit comments