aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtXml/qdomdocument_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtXml/qdomdocument_test.py')
-rw-r--r--sources/pyside6/tests/QtXml/qdomdocument_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtXml/qdomdocument_test.py b/sources/pyside6/tests/QtXml/qdomdocument_test.py
index 5ce902438..a02062496 100644
--- a/sources/pyside6/tests/QtXml/qdomdocument_test.py
+++ b/sources/pyside6/tests/QtXml/qdomdocument_test.py
@@ -100,6 +100,7 @@ class QDomDocumentTest(unittest.TestCase):
child = child.nextSiblingElement('value-type')
checkAttribute(child, 'name', 'QDomElement')
+
if __name__ == '__main__':
unittest.main()