commit
c3148d1d6b
|
@ -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