aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/snake_case_sub.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/pysidetest/snake_case_sub.py')
-rw-r--r--sources/pyside6/tests/pysidetest/snake_case_sub.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/pysidetest/snake_case_sub.py b/sources/pyside6/tests/pysidetest/snake_case_sub.py
index 5056d50bb..4a482c35a 100644
--- a/sources/pyside6/tests/pysidetest/snake_case_sub.py
+++ b/sources/pyside6/tests/pysidetest/snake_case_sub.py
@@ -16,6 +16,7 @@ PYSIDE-2029: Tests that snake_case is isolated from imported modules
from PySide6.QtWidgets import QWidget
+
def test_no_snake_case():
print(__name__)
widget = QWidget()