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 93041c9 commit 0669721Copy full SHA for 0669721
pytestqt/qt_compat.py
@@ -54,7 +54,7 @@ def _import_module(moduleName):
54
Qt = QtCore.Qt
55
QEvent = QtCore.QEvent
56
57
-else:
+else: # pragma: no cover
58
USING_PYSIDE = True
59
60
# mock Qt when we are generating documentation at readthedocs.org
0 commit comments