aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/static_method_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/static_method_test.py')
-rw-r--r--sources/pyside6/tests/QtCore/static_method_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtCore/static_method_test.py b/sources/pyside6/tests/QtCore/static_method_test.py
index c395f3770..5119f42a9 100644
--- a/sources/pyside6/tests/QtCore/static_method_test.py
+++ b/sources/pyside6/tests/QtCore/static_method_test.py
@@ -41,6 +41,7 @@ init_test_paths(False)
from PySide6.QtCore import QFile
+
class StaticNonStaticMethodsTest(unittest.TestCase):
'''Test cases for overloads involving static and non-static versions of a method.'''