aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/qanimationgroup_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/qanimationgroup_test.py')
-rw-r--r--sources/pyside6/tests/QtCore/qanimationgroup_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtCore/qanimationgroup_test.py b/sources/pyside6/tests/QtCore/qanimationgroup_test.py
index 57def6cb3..0e623de17 100644
--- a/sources/pyside6/tests/QtCore/qanimationgroup_test.py
+++ b/sources/pyside6/tests/QtCore/qanimationgroup_test.py
@@ -53,10 +53,11 @@ class QAnimationGroupTest(unittest.TestCase):
panim.clear()
- self.assertRaises(RuntimeError, lambda :sanim.parent())
+ self.assertRaises(RuntimeError, lambda: sanim.parent())
QTimer.singleShot(100, app.quit)
app.exec_()
+
if __name__ == '__main__':
unittest.main()