We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0baf5e1 commit 7317767Copy full SHA for 7317767
_pytest/pytester.py
@@ -88,7 +88,7 @@ def matching_platform(self):
88
return True
89
90
@pytest.hookimpl(hookwrapper=True, tryfirst=True)
91
- def pytest_runtest_item(self, item):
+ def pytest_runtest_protocol(self, item):
92
lines1 = self.get_open_files()
93
yield
94
if hasattr(sys, "pypy_version_info"):
0 commit comments