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 584b8ec commit dcaebcfCopy full SHA for dcaebcf
src/pytestqt/exceptions.py
@@ -124,6 +124,8 @@ class SignalEmittedError(Exception):
124
125
The exception thrown by :meth:`pytestqt.qtbot.QtBot.assertNotEmitted` if a
126
signal was emitted unexpectedly.
127
+
128
+ Access via ``qtbot.SignalEmittedError``.
129
"""
130
131
@@ -133,5 +135,7 @@ class CallbackCalledTwiceError(Exception):
133
135
134
136
The exception thrown by :meth:`pytestqt.qtbot.QtBot.waitCallback` if a
137
callback was called twice.
138
139
+ Access via ``qtbot.CallbackCalledTwiceError``.
140
141
0 commit comments