aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtScxml/test_dynamic.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtScxml/test_dynamic.py')
-rw-r--r--sources/pyside6/tests/QtScxml/test_dynamic.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtScxml/test_dynamic.py b/sources/pyside6/tests/QtScxml/test_dynamic.py
index 18f8c89c8..6c5ae6a35 100644
--- a/sources/pyside6/tests/QtScxml/test_dynamic.py
+++ b/sources/pyside6/tests/QtScxml/test_dynamic.py
@@ -39,6 +39,7 @@ from helper.timedqapplication import TimedQApplication
from PySide6.QtCore import QObject, SIGNAL
from PySide6.QtScxml import QScxmlStateMachine
+
class testDynamicStateMachine(TimedQApplication):
def setUp(self):
super(testDynamicStateMachine, self).setUp()
@@ -55,5 +56,6 @@ class testDynamicStateMachine(TimedQApplication):
def test(self):
self._machine.start()
+
if __name__ == '__main__':
unittest.main()