Skip to content

Commit dcf97f2

Browse files
committed
Better name for the test
1 parent 19c1b3b commit dcf97f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ctypes/test_struct_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init_subclass__(cls, **kwargs):
7676
'ctypes state is not initialized'):
7777
class Subclass(BrokenStructure): ...
7878

79-
def test_gh126937(self):
79+
def test_max_field_size_gh126937(self):
8080
class X(self.cls):
8181
_fields_ = [('char', c_char),]
8282
max_field_size = sys.maxsize // 8

0 commit comments

Comments
 (0)