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 674183d commit 855e832Copy full SHA for 855e832
qtpy/tests/test_qtgui.py
@@ -189,7 +189,8 @@ def test_QAction_functions(qtbot):
189
action.setShortcuts(QtGui.QKeySequence.UnknownKey)
190
action.setShortcut(QtCore.Qt.Key_F1)
191
action.setShortcuts([QtCore.Qt.Key_F1])
192
- # The following line is wrong even for Qt6 == 6.6:
+ # The following line is wrong even for Qt6 == 6.6.
193
+ # Don't test the function with a single `QtCore.Qt.Key` argument.
194
# action.setShortcuts(QtCore.Qt.Key_F1)
195
196
0 commit comments