@@ -69,7 +69,7 @@ def narrow_unicode_build(test): # pragma: no cover
69
69
return
70
70
71
71
72
- TestDraft3 = DRAFT3 .to_testcase (
72
+ TestDraft3 = DRAFT3 .to_unittest_testcase (
73
73
DRAFT3 .tests (),
74
74
DRAFT3 .optional_tests_of (name = "format" ),
75
75
DRAFT3 .optional_tests_of (name = "bignum" ),
@@ -88,7 +88,7 @@ def narrow_unicode_build(test): # pragma: no cover
88
88
)
89
89
90
90
91
- TestDraft4 = DRAFT4 .to_testcase (
91
+ TestDraft4 = DRAFT4 .to_unittest_testcase (
92
92
DRAFT4 .tests (),
93
93
DRAFT4 .optional_tests_of (name = "format" ),
94
94
DRAFT4 .optional_tests_of (name = "bignum" ),
@@ -114,7 +114,7 @@ def narrow_unicode_build(test): # pragma: no cover
114
114
)
115
115
116
116
117
- TestDraft6 = DRAFT6 .to_testcase (
117
+ TestDraft6 = DRAFT6 .to_unittest_testcase (
118
118
DRAFT6 .tests (),
119
119
DRAFT6 .optional_tests_of (name = "format" ),
120
120
DRAFT6 .optional_tests_of (name = "bignum" ),
@@ -140,7 +140,7 @@ def narrow_unicode_build(test): # pragma: no cover
140
140
)
141
141
142
142
143
- TestDraft3LegacyTypeCheck = DRAFT3 .to_testcase (
143
+ TestDraft3LegacyTypeCheck = DRAFT3 .to_unittest_testcase (
144
144
DRAFT3 .tests_of (name = "type" ),
145
145
name = "TestDraft3LegacyTypeCheck" ,
146
146
Validator = create (
@@ -151,7 +151,7 @@ def narrow_unicode_build(test): # pragma: no cover
151
151
)
152
152
153
153
154
- TestDraft4LegacyTypeCheck = DRAFT4 .to_testcase (
154
+ TestDraft4LegacyTypeCheck = DRAFT4 .to_unittest_testcase (
155
155
DRAFT4 .tests_of (name = "type" ),
156
156
name = "TestDraft4LegacyTypeCheck" ,
157
157
Validator = create (
0 commit comments