Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4956d0 commit 95e451aCopy full SHA for 95e451a
test/conftest.py
@@ -38,7 +38,7 @@ def pytest_addoption(parser):
38
# example, if a request handler raises an exception, the server first signals an
39
# error to FUSE (causing the test to fail), and then logs the exception. Without
40
# the extra delay, the exception will go into nowhere.
41
-@pytest.mark.hookwrapper
+@pytest.hookimpl(hookwrapper=True)
42
def pytest_pyfunc_call(pyfuncitem):
43
outcome = yield
44
failed = outcome.excinfo is not None
0 commit comments