def pytest_runtest_call()

in doubles/pytest_plugin.py [0:0]


def pytest_runtest_call(item):
    outcome = yield

    try:
        outcome.get_result()
        verify()
    finally:
        teardown()