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 f5c6172 commit cd1c3e4Copy full SHA for cd1c3e4
docs/index.rst
@@ -122,7 +122,7 @@ And that's it for this quick tutorial!
122
QtBot
123
=====
124
125
-.. module:: pytestqt.conftest
+.. module:: pytestqt.plugin
126
.. autoclass:: QtBot
127
128
Versioning
pytestqt/plugin.py
@@ -156,7 +156,7 @@ def stopForInteraction(self):
156
Closing the windows should resume the test run, with ``qtbot`` attempting to restore visibility
157
of the widgets as they were before this call.
158
159
- .. note:: as a convenience, `stop` and `stopForInteraction` are aliases.
+ .. note:: As a convenience, it is aliased as `stop`.
160
'''
161
widget_visibility = [widget.isVisible() for widget in self._widgets]
162
0 commit comments