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 1ed8159 commit 06a597dCopy full SHA for 06a597d
testing/test_faulthandler.py
@@ -87,7 +87,7 @@ def test_timeout():
87
88
89
@pytest.mark.parametrize("hook_name", ["pytest_enter_pdb", "pytest_exception_interact"])
90
-def test_cancel_timeout_on_hook(monkeypatch, hook_name):
+def test_cancel_timeout_on_hook(monkeypatch, hook_name) -> None:
91
"""Make sure that we are cancelling any scheduled traceback dumping due
92
to timeout before entering pdb (pytest-dev/pytest-faulthandler#12) or any
93
other interactive exception (pytest-dev/pytest-faulthandler#14)."""
0 commit comments