Merge pull request #3370 from dchudz/patch-1

no-capture in sample code demo'ing plugin
This commit is contained in:
Bruno Oliveira 2018-04-05 20:25:04 -03:00 committed by GitHub
commit ab91771efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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