aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/bug_699.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/bug_699.py')
-rw-r--r--sources/pyside6/tests/QtCore/bug_699.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtCore/bug_699.py b/sources/pyside6/tests/QtCore/bug_699.py
index 2abfc0819..e624640d2 100644
--- a/sources/pyside6/tests/QtCore/bug_699.py
+++ b/sources/pyside6/tests/QtCore/bug_699.py
@@ -50,5 +50,6 @@ class TestBug699 (unittest.TestCase):
def testIt(self):
self.assertRaises(TypeError, self.defClass)
+
if __name__ == '__main__':
unittest.main()