@@ -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 .format_tests (),
71
72
DRAFT3 .optional_tests_of (name = "bignum" ),
72
- DRAFT3 .optional_tests_of (name = "format" ),
73
73
DRAFT3 .optional_tests_of (name = "non-bmp-regex" ),
74
74
DRAFT3 .optional_tests_of (name = "zeroTerminatedFloats" ),
75
75
Validator = Draft3Validator ,
@@ -79,7 +79,7 @@ def narrow_unicode_build(test): # pragma: no cover
79
79
or missing_format (draft3_format_checker )(test )
80
80
or skip (
81
81
message = "Upstream bug in strict_rfc3339" ,
82
- subject = "format " ,
82
+ subject = "date-time " ,
83
83
description = "case-insensitive T and Z" ,
84
84
)(test )
85
85
),
@@ -88,8 +88,8 @@ def narrow_unicode_build(test): # pragma: no cover
88
88
89
89
TestDraft4 = DRAFT4 .to_unittest_testcase (
90
90
DRAFT4 .tests (),
91
+ DRAFT4 .format_tests (),
91
92
DRAFT4 .optional_tests_of (name = "bignum" ),
92
- DRAFT4 .optional_tests_of (name = "format" ),
93
93
DRAFT4 .optional_tests_of (name = "non-bmp-regex" ),
94
94
DRAFT4 .optional_tests_of (name = "zeroTerminatedFloats" ),
95
95
Validator = Draft4Validator ,
@@ -128,7 +128,7 @@ def narrow_unicode_build(test): # pragma: no cover
128
128
)(test )
129
129
or skip (
130
130
message = "Upstream bug in strict_rfc3339" ,
131
- subject = "format " ,
131
+ subject = "date-time " ,
132
132
description = "case-insensitive T and Z" ,
133
133
)(test )
134
134
),
@@ -137,8 +137,8 @@ def narrow_unicode_build(test): # pragma: no cover
137
137
138
138
TestDraft6 = DRAFT6 .to_unittest_testcase (
139
139
DRAFT6 .tests (),
140
+ DRAFT6 .format_tests (),
140
141
DRAFT6 .optional_tests_of (name = "bignum" ),
141
- DRAFT6 .optional_tests_of (name = "format" ),
142
142
DRAFT6 .optional_tests_of (name = "non-bmp-regex" ),
143
143
Validator = Draft6Validator ,
144
144
format_checker = draft6_format_checker ,
@@ -176,7 +176,7 @@ def narrow_unicode_build(test): # pragma: no cover
176
176
)(test )
177
177
or skip (
178
178
message = "Upstream bug in strict_rfc3339" ,
179
- subject = "format " ,
179
+ subject = "date-time " ,
180
180
description = "case-insensitive T and Z" ,
181
181
)(test )
182
182
),
0 commit comments