Fix documentation
This commit is contained in:
parent
af0ec120fe
commit
3fbf2e7a80
|
@ -293,7 +293,7 @@ can use like this::
|
||||||
pass
|
pass
|
||||||
""")
|
""")
|
||||||
result = testdir.runpytest("--verbose")
|
result = testdir.runpytest("--verbose")
|
||||||
result.fnmatch_lines("""
|
result.stdout.fnmatch_lines("""
|
||||||
test_example*
|
test_example*
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue