aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtUiTools/ui_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtUiTools/ui_test.py')
-rw-r--r--sources/pyside6/tests/QtUiTools/ui_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtUiTools/ui_test.py b/sources/pyside6/tests/QtUiTools/ui_test.py
index 70b916b44..553e9192d 100644
--- a/sources/pyside6/tests/QtUiTools/ui_test.py
+++ b/sources/pyside6/tests/QtUiTools/ui_test.py
@@ -39,10 +39,12 @@ from PySide6.QtUiTools import QUiLoader
from helper.usesqapplication import UsesQApplication
+
class QUiLoaderCreation(UsesQApplication):
def testConstructor(self):
loader = QUiLoader()
+
if __name__ == '__main__':
unittest.main()