@@ -68,8 +68,8 @@ def narrow_unicode_build(test): # pragma: no cover
68
68
69
69
TestDraft3 = DRAFT3 .to_unittest_testcase (
70
70
DRAFT3 .tests (),
71
- DRAFT3 .optional_tests_of (name = "format" ),
72
71
DRAFT3 .optional_tests_of (name = "bignum" ),
72
+ DRAFT3 .optional_tests_of (name = "format" ),
73
73
DRAFT3 .optional_tests_of (name = "zeroTerminatedFloats" ),
74
74
Validator = Draft3Validator ,
75
75
format_checker = draft3_format_checker ,
@@ -87,8 +87,8 @@ def narrow_unicode_build(test): # pragma: no cover
87
87
88
88
TestDraft4 = DRAFT4 .to_unittest_testcase (
89
89
DRAFT4 .tests (),
90
- DRAFT4 .optional_tests_of (name = "format" ),
91
90
DRAFT4 .optional_tests_of (name = "bignum" ),
91
+ DRAFT4 .optional_tests_of (name = "format" ),
92
92
DRAFT4 .optional_tests_of (name = "zeroTerminatedFloats" ),
93
93
Validator = Draft4Validator ,
94
94
format_checker = draft4_format_checker ,
@@ -135,8 +135,8 @@ def narrow_unicode_build(test): # pragma: no cover
135
135
136
136
TestDraft6 = DRAFT6 .to_unittest_testcase (
137
137
DRAFT6 .tests (),
138
- DRAFT6 .optional_tests_of (name = "format" ),
139
138
DRAFT6 .optional_tests_of (name = "bignum" ),
139
+ DRAFT6 .optional_tests_of (name = "format" ),
140
140
DRAFT6 .optional_tests_of (name = "zeroTerminatedFloats" ),
141
141
Validator = Draft6Validator ,
142
142
format_checker = draft6_format_checker ,
@@ -185,8 +185,8 @@ def narrow_unicode_build(test): # pragma: no cover
185
185
DRAFT7 .tests (),
186
186
DRAFT7 .format_tests (),
187
187
DRAFT7 .optional_tests_of (name = "bignum" ),
188
- DRAFT7 .optional_tests_of (name = "zeroTerminatedFloats" ),
189
188
DRAFT7 .optional_tests_of (name = "content" ),
189
+ DRAFT7 .optional_tests_of (name = "zeroTerminatedFloats" ),
190
190
Validator = Draft7Validator ,
191
191
format_checker = draft7_format_checker ,
192
192
skip = lambda test : (
0 commit comments