diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/python_properties_test.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/python_properties_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtWidgets/python_properties_test.py b/sources/pyside6/tests/QtWidgets/python_properties_test.py index 4c90dce28..72adc7517 100644 --- a/sources/pyside6/tests/QtWidgets/python_properties_test.py +++ b/sources/pyside6/tests/QtWidgets/python_properties_test.py @@ -51,5 +51,6 @@ class Properties(unittest.TestCase): # PSYIDE-304, can assign to a "const QWidget *" field p.widget = None + if __name__ == '__main__': unittest.main() |
