From db24723b6194a0c32107b8fb4d9cb6df9983aef8 Mon Sep 17 00:00:00 2001 From: David Chudzicki Date: Thu, 5 Apr 2018 20:34:26 +0200 Subject: [PATCH] no-capture in sample code demo'ing plugin --- doc/en/writing_plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/writing_plugins.rst b/doc/en/writing_plugins.rst index 140fca481..7da09dbbb 100644 --- a/doc/en/writing_plugins.rst +++ b/doc/en/writing_plugins.rst @@ -85,8 +85,8 @@ sub directory but not for other directories:: Here is how you might run it:: - pytest test_flat.py # will not show "setting up" - pytest a/test_sub.py # will show "setting up" +     pytest test_flat.py --capture=no # will not show "setting up" + pytest a/test_sub.py --capture=no # will show "setting up" .. note:: If you have ``conftest.py`` files which do not reside in a