Fix documentation

This commit is contained in:
Dmitry Dygalo 2016-08-22 18:38:02 +02:00
parent af0ec120fe
commit 3fbf2e7a80
1 changed files with 1 additions and 1 deletions

View File

@ -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*
""") """)