--HG--
branch : 1.0.x
This commit is contained in:
holger krekel 2009-06-29 07:32:33 +01:00
parent 8b7dfb29c5
commit 7cb096373b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def pytest_runtest_protocol(item):
pytest_runtest_protocol.firstresult = True
def pytest_runtest_makereport(item, call):
""" make ItemTestReport for the specified test outcome. """
""" make ItemTestReport for the given item and call outcome. """
pytest_runtest_makereport.firstresult = True
def pytest_runtest_logreport(rep):