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.
2 parents e52181a + 1f85d08 commit 2292ed0Copy full SHA for 2292ed0
pytestqt/_tests/test_wait_signal.py
@@ -17,6 +17,8 @@ def test_signal_blocker_exception(qtbot):
17
"""
18
with pytest.raises(ValueError):
19
qtbot.waitSignal(None, None).wait()
20
+ with pytest.raises(ValueError):
21
+ qtbot.waitSignals([], None).wait()
22
23
24
def explicit_wait(qtbot, signal, timeout, multiple, raising, should_raise):
0 commit comments