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 b78b582 commit b065c7fCopy full SHA for b065c7f
qtpy/tests/test_qtstatemachine.py
@@ -5,7 +5,7 @@
5
6
def test_qtstatemachine():
7
"""Test the qtpy.QtStateMachine namespace"""
8
- QtStateMachine = pytest_importorskip("qtpy.QtStateMachine")
+ from qtpy import QtStateMachine
9
10
assert QtStateMachine.QAbstractState is not None
11
assert QtStateMachine.QAbstractTransition is not None
0 commit comments