aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/bug_617.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/bug_617.py')
-rw-r--r--sources/pyside6/tests/QtGui/bug_617.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtGui/bug_617.py b/sources/pyside6/tests/QtGui/bug_617.py
index 008ab488f..d917745be 100644
--- a/sources/pyside6/tests/QtGui/bug_617.py
+++ b/sources/pyside6/tests/QtGui/bug_617.py
@@ -54,5 +54,6 @@ class Bug617(unittest.TestCase):
e = MyEvent()
self.assertEqual(repr(e.type()), 'PySide6.QtCore.QEvent.Type(999)')
+
if __name__ == "__main__":
- unittest.main()
+ unittest.main()