aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/bug_PYSIDE-344.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/bug_PYSIDE-344.py')
-rw-r--r--sources/pyside6/tests/QtGui/bug_PYSIDE-344.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtGui/bug_PYSIDE-344.py b/sources/pyside6/tests/QtGui/bug_PYSIDE-344.py
index f221aebd4..3dfada26c 100644
--- a/sources/pyside6/tests/QtGui/bug_PYSIDE-344.py
+++ b/sources/pyside6/tests/QtGui/bug_PYSIDE-344.py
@@ -51,6 +51,7 @@ def testList():
QVector2D(1, 1), QVector3D(1, 1, 1), QVector4D(1, 1, 1, 1),
QQuaternion(1, 1, 1, 1)]
+
class TestMulDiv(unittest.TestCase):
def testMultiplication(self):
@@ -69,5 +70,6 @@ class TestMulDiv(unittest.TestCase):
fails += ' ' + type(a).__name__
self.assertEqual(fails, '')
+
if __name__ == '__main__':
unittest.main()