There was an error while loading. Please reload this page.
1 parent f697276 commit be176c5Copy full SHA for be176c5
1 file changed
tests/ui_and_conv/test_shell_feedback_slash.py
@@ -22,10 +22,6 @@ def test_registered_in_shell_mode_registry(self) -> None:
22
23
24
class TestFeedbackOpensIssue:
25
- def _run(self, fn, *args):
26
- ret = fn(*args)
27
- return ret # sync now; no Awaitable
28
-
29
def test_opens_new_issue_url(self, monkeypatch) -> None:
30
open_mock = Mock(return_value=True)
31
monkeypatch.setattr("webbrowser.open", open_mock)
0 commit comments