aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/version_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/pysidetest/version_test.py')
-rw-r--r--sources/pyside6/tests/pysidetest/version_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/pysidetest/version_test.py b/sources/pyside6/tests/pysidetest/version_test.py
index aba4da9c0..397e61a68 100644
--- a/sources/pyside6/tests/pysidetest/version_test.py
+++ b/sources/pyside6/tests/pysidetest/version_test.py
@@ -51,6 +51,7 @@ class CheckForVariablesTest(unittest.TestCase):
self.assertTrue(__version_info__ >= (4, 5, 0))
self.assertTrue(__version__)
+
if __name__ == '__main__':
unittest.main()