aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_967.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_967.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_967.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_967.py b/sources/pyside6/tests/QtWidgets/bug_967.py
index b86715002..a27a046d3 100644
--- a/sources/pyside6/tests/QtWidgets/bug_967.py
+++ b/sources/pyside6/tests/QtWidgets/bug_967.py
@@ -51,5 +51,6 @@ class TestBug967 (unittest.TestCase):
obj.currentIndexChanged.emit(5)
self.assertEqual(self.arg, 5)
+
if __name__ == "__main__":
unittest.main()