aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtHelp/help_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtHelp/help_test.py')
-rw-r--r--sources/pyside6/tests/QtHelp/help_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtHelp/help_test.py b/sources/pyside6/tests/QtHelp/help_test.py
index 3cb6f51cb..30535a842 100644
--- a/sources/pyside6/tests/QtHelp/help_test.py
+++ b/sources/pyside6/tests/QtHelp/help_test.py
@@ -39,10 +39,12 @@ from PySide6.QtHelp import QHelpEngine
from helper.usesqapplication import UsesQApplication
+
class QHelpEngineCreation(UsesQApplication):
def testConstructor(self):
helpEngine = QHelpEngine('mycollection.qch')
+
if __name__ == '__main__':
unittest.main()