aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_585.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_585.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_585.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_585.py b/sources/pyside6/tests/QtWidgets/bug_585.py
index eeb89c297..82d581af9 100644
--- a/sources/pyside6/tests/QtWidgets/bug_585.py
+++ b/sources/pyside6/tests/QtWidgets/bug_585.py
@@ -56,6 +56,7 @@ class Bug585(unittest.TestCase):
self.assertEqual(refCount, sys.getrefcount(i1))
+
if __name__ == '__main__':
unittest.main()