Merge pull request #2418 from axil/master

small fix in an example from the docs
This commit is contained in:
Bruno Oliveira 2017-05-18 12:24:52 -03:00 committed by GitHub
commit 637550b249
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ running from a test you can do something like this:
sys._called_from_test = True
def pytest_unconfigure(config):
import sys
del sys._called_from_test
and then check for the ``sys._called_from_test`` flag: