From 3fbf2e7a8021f3bb13c81bdcedbeb058770731aa Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Mon, 22 Aug 2016 18:38:02 +0200 Subject: [PATCH] Fix documentation --- doc/en/writing_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst index 74533e273..03c4c78b0 100644 --- a/doc/en/writing_plugins.rst +++ b/doc/en/writing_plugins.rst @@ -293,7 +293,7 @@ can use like this:: pass """) result = testdir.runpytest("--verbose") - result.fnmatch_lines(""" + result.stdout.fnmatch_lines(""" test_example* """)