@@ -70,7 +70,6 @@ def narrow_unicode_build(test): # pragma: no cover
70
70
71
71
72
72
TestDraft3 = DRAFT3 .to_testcase (
73
- "TestDraft3" ,
74
73
DRAFT3 .tests (),
75
74
DRAFT3 .optional_tests_of (name = "format" ),
76
75
DRAFT3 .optional_tests_of (name = "bignum" ),
@@ -90,7 +89,6 @@ def narrow_unicode_build(test): # pragma: no cover
90
89
91
90
92
91
TestDraft4 = DRAFT4 .to_testcase (
93
- "TestDraft4" ,
94
92
DRAFT4 .tests (),
95
93
DRAFT4 .optional_tests_of (name = "format" ),
96
94
DRAFT4 .optional_tests_of (name = "bignum" ),
@@ -117,7 +115,6 @@ def narrow_unicode_build(test): # pragma: no cover
117
115
118
116
119
117
TestDraft6 = DRAFT6 .to_testcase (
120
- "TestDraft6" ,
121
118
DRAFT6 .tests (),
122
119
DRAFT6 .optional_tests_of (name = "format" ),
123
120
DRAFT6 .optional_tests_of (name = "bignum" ),
@@ -144,8 +141,8 @@ def narrow_unicode_build(test): # pragma: no cover
144
141
145
142
146
143
TestDraft3LegacyTypeCheck = DRAFT3 .to_testcase (
147
- "TestDraft3LegacyTypeCheck" ,
148
144
DRAFT3 .tests_of (name = "type" ),
145
+ name = "TestDraft3LegacyTypeCheck" ,
149
146
Validator = create (
150
147
meta_schema = Draft3Validator .META_SCHEMA ,
151
148
validators = Draft3Validator .VALIDATORS ,
@@ -155,8 +152,8 @@ def narrow_unicode_build(test): # pragma: no cover
155
152
156
153
157
154
TestDraft4LegacyTypeCheck = DRAFT4 .to_testcase (
158
- "TestDraft4LegacyTypeCheck" ,
159
155
DRAFT4 .tests_of (name = "type" ),
156
+ name = "TestDraft4LegacyTypeCheck" ,
160
157
Validator = create (
161
158
meta_schema = Draft4Validator .META_SCHEMA ,
162
159
validators = Draft4Validator .VALIDATORS ,
0 commit comments