We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb203a5 commit bd12369Copy full SHA for bd12369
jsonschema/tests/test_jsonschema_test_suite.py
@@ -407,6 +407,7 @@ def leap_second(test):
407
408
TestDraft201909Format = DRAFT201909.to_unittest_testcase(
409
DRAFT201909.format_tests(),
410
+ name="TestDraft201909Format",
411
Validator=jsonschema.Draft201909Validator,
412
format_checker=jsonschema.Draft201909Validator.FORMAT_CHECKER,
413
skip=lambda test: (
@@ -532,6 +533,7 @@ def leap_second(test):
532
533
534
TestDraft202012Format = DRAFT202012.to_unittest_testcase(
535
DRAFT202012.format_tests(),
536
+ name="TestDraft202012Format",
537
Validator=jsonschema.Draft202012Validator,
538
format_checker=jsonschema.Draft202012Validator.FORMAT_CHECKER,
539
0 commit comments