1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
5 configfile: pyproject.toml
6 collecting ... collected 7726 items
8 jsonschema/tests/test_cli.py::TestCLI::test_custom_error_format PASSED
9 jsonschema/tests/test_cli.py::TestCLI::test_custom_error_format_applies_to_schema_errors PASSED
10 jsonschema/tests/test_cli.py::TestCLI::test_instance_does_not_exist PASSED
11 jsonschema/tests/test_cli.py::TestCLI::test_instance_does_not_exist_pretty_output PASSED
12 jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON PASSED
13 jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON_on_stdin PASSED
14 jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON_on_stdin_pretty_output PASSED
15 jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON_pretty_output PASSED
16 jsonschema/tests/test_cli.py::TestCLI::test_invalid_explicit_base_uri PASSED
17 jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance PASSED
18 jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_continues_with_the_rest PASSED
19 jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_explicit_plain_output PASSED
20 jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_multiple_errors PASSED
21 jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_multiple_errors_pretty_output PASSED
22 jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_pretty_output PASSED
23 jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema PASSED
24 jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_multiple_errors PASSED
25 jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_multiple_errors_pretty_output PASSED
26 jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_pretty_output PASSED
27 jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_with_invalid_instance PASSED
28 jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_with_invalid_instance_pretty_output PASSED
29 jsonschema/tests/test_cli.py::TestCLI::test_it_validates_using_draft4_when_specified PASSED
30 jsonschema/tests/test_cli.py::TestCLI::test_it_validates_using_draft7_when_specified PASSED
31 jsonschema/tests/test_cli.py::TestCLI::test_it_validates_using_the_latest_validator_when_unspecified PASSED
32 jsonschema/tests/test_cli.py::TestCLI::test_multiple_invalid_instances PASSED
33 jsonschema/tests/test_cli.py::TestCLI::test_multiple_invalid_instances_pretty_output PASSED
34 jsonschema/tests/test_cli.py::TestCLI::test_neither_instance_nor_schema_exist PASSED
35 jsonschema/tests/test_cli.py::TestCLI::test_neither_instance_nor_schema_exist_pretty_output PASSED
36 jsonschema/tests/test_cli.py::TestCLI::test_nonexistent_file_with_explicit_base_uri PASSED
37 jsonschema/tests/test_cli.py::TestCLI::test_schema_and_instance_are_both_invalid_JSON PASSED
38 jsonschema/tests/test_cli.py::TestCLI::test_schema_and_instance_are_both_invalid_JSON_pretty_output PASSED
39 jsonschema/tests/test_cli.py::TestCLI::test_schema_does_not_exist PASSED
40 jsonschema/tests/test_cli.py::TestCLI::test_schema_does_not_exist_pretty_output PASSED
41 jsonschema/tests/test_cli.py::TestCLI::test_schema_is_invalid_JSON PASSED
42 jsonschema/tests/test_cli.py::TestCLI::test_schema_is_invalid_JSON_pretty_output PASSED
43 jsonschema/tests/test_cli.py::TestCLI::test_successful_validation PASSED
44 jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_just_the_schema PASSED
45 jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_just_the_schema_pretty_output PASSED
46 jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_stdin PASSED
47 jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_stdin_pretty_output PASSED
48 jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_pretty_output PASSED
49 jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_via_explicit_base_uri PASSED
50 jsonschema/tests/test_cli.py::TestCLI::test_unsuccessful_validation_via_explicit_base_uri PASSED
51 jsonschema/tests/test_cli.py::TestParser::test_find_validator_by_fully_qualified_object_name PASSED
52 jsonschema/tests/test_cli.py::TestParser::test_find_validator_in_jsonschema PASSED
53 jsonschema/tests/test_cli.py::TestParser::test_unknown_output PASSED
54 jsonschema/tests/test_cli.py::TestParser::test_useless_error_format PASSED
55 jsonschema/tests/test_cli.py::TestCLIIntegration::test_license PASSED
56 jsonschema/tests/test_cli.py::TestCLIIntegration::test_no_arguments_shows_usage_notes PASSED
57 jsonschema/tests/test_cli.py::TestCLIIntegration::test_version PASSED
58 jsonschema/tests/test_deprecations.py::TestDeprecations::test_ErrorTree_setitem PASSED
59 jsonschema/tests/test_deprecations.py::TestDeprecations::test_FormatChecker_cls_checks PASSED
60 jsonschema/tests/test_deprecations.py::TestDeprecations::test_RefResolutionError PASSED
61 jsonschema/tests/test_deprecations.py::TestDeprecations::test_RefResolver PASSED
62 jsonschema/tests/test_deprecations.py::TestDeprecations::test_RefResolver_in_scope PASSED
63 jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_is_valid_two_arguments PASSED
64 jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_iter_errors_two_arguments PASSED
65 jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_resolver PASSED
66 jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_subclassing PASSED
67 jsonschema/tests/test_deprecations.py::TestDeprecations::test_WrappedReferencingError_hashability PASSED
68 jsonschema/tests/test_deprecations.py::TestDeprecations::test_automatic_remote_retrieval PASSED
69 jsonschema/tests/test_deprecations.py::TestDeprecations::test_catching_Unresolvable_directly PASSED
70 jsonschema/tests/test_deprecations.py::TestDeprecations::test_catching_Unresolvable_via_RefResolutionError PASSED
71 jsonschema/tests/test_deprecations.py::TestDeprecations::test_cli PASSED
72 jsonschema/tests/test_deprecations.py::TestDeprecations::test_draftN_format_checker PASSED
73 jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_ErrorTree PASSED
74 jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_FormatError PASSED
75 jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_Validator PASSED
76 jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_cli PASSED
77 jsonschema/tests/test_deprecations.py::TestDeprecations::test_validators_ErrorTree PASSED
78 jsonschema/tests/test_deprecations.py::TestDeprecations::test_validators_meta_schemas PASSED
79 jsonschema/tests/test_deprecations.py::TestDeprecations::test_validators_validators PASSED
80 jsonschema/tests/test_deprecations.py::TestDeprecations::test_version PASSED
81 jsonschema/tests/test_exceptions.py::TestBestMatch::test_anyOf_traversal_for_non_type_matching_sibling_errors PASSED
82 jsonschema/tests/test_exceptions.py::TestBestMatch::test_anyOf_traversal_for_single_equally_relevant_error PASSED
83 jsonschema/tests/test_exceptions.py::TestBestMatch::test_anyOf_traversal_for_single_sibling_errors PASSED
84 jsonschema/tests/test_exceptions.py::TestBestMatch::test_boolean_schemas PASSED
85 jsonschema/tests/test_exceptions.py::TestBestMatch::test_if_the_most_relevant_error_is_allOf_it_is_traversed PASSED
86 jsonschema/tests/test_exceptions.py::TestBestMatch::test_if_the_most_relevant_error_is_anyOf_it_is_traversed PASSED
87 jsonschema/tests/test_exceptions.py::TestBestMatch::test_if_the_most_relevant_error_is_oneOf_it_is_traversed PASSED
88 jsonschema/tests/test_exceptions.py::TestBestMatch::test_it_prioritizes_matching_types PASSED
89 jsonschema/tests/test_exceptions.py::TestBestMatch::test_it_prioritizes_matching_union_types PASSED
90 jsonschema/tests/test_exceptions.py::TestBestMatch::test_nested_context_for_oneOf PASSED
91 jsonschema/tests/test_exceptions.py::TestBestMatch::test_no_anyOf_traversal_for_equally_relevant_errors PASSED
92 jsonschema/tests/test_exceptions.py::TestBestMatch::test_no_errors PASSED
93 jsonschema/tests/test_exceptions.py::TestBestMatch::test_no_oneOf_traversal_for_equally_relevant_errors PASSED
94 jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_and_anyOf_are_weak_matches PASSED
95 jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_traversal_for_non_type_matching_sibling_errors PASSED
96 jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_traversal_for_single_equally_relevant_error PASSED
97 jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_traversal_for_single_sibling_errors PASSED
98 jsonschema/tests/test_exceptions.py::TestBestMatch::test_one_error PASSED
99 jsonschema/tests/test_exceptions.py::TestBestMatch::test_shallower_errors_are_better_matches PASSED
100 jsonschema/tests/test_exceptions.py::TestByRelevance::test_global_errors_are_even_better_matches PASSED
101 jsonschema/tests/test_exceptions.py::TestByRelevance::test_short_paths_are_better_matches PASSED
102 jsonschema/tests/test_exceptions.py::TestByRelevance::test_strong_keywords_are_higher_priority PASSED
103 jsonschema/tests/test_exceptions.py::TestByRelevance::test_weak_keywords_are_lower_priority PASSED
104 jsonschema/tests/test_exceptions.py::TestErrorTree::test_children_have_their_errors_dicts_built PASSED
105 jsonschema/tests/test_exceptions.py::TestErrorTree::test_if_its_in_the_tree_anyhow_it_does_not_raise_an_error PASSED
106 jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_contains_an_item_if_the_item_had_an_error PASSED
107 jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_creates_a_child_tree_for_each_nested_path PASSED
108 jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_does_not_contain_an_item_if_the_item_had_no_error PASSED
109 jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_does_not_contain_subtrees_that_are_not_in_the_instance PASSED
110 jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_knows_how_many_total_errors_it_contains PASSED
111 jsonschema/tests/test_exceptions.py::TestErrorTree::test_iter PASSED
112 jsonschema/tests/test_exceptions.py::TestErrorTree::test_keywords_that_failed_appear_in_errors_dict PASSED
113 jsonschema/tests/test_exceptions.py::TestErrorTree::test_multiple_errors_with_instance PASSED
114 jsonschema/tests/test_exceptions.py::TestErrorTree::test_repr_empty PASSED
115 jsonschema/tests/test_exceptions.py::TestErrorTree::test_repr_multiple PASSED
116 jsonschema/tests/test_exceptions.py::TestErrorTree::test_repr_single PASSED
117 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_does_not_reorder_dicts PASSED
118 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_empty_paths PASSED
119 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_it_calls_super_and_sets_args PASSED
120 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_multiple_item_paths PASSED
121 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_one_item_paths PASSED
122 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_repr PASSED
123 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_str_works_with_instances_having_overriden_eq_operator PASSED
124 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_unset_error PASSED
125 jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_uses_pprint PASSED
126 jsonschema/tests/test_exceptions.py::TestHashable::test_hashable PASSED
127 jsonschema/tests/test_format.py::TestFormatChecker::test_format_checkers_come_with_defaults PASSED
128 jsonschema/tests/test_format.py::TestFormatChecker::test_format_error_causes_become_validation_error_causes PASSED
129 jsonschema/tests/test_format.py::TestFormatChecker::test_it_can_register_checkers PASSED
130 jsonschema/tests/test_format.py::TestFormatChecker::test_it_can_register_cls_checkers PASSED
131 jsonschema/tests/test_format.py::TestFormatChecker::test_it_can_validate_no_formats PASSED
132 jsonschema/tests/test_format.py::TestFormatChecker::test_it_catches_registered_errors PASSED
133 jsonschema/tests/test_format.py::TestFormatChecker::test_it_raises_a_key_error_for_unknown_formats PASSED
134 jsonschema/tests/test_format.py::TestFormatChecker::test_repr PASSED
135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED
136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED
137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_as_false_without_items_items_defaults_to_empty_schema_so_everything_is_valid PASSED
138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED
139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED
140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_does_not_look_in_applicators_items_defined_in_extends_are_not_examined PASSED
141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED
142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED
143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED
144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED
145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED
146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED
147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED
148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED
149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_all_items_match_schema PASSED
150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED
151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED
152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED
153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED
154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED
155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED
156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED
157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED
158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED
159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_extends_are_not_examined PASSED
160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED
161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED
162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED
163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED
164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED
165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED
166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED
167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_float_comparison_with_high_precision_on_negative_numbers_comparison_works_for_very_negative_numbers PASSED
168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_integer_a_bignum_is_an_integer PASSED
169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_integer_a_negative_bignum_is_an_integer PASSED
170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED
171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED
172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_number_a_bignum_is_a_number PASSED
173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_number_a_negative_bignum_is_a_number PASSED
174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_string_a_bignum_is_not_a_string PASSED
175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_CSS_color_name_containing_invalid_characters SKIPPED
176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_valid_CSS_color_name PASSED
177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_valid_six_digit_CSS_color_code PASSED
178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_valid_three_digit_CSS_color_code PASSED
179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_an_invalid_CSS_color_code SKIPPED
180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_an_invalid_CSS_color_name SKIPPED
181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED
182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED
183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED
184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED
185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED
186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_29_days_in_February_normal_ PASSED
188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_30_days_in_February_leap_ PASSED
189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED
190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED
191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED
192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED
193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED
194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED
195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED
196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED
197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED
198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED
199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED
200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED
201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string PASSED
202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_28_days_in_February_normal_ PASSED
203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_29_days_in_February_leap_ PASSED
204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED
205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED
206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED
207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED
208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED
209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED
210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED
211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED
212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED
213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED
214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED
215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_an_invalid_date_string PASSED
216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_invalidates_non_padded_day_dates PASSED
217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_invalidates_non_padded_month_dates PASSED
218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED
219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED
220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED
221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED
222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED
223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_failing_ PASSED
224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_passing_ PASSED
225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_missing_properties_are_not_filled_in_with_the_default PASSED
226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_ignores_arrays PASSED
227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_ignores_other_non_objects PASSED
228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_ignores_strings PASSED
229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_missing_dependency PASSED
230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_neither PASSED
231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_nondependant PASSED
232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_with_dependency PASSED
233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED
234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_missing_dependency PASSED
235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_missing_other_dependency PASSED
236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_neither PASSED
237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_nondependants PASSED
238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED
239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_valid PASSED
240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED
241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED
242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED
243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_with_dependencies PASSED
244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_disallow_allowed PASSED
245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_disallow_disallowed PASSED
246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_mismatch PASSED
247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_other_mismatch PASSED
248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_match PASSED
249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_mismatch PASSED
250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_other_match PASSED
251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_other_mismatch PASSED
252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_valid PASSED
253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_int_ignores_non_numbers PASSED
254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_int_int_by_int PASSED
255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_int_int_by_int_fail PASSED
256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_number_35_is_not_divisible_by_1_5 PASSED
257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_number_4_5_is_divisible_by_1_5 PASSED
258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_number_zero_is_divisible_by_anything_except_0_ PASSED
259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_small_number_0_00751_is_not_divisible_by_0_0001 PASSED
260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_small_number_0_0075_is_divisible_by_0_0001 PASSED
261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED
262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED
263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED
264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED
265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED
266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED
267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED
268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED
269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_two_subsequent_dots_inside_local_part_are_not_valid SKIPPED
270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_both_properties_are_valid PASSED
271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED
272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED
273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED
274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_wrong_bar_value PASSED
275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_wrong_foo_value PASSED
276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED
277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED
278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED
279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED
280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED
281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED
282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_nul_characters_in_strings_match_string_with_nul PASSED
284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED
285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_simple_enum_validation_something_else_is_invalid PASSED
286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_extends PASSED
287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_mismatch_extended PASSED
288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_mismatch_extends PASSED
289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_simple_types_mismatch_extends PASSED
290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_simple_types_valid PASSED
291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_wrong_type PASSED
292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_mismatch_both PASSED
293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_mismatch_first_extends PASSED
294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_mismatch_second_extends PASSED
295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_valid PASSED
296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_arrays PASSED
297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_booleans PASSED
298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_floats PASSED
299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_integers PASSED
300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_nulls PASSED
301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_objects PASSED
302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_arrays PASSED
303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_booleans PASSED
304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_floats PASSED
305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_integers PASSED
306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_nulls PASSED
307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_objects PASSED
308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_arrays PASSED
309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_booleans PASSED
310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_floats PASSED
311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_integers PASSED
312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_nulls PASSED
313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_objects PASSED
314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_arrays PASSED
315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_booleans PASSED
316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_floats PASSED
317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_integers PASSED
318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_nulls PASSED
319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_objects PASSED
320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_arrays PASSED
321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_booleans PASSED
322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_floats PASSED
323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_integers PASSED
324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_nulls PASSED
325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_objects PASSED
326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_arrays PASSED
327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_booleans PASSED
328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_floats PASSED
329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_integers PASSED
330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_nulls PASSED
331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_objects PASSED
332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED
333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED
334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_floats PASSED
335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_integers PASSED
336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED
337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_objects PASSED
338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_arrays PASSED
339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_booleans PASSED
340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_floats PASSED
341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_integers PASSED
342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_nulls PASSED
343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_objects PASSED
344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_arrays PASSED
345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_booleans PASSED
346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_floats PASSED
347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_integers PASSED
348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_nulls PASSED
349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_objects PASSED
350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_arrays PASSED
351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_booleans PASSED
352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_floats PASSED
353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_integers PASSED
354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_nulls PASSED
355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_objects PASSED
356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED
357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED
358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED
359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_valid_host_name PASSED
360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_contains_underscore SKIPPED
361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_ends_with_hyphen SKIPPED
362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_ends_with_underscore SKIPPED
363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_exceeds_maximum_label_length SKIPPED
364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_maximum_label_length PASSED
365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_starts_with_hyphen SKIPPED
366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_starts_with_underscore SKIPPED
367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_failing_case PASSED
368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_passing_case PASSED
369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ip_address_validation_of_IP_addresses_a_valid_IP_address PASSED
370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ip_address_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED
371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ip_address_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED
372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED
373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED
374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED
375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED
376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED
377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED
378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED
379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_octet_out_of_range PASSED
380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED
381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED
382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED
383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED
384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_a_schema_given_for_items_ignores_non_arrays PASSED
385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_a_schema_given_for_items_valid_items PASSED
386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_a_schema_given_for_items_wrong_type_of_items PASSED
387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_an_array_of_schemas_for_items_correct_types PASSED
388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_an_array_of_schemas_for_items_wrong_types PASSED
389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED
390 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_items_with_null_instance_elements_allows_null_elements PASSED
391 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_exact_length_is_valid PASSED
392 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_ignores_non_arrays PASSED
393 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_shorter_is_valid PASSED
394 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_too_long_is_invalid PASSED
395 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_exact_length_is_valid PASSED
396 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_ignores_non_strings PASSED
397 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_shorter_is_valid PASSED
398 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_too_long_is_invalid PASSED
399 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED
400 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_exclusiveMaximum_validation_below_the_maximum_is_still_valid PASSED
401 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED
402 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED
403 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED
404 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_boundary_point_is_valid PASSED
405 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__above_the_maximum_is_invalid PASSED
406 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__below_the_maximum_is_valid PASSED
407 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__boundary_point_is_valid PASSED
408 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__ignores_non_numbers PASSED
409 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_ignores_non_numbers PASSED
410 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED
411 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED
412 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED
413 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED
414 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_exact_length_is_valid PASSED
415 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_ignores_non_arrays PASSED
416 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_longer_is_valid PASSED
417 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_too_short_is_invalid PASSED
418 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_exact_length_is_valid PASSED
419 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_ignores_non_strings PASSED
420 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_longer_is_valid PASSED
421 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED
422 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_too_short_is_invalid PASSED
423 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_exclusiveMinimum_validation_above_the_minimum_is_still_valid PASSED
424 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED
425 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED
426 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED
427 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_boundary_point_is_valid PASSED
428 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_ignores_non_numbers PASSED
429 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED
430 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED
431 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED
432 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED
433 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED
434 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED
435 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED
436 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED
437 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED
438 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED
439 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED
440 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED
441 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED
442 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one_ASCII PASSED
443 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED
444 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two_ASCII PASSED
445 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED
446 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED
447 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED
448 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED
449 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED
450 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED
451 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED
452 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED
453 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED
454 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED
455 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED
456 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED
457 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED
458 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED
459 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED
460 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED
461 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_non_recognized_members_are_ignored PASSED
462 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_recognized_members_are_accounted_for PASSED
463 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive PASSED
464 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive_2 PASSED
465 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED
466 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED
467 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED
468 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_arrays PASSED
469 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_booleans PASSED
470 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_floats PASSED
471 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_integers PASSED
472 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_null PASSED
473 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_objects PASSED
474 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED
475 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED
476 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED
477 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_ignores_arrays PASSED
478 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_ignores_other_non_objects PASSED
479 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED
480 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED
481 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED
482 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED
483 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED
484 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED
485 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED
486 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED
487 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED
488 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED
489 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_change_resolution_scope_changed_scope_ref_invalid PASSED
490 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_change_resolution_scope_changed_scope_ref_valid PASSED
491 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED
492 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED
493 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED
494 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED
495 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_remote_ref_remote_ref_invalid PASSED
496 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_remote_ref_remote_ref_valid PASSED
497 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_does_not_validate PASSED
498 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_validates PASSED
499 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_percent_invalid PASSED
500 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_percent_valid PASSED
501 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_slash_invalid PASSED
502 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_slash_valid PASSED
503 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_tilde_invalid PASSED
504 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_tilde_valid PASSED
505 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_matching_any_string PASSED
506 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_match_the_enum_exactly PASSED
507 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_nested_refs_nested_ref_invalid PASSED
508 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_nested_refs_nested_ref_valid PASSED
509 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED
510 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED
511 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED
512 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_ref_overrides_any_sibling_keywords_remote_ref_valid PASSED
513 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_ref_overrides_any_sibling_keywords_remote_ref_valid_maxItems_ignored PASSED
514 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_array_match_array PASSED
515 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED
516 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_object_match PASSED
517 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_object_mismatch PASSED
518 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED
519 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED
520 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_match PASSED
521 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_mismatch PASSED
522 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_recursive_match PASSED
523 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_recursive_mismatch PASSED
524 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED
525 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED
526 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_default_validation_not_required_by_default PASSED
527 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_explicitly_false_validation_not_required_if_required_is_false PASSED
528 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_validation_non_present_required_property_is_invalid PASSED
529 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_validation_present_required_property_is_valid PASSED
530 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_time_validation_of_time_strings_a_valid_time_string PASSED
531 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_time_validation_of_time_strings_an_invalid_time_string PASSED
532 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_array PASSED
533 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_boolean PASSED
534 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_float PASSED
535 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_integers PASSED
536 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_null PASSED
537 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_object PASSED
538 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_string PASSED
539 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_applies_a_nested_schema_an_integer_is_valid PASSED
540 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_applies_a_nested_schema_an_object_is_invalid_otherwise PASSED
541 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_applies_a_nested_schema_an_object_is_valid_only_if_it_is_fully_valid PASSED
542 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED
543 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED
544 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED
545 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_an_array_is_an_array PASSED
546 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED
547 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED
548 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_null_is_not_an_array PASSED
549 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_a_boolean_is_a_boolean PASSED
550 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED
551 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED
552 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED
553 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED
554 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED
555 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED
556 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED
557 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED
558 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED
559 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_a_string_is_still_not_an_integer_even_if_it_looks_like_one PASSED
560 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED
561 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED
562 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED
563 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED
564 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED
565 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED
566 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED
567 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED
568 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED
569 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED
570 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED
571 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_a_boolean_is_not_null PASSED
572 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED
573 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED
574 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED
575 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED
576 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED
577 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_null_is_null PASSED
578 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED
579 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_float_is_a_number PASSED
580 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number PASSED
581 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED
582 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_string_is_still_not_a_number_even_if_it_looks_like_one PASSED
583 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED
584 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED
585 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED
586 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_null_is_not_a_number PASSED
587 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED
588 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED
589 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED
590 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED
591 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED
592 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_an_object_is_an_object PASSED
593 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_null_is_not_an_object PASSED
594 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_1_is_not_a_string PASSED
595 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED
596 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED
597 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_a_string_is_a_string PASSED
598 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_a_string_is_still_a_string_even_if_it_looks_like_a_number PASSED
599 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED
600 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED
601 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_null_is_not_a_string PASSED
602 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_a_boolean_is_invalid PASSED
603 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_a_float_is_invalid PASSED
604 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_a_string_is_invalid PASSED
605 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_an_array_is_valid PASSED
606 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_an_integer_is_invalid PASSED
607 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_an_object_is_valid PASSED
608 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_null_is_invalid PASSED
609 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_from_separate_schemas_are_merged_a_string_is_valid PASSED
610 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_from_separate_schemas_are_merged_an_array_is_valid PASSED
611 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_from_separate_schemas_are_merged_an_integer_is_invalid PASSED
612 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED
613 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED
614 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED
615 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED
616 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED
617 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED
618 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED
619 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED
620 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED
621 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED
622 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED
623 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED
624 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED
625 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_false_from_items_array_is_valid PASSED
626 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
627 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
628 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_true_from_items_array_is_valid PASSED
629 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_valid PASSED
630 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
631 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
632 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_valid PASSED
633 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
634 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_false_true_is_valid PASSED
635 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_true_false_is_valid PASSED
636 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
637 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
638 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED
639 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED
640 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED
641 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED
642 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED
643 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED
644 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED
645 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED
646 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED
647 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED
648 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED
649 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED
650 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED
651 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED
652 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED
653 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED
654 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED
655 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED
656 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED
657 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED
658 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED
659 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED
660 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED
661 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items__false_false_from_items_array_is_not_valid PASSED
662 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
663 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
664 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items__true_true_from_items_array_is_not_valid PASSED
665 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_not_valid PASSED
666 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
667 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
668 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_not_valid PASSED
669 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
670 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_false_true_is_not_valid PASSED
671 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_true_false_is_not_valid PASSED
672 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
673 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
674 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_a_valid_URI PASSED
675 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_an_invalid_URI PASSED
676 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED
677 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED
678 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_zeroTerminatedFloats_some_languages_do_not_distinguish_between_different_types_of_numeric_value_a_float_is_not_an_integer_even_without_fractional_part PASSED
679 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED
680 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED
681 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_as_false_without_items_items_defaults_to_empty_schema_so_everything_is_valid PASSED
682 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED
683 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED
684 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_does_not_look_in_applicators_invalid_case_items_defined_in_allOf_are_not_examined PASSED
685 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_does_not_look_in_applicators_valid_case_items_defined_in_allOf_are_not_examined PASSED
686 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED
687 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED
688 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED
689 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED
690 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED
691 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED
692 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED
693 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED
694 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED
695 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED
696 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_all_items_match_schema PASSED
697 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED
698 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED
699 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED
700 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED
701 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED
702 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED
703 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED
704 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED
705 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED
706 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED
707 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED
708 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED
709 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED
710 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED
711 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED
712 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED
713 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_allOf PASSED
714 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED
715 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED
716 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED
717 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED
718 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED
719 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED
720 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED
721 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED
722 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_mismatch_first PASSED
723 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_mismatch_second PASSED
724 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_simple_types_mismatch_one PASSED
725 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_simple_types_valid PASSED
726 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED
727 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_both PASSED
728 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED
729 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED
730 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_valid PASSED
731 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED
732 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED
733 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED
734 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED
735 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED
736 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED
737 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_wrong_type PASSED
738 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
739 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED
740 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_both_anyOf_valid PASSED
741 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED
742 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED
743 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED
744 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED
745 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_first_anyOf_valid PASSED
746 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_neither_anyOf_valid PASSED
747 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_second_anyOf_valid PASSED
748 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED
749 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED
750 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED
751 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED
752 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED
753 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
754 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED
755 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED
756 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_float_comparison_with_high_precision_on_negative_numbers_comparison_works_for_very_negative_numbers PASSED
757 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_integer_a_bignum_is_an_integer PASSED
758 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_integer_a_negative_bignum_is_an_integer PASSED
759 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED
760 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED
761 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_number_a_bignum_is_a_number PASSED
762 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_number_a_negative_bignum_is_a_number PASSED
763 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_string_a_bignum_is_not_a_string PASSED
764 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED
765 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_minus_offset PASSED
766 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_plus_offset PASSED
767 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_without_second_fraction PASSED
768 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_UTC SKIPPED
769 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_with_minus_offset SKIPPED
770 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED
771 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED
772 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED
773 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED
774 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED
775 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED
776 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_closing_Z_after_time_zone_offset SKIPPED
777 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_date_time_past_leap_second_UTC SKIPPED
778 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED
779 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_hour_UTC SKIPPED
780 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_minute_UTC SKIPPED
781 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED
782 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED
783 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED
784 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_date_portion SKIPPED
785 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_time_portion SKIPPED
786 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED
787 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED
788 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
789 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED
790 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED
791 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED
792 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED
793 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_failing_ PASSED
794 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_passing_ PASSED
795 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_missing_properties_are_not_filled_in_with_the_default PASSED
796 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_definitions_validate_definition_against_metaschema_invalid_definition_schema PASSED
797 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_definitions_validate_definition_against_metaschema_valid_definition_schema PASSED
798 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_ignores_arrays PASSED
799 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_ignores_other_non_objects PASSED
800 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_ignores_strings PASSED
801 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_missing_dependency PASSED
802 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_neither PASSED
803 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_nondependant PASSED
804 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_dependency PASSED
805 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_1 PASSED
806 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_2 PASSED
807 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_3 PASSED
808 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_4 PASSED
809 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_valid_object_1 PASSED
810 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_valid_object_2 PASSED
811 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_valid_object_3 PASSED
812 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_matches_both PASSED
813 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_matches_dependency PASSED
814 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_matches_root PASSED
815 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_no_dependency PASSED
816 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED
817 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_missing_dependency PASSED
818 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_missing_other_dependency PASSED
819 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_neither PASSED
820 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_nondependants PASSED
821 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED
822 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_valid PASSED
823 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED
824 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED
825 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED
826 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_with_dependencies PASSED
827 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED
828 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED
829 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED
830 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED
831 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED
832 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED
833 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED
834 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED
835 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED
836 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED
837 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED
838 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED
839 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED
840 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED
841 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_two_subsequent_dots_inside_local_part_are_not_valid SKIPPED
842 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED
843 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED
844 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED
845 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED
846 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED
847 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED
848 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED
849 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED
850 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED
851 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED
852 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED
853 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED
854 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED
855 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED
856 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED
857 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED
858 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED
859 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED
860 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED
861 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED
862 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED
863 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED
864 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED
865 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED
866 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED
867 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED
868 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED
869 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_both_properties_are_valid PASSED
870 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED
871 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED
872 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED
873 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_wrong_bar_value PASSED
874 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_wrong_foo_value PASSED
875 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED
876 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED
877 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED
878 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED
879 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED
880 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED
881 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED
882 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED
883 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
884 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_nul_characters_in_strings_match_string_with_nul PASSED
885 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED
886 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_simple_enum_validation_something_else_is_invalid PASSED
887 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_float_overflow_all_integers_are_multiples_of_0_5_if_overflow_is_handled_valid_if_optional_overflow_handling_is_implemented PASSED
888 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_arrays PASSED
889 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_booleans PASSED
890 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_floats PASSED
891 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_integers PASSED
892 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_nulls PASSED
893 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_objects PASSED
894 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_arrays PASSED
895 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_booleans PASSED
896 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_floats PASSED
897 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_integers PASSED
898 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_nulls PASSED
899 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_objects PASSED
900 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_arrays PASSED
901 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_booleans PASSED
902 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_floats PASSED
903 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_integers PASSED
904 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_nulls PASSED
905 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_objects PASSED
906 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED
907 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED
908 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_floats PASSED
909 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_integers PASSED
910 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED
911 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_objects PASSED
912 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED
913 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED
914 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_floats PASSED
915 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_integers PASSED
916 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED
917 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_objects PASSED
918 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_arrays PASSED
919 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_booleans PASSED
920 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_floats PASSED
921 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_integers PASSED
922 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_nulls PASSED
923 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_objects PASSED
924 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED
925 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED
926 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED
927 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_valid_host_name PASSED
928 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED
929 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED
930 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED
931 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED
932 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED
933 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED
934 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED
935 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_contains_underscore SKIPPED
936 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED
937 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED
938 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED
939 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_maximum_label_length PASSED
940 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label PASSED
941 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED
942 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label_with_digits PASSED
943 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED
944 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED
945 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED
946 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_id_id_inside_an_enum_is_not_a_real_identifier_exact_match_to_enum_and_type_matches PASSED
947 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_id_id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED
948 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_id_id_inside_an_enum_is_not_a_real_identifier_no_match_on_enum_or_ref_to_id PASSED
949 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_failing_case PASSED
950 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_passing_case PASSED
951 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED
952 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED
953 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED
954 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED
955 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED
956 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED
957 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED
958 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED
959 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED
960 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED
961 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED
962 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED
963 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED
964 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED
965 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED
966 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED
967 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED
968 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED
969 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED
970 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED
971 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED
972 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED
973 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED
974 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED
975 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED
976 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED
977 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED
978 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED
979 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED
980 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED
981 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED
982 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
983 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_in_the_IPv4_portion PASSED
984 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED
985 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED
986 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED
987 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED
988 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED
989 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED
990 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED
991 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED
992 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED
993 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_octet_out_of_range PASSED
994 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_leading_double_colons_ipv4_mapped_ipv6_address_ PASSED
995 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED
996 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED
997 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED
998 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED
999 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_single_set_of_double_colons_in_the_middle_is_valid PASSED
1000 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED
1001 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED
1002 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED
1003 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED
1004 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED
1005 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED
1006 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED
1007 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED
1008 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_ignores_non_arrays PASSED
1009 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_valid_items PASSED
1010 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_wrong_type_of_items PASSED
1011 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED
1012 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED
1013 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_correct_types PASSED
1014 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_empty_array PASSED
1015 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED
1016 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_wrong_types PASSED
1017 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED
1018 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_fewer_items_is_valid PASSED
1019 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_too_many_items PASSED
1020 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_too_many_sub_items PASSED
1021 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_valid_items PASSED
1022 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_wrong_item PASSED
1023 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_wrong_sub_item PASSED
1024 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_with_null_instance_elements_allows_null_elements PASSED
1025 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_nested_items_nested_array_with_invalid_type PASSED
1026 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_nested_items_not_deep_enough PASSED
1027 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_nested_items_valid_nested_array PASSED
1028 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_exact_length_is_valid PASSED
1029 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_ignores_non_arrays PASSED
1030 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_shorter_is_valid PASSED
1031 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_too_long_is_invalid PASSED
1032 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_exact_length_is_valid PASSED
1033 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_ignores_non_strings PASSED
1034 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_shorter_is_valid PASSED
1035 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_too_long_is_invalid PASSED
1036 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED
1037 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED
1038 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED
1039 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED
1040 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_ignores_arrays PASSED
1041 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED
1042 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_ignores_strings PASSED
1043 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED
1044 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED
1045 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_exclusiveMaximum_validation_below_the_maximum_is_still_valid PASSED
1046 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED
1047 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED
1048 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED
1049 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_boundary_point_is_valid PASSED
1050 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__above_the_maximum_is_invalid PASSED
1051 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__below_the_maximum_is_valid PASSED
1052 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__boundary_point_is_valid PASSED
1053 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__ignores_non_numbers PASSED
1054 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_ignores_non_numbers PASSED
1055 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED
1056 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED
1057 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED
1058 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED
1059 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_exact_length_is_valid PASSED
1060 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_ignores_non_arrays PASSED
1061 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_longer_is_valid PASSED
1062 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_too_short_is_invalid PASSED
1063 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_exact_length_is_valid PASSED
1064 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_ignores_non_strings PASSED
1065 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_longer_is_valid PASSED
1066 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED
1067 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_too_short_is_invalid PASSED
1068 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_exact_length_is_valid PASSED
1069 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_ignores_arrays PASSED
1070 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED
1071 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_ignores_strings PASSED
1072 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_longer_is_valid PASSED
1073 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_too_short_is_invalid PASSED
1074 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_exclusiveMinimum_validation_above_the_minimum_is_still_valid PASSED
1075 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED
1076 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED
1077 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED
1078 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_boundary_point_is_valid PASSED
1079 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__above_the_minimum_is_valid PASSED
1080 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__below_the_minimum_is_invalid PASSED
1081 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__boundary_point_is_valid PASSED
1082 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__ignores_non_numbers PASSED
1083 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_ignores_non_numbers PASSED
1084 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED
1085 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED
1086 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED
1087 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED
1088 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED
1089 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED
1090 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED
1091 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_int_ignores_non_numbers PASSED
1092 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_int_int_by_int PASSED
1093 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_int_int_by_int_fail PASSED
1094 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED
1095 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED
1096 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED
1097 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED
1098 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED
1099 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_float_division_inf_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED
1100 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED
1101 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED
1102 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED
1103 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED
1104 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED
1105 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED
1106 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED
1107 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one_ASCII PASSED
1108 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED
1109 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two_ASCII PASSED
1110 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED
1111 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED
1112 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED
1113 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_double_negation_any_value_is_valid PASSED
1114 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED
1115 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED
1116 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED
1117 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED
1118 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED
1119 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED
1120 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED
1121 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED
1122 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED
1123 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbidden_property_property_absent PASSED
1124 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbidden_property_property_present PASSED
1125 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_allowed PASSED
1126 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_disallowed PASSED
1127 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_more_complex_schema_match PASSED
1128 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_more_complex_schema_mismatch PASSED
1129 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_more_complex_schema_other_match PASSED
1130 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_multiple_types_mismatch PASSED
1131 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_multiple_types_other_mismatch PASSED
1132 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_multiple_types_valid PASSED
1133 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
1134 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED
1135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_both_oneOf_valid PASSED
1136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED
1137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED
1138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED
1139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED
1140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_first_oneOf_valid PASSED
1141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_neither_oneOf_valid PASSED
1142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_second_oneOf_valid PASSED
1143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED
1144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED
1145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED
1146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED
1147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED
1148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED
1149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED
1150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED
1151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED
1152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED
1153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_both_valid_invalid PASSED
1154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_first_valid_valid PASSED
1155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_second_valid_valid PASSED
1156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED
1157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED
1158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED
1159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED
1160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED
1161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED
1162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED
1163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED
1164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED
1165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED
1166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED
1167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED
1168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED
1169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED
1170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_non_recognized_members_are_ignored PASSED
1171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_recognized_members_are_accounted_for PASSED
1172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive PASSED
1173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive_2 PASSED
1174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED
1175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED
1176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED
1177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_arrays PASSED
1178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_booleans PASSED
1179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_floats PASSED
1180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_integers PASSED
1181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_null PASSED
1182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_objects PASSED
1183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED
1184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED
1185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED
1186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_ignores_arrays PASSED
1187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_ignores_other_non_objects PASSED
1188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED
1189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED
1190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED
1191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED
1192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED
1193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED
1194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED
1195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED
1196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED
1197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED
1198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED
1199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED
1200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
1201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
1202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
1203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED
1204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED
1205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED
1206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED
1207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED
1208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED
1209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED
1210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED
1211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED
1212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED
1213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED
1214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED
1215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED
1216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED
1217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED
1218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED
1219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_remote_ref_remote_ref_invalid PASSED
1220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_remote_ref_remote_ref_valid PASSED
1221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED
1222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED
1223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED
1224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_match PASSED
1225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_mismatch PASSED
1226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED
1227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED
1228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Recursive_references_between_schemas_invalid_tree PASSED
1229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Recursive_references_between_schemas_valid_tree PASSED
1230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_does_not_validate PASSED
1231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_validates PASSED
1232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED
1233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED
1234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_percent_invalid PASSED
1235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_percent_valid PASSED
1236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_slash_invalid PASSED
1237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_slash_valid PASSED
1238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_tilde_invalid PASSED
1239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_tilde_valid PASSED
1240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_non_number_is_invalid PASSED
1241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_number_is_valid PASSED
1242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED
1243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED
1244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED
1245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED
1246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_matching_any_string PASSED
1247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_match_the_enum_exactly PASSED
1248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_nested_refs_nested_ref_invalid PASSED
1249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_nested_refs_nested_ref_valid PASSED
1250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED
1251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED
1252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED
1253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED
1254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED
1255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_ref_overrides_any_sibling_keywords_ref_valid PASSED
1256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_ref_overrides_any_sibling_keywords_ref_valid_maxItems_ignored PASSED
1257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED
1258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED
1259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_array_match_array PASSED
1260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED
1261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_object_match PASSED
1262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_object_mismatch PASSED
1263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED
1264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED
1265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_match PASSED
1266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_mismatch PASSED
1267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_recursive_match PASSED
1268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_recursive_mismatch PASSED
1269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_default_validation_not_required_by_default PASSED
1270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED
1271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED
1272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED
1273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
1274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
1275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
1276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED
1277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_ignores_arrays PASSED
1278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_ignores_other_non_objects PASSED
1279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_ignores_strings PASSED
1280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_non_present_required_property_is_invalid PASSED
1281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_present_required_property_is_valid PASSED
1282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED
1283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED
1284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED
1285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED
1286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED
1287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_an_array_is_an_array PASSED
1288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED
1289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED
1290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_null_is_not_an_array PASSED
1291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED
1292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED
1293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED
1294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED
1295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED
1296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED
1297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED
1298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED
1299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED
1300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED
1301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED
1302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED
1303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED
1304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_a_string_is_still_not_an_integer_even_if_it_looks_like_one PASSED
1305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED
1306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED
1307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED
1308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED
1309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED
1310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED
1311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED
1312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED
1313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED
1314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED
1315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED
1316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED
1317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED
1318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED
1319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED
1320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED
1321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED
1322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED
1323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_null_is_null PASSED
1324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED
1325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED
1326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED
1327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_float_is_a_number PASSED
1328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number PASSED
1329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED
1330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_string_is_still_not_a_number_even_if_it_looks_like_one PASSED
1331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED
1332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED
1333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED
1334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_null_is_not_a_number PASSED
1335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED
1336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED
1337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED
1338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED
1339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED
1340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_an_object_is_an_object PASSED
1341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_null_is_not_an_object PASSED
1342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_1_is_not_a_string PASSED
1343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED
1344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED
1345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_a_string_is_a_string PASSED
1346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_a_string_is_still_a_string_even_if_it_looks_like_a_number PASSED
1347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED
1348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED
1349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED
1350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_null_is_not_a_string PASSED
1351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_array_is_valid PASSED
1352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_null_is_valid PASSED
1353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_number_is_invalid PASSED
1354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_object_is_valid PASSED
1355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_string_is_invalid PASSED
1356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_array_is_valid PASSED
1357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_null_is_invalid PASSED
1358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_number_is_invalid PASSED
1359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_object_is_valid PASSED
1360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_string_is_invalid PASSED
1361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_as_array_with_one_item_number_is_invalid PASSED
1362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_as_array_with_one_item_string_is_valid PASSED
1363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED
1364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED
1365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED
1366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED
1367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED
1368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED
1369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED
1370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED
1371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED
1372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED
1373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED
1374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED
1375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED
1376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED
1377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED
1378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_false_from_items_array_is_valid PASSED
1379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
1380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
1381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_true_from_items_array_is_valid PASSED
1382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_valid PASSED
1383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
1384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
1385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_valid PASSED
1386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
1387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_false_true_is_valid PASSED
1388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_true_false_is_valid PASSED
1389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
1390 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
1391 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED
1392 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED
1393 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED
1394 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED
1395 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED
1396 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED
1397 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED
1398 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED
1399 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED
1400 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED
1401 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED
1402 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED
1403 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED
1404 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED
1405 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED
1406 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED
1407 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED
1408 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED
1409 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED
1410 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED
1411 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED
1412 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED
1413 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED
1414 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED
1415 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED
1416 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED
1417 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED
1418 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED
1419 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items__false_false_from_items_array_is_not_valid PASSED
1420 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
1421 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
1422 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items__true_true_from_items_array_is_not_valid PASSED
1423 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_not_valid PASSED
1424 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
1425 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
1426 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_not_valid PASSED
1427 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
1428 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_false_true_is_not_valid PASSED
1429 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_true_false_is_not_valid PASSED
1430 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
1431 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
1432 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED
1433 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED
1434 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED
1435 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED
1436 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED
1437 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED
1438 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED
1439 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_ PASSED
1440 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED
1441 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED
1442 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED
1443 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED
1444 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED
1445 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED
1446 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED
1447 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URN PASSED
1448 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED
1449 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED
1450 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED
1451 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_tel_URI PASSED
1452 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED
1453 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED
1454 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED
1455 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED
1456 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED
1457 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED
1458 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI PASSED
1459 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED
1460 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED
1461 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED
1462 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED
1463 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED
1464 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED
1465 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_zeroTerminatedFloats_some_languages_do_not_distinguish_between_different_types_of_numeric_value_a_float_is_not_an_integer_even_without_fractional_part PASSED
1466 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED
1467 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED
1468 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_as_false_without_items_items_defaults_to_empty_schema_so_everything_is_valid PASSED
1469 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED
1470 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED
1471 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_does_not_look_in_applicators_invalid_case_items_defined_in_allOf_are_not_examined PASSED
1472 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_does_not_look_in_applicators_valid_case_items_defined_in_allOf_are_not_examined PASSED
1473 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED
1474 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED
1475 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED
1476 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED
1477 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED
1478 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED
1479 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED
1480 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED
1481 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED
1482 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED
1483 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_invalid_with_a_array_of_mixed_types PASSED
1484 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_valid_with_a_array_of_type_integers PASSED
1485 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_when_items_is_schema_boolean_additionalItems_does_nothing_all_items_match_schema PASSED
1486 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED
1487 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED
1488 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED
1489 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED
1490 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED
1491 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED
1492 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED
1493 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED
1494 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED
1495 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED
1496 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED
1497 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED
1498 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED
1499 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED
1500 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED
1501 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED
1502 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_allOf PASSED
1503 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED
1504 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED
1505 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED
1506 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED
1507 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED
1508 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED
1509 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED
1510 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED
1511 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_mismatch_first PASSED
1512 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_mismatch_second PASSED
1513 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_simple_types_mismatch_one PASSED
1514 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_simple_types_valid PASSED
1515 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED
1516 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_both PASSED
1517 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED
1518 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED
1519 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_valid PASSED
1520 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
1521 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
1522 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED
1523 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED
1524 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED
1525 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED
1526 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED
1527 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED
1528 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED
1529 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_wrong_type PASSED
1530 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
1531 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED
1532 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_both_anyOf_valid PASSED
1533 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED
1534 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED
1535 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED
1536 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED
1537 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_first_anyOf_valid PASSED
1538 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_neither_anyOf_valid PASSED
1539 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_second_anyOf_valid PASSED
1540 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED
1541 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED
1542 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED
1543 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
1544 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
1545 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED
1546 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED
1547 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED
1548 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
1549 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED
1550 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED
1551 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_float_comparison_with_high_precision_on_negative_numbers_comparison_works_for_very_negative_numbers PASSED
1552 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_integer_a_bignum_is_an_integer PASSED
1553 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_integer_a_negative_bignum_is_an_integer PASSED
1554 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED
1555 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED
1556 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_number_a_bignum_is_a_number PASSED
1557 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_number_a_negative_bignum_is_a_number PASSED
1558 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_string_a_bignum_is_not_a_string PASSED
1559 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED
1560 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED
1561 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED
1562 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED
1563 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED
1564 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED
1565 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED
1566 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED
1567 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED
1568 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__array_is_valid PASSED
1569 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED
1570 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED
1571 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED
1572 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED
1573 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__null_is_valid PASSED
1574 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__number_is_valid PASSED
1575 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__object_is_valid PASSED
1576 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__string_is_valid PASSED
1577 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_validation_another_type_is_invalid PASSED
1578 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_validation_another_value_is_invalid PASSED
1579 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_validation_same_value_is_valid PASSED
1580 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_0_does_not_match_other_zero_like_types_empty_array_is_invalid PASSED
1581 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_0_does_not_match_other_zero_like_types_empty_object_is_invalid PASSED
1582 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_0_does_not_match_other_zero_like_types_empty_string_is_invalid PASSED
1583 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED
1584 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_0_does_not_match_other_zero_like_types_float_zero_is_valid PASSED
1585 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_0_does_not_match_other_zero_like_types_integer_zero_is_valid PASSED
1586 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED
1587 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED
1588 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED
1589 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_2_0_matches_integer_and_float_types_float_2_00001_is_invalid PASSED
1590 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_invalid PASSED
1591 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_valid PASSED
1592 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED
1593 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED
1594 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_false_does_not_match_a_0___a_0_0_is_invalid PASSED
1595 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED
1596 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED
1597 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_true_does_not_match_a_1___a_1_0_is_invalid PASSED
1598 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED
1599 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED
1600 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_array_another_array_item_is_invalid PASSED
1601 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_array_array_with_additional_items_is_invalid PASSED
1602 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_array_same_array_is_valid PASSED
1603 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED
1604 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED
1605 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0___false_is_valid PASSED
1606 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0_false_is_valid PASSED
1607 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED
1608 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED
1609 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_null_not_null_is_invalid PASSED
1610 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_null_null_is_valid PASSED
1611 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_another_object_is_invalid PASSED
1612 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_another_type_is_invalid PASSED
1613 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_same_object_is_valid PASSED
1614 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED
1615 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED
1616 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED
1617 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1___true_is_valid PASSED
1618 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED
1619 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED
1620 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1_true_is_valid PASSED
1621 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_is_valid PASSED
1622 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_minus_one_is_invalid PASSED
1623 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_is_valid PASSED
1624 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_minus_one_is_invalid PASSED
1625 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
1626 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_nul_characters_in_strings_match_string_with_nul PASSED
1627 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED
1628 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED
1629 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED
1630 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED
1631 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED
1632 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_not_array_is_valid PASSED
1633 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED
1634 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED
1635 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED
1636 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED
1637 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED
1638 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED
1639 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED
1640 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED
1641 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_with_null_instance_elements_allows_null_items PASSED
1642 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_does_not_match_items_matches_contains PASSED
1643 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_matches_both_items_and_contains PASSED
1644 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_matches_items_does_not_match_contains PASSED
1645 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_matches_neither_items_nor_contains PASSED
1646 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED
1647 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_minus_offset PASSED
1648 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_plus_offset PASSED
1649 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_without_second_fraction PASSED
1650 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_UTC SKIPPED
1651 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_with_minus_offset SKIPPED
1652 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED
1653 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED
1654 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED
1655 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED
1656 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED
1657 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED
1658 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_closing_Z_after_time_zone_offset SKIPPED
1659 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_date_time_past_leap_second_UTC SKIPPED
1660 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED
1661 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_hour_UTC SKIPPED
1662 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_minute_UTC SKIPPED
1663 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED
1664 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED
1665 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED
1666 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_date_portion SKIPPED
1667 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_time_portion SKIPPED
1668 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED
1669 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED
1670 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
1671 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED
1672 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED
1673 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED
1674 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED
1675 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_failing_ PASSED
1676 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_passing_ PASSED
1677 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_missing_properties_are_not_filled_in_with_the_default PASSED
1678 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_definitions_validate_definition_against_metaschema_invalid_definition_schema PASSED
1679 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_definitions_validate_definition_against_metaschema_valid_definition_schema PASSED
1680 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_ignores_arrays PASSED
1681 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_ignores_other_non_objects PASSED
1682 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_ignores_strings PASSED
1683 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_missing_dependency PASSED
1684 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_neither PASSED
1685 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_nondependant PASSED
1686 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_empty_object_is_valid PASSED
1687 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_object_with_both_properties_is_invalid PASSED
1688 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED
1689 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED
1690 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_dependency PASSED
1691 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_empty_array_empty_object PASSED
1692 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_empty_array_non_object_is_valid PASSED
1693 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_empty_array_object_with_one_property PASSED
1694 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_1 PASSED
1695 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_2 PASSED
1696 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_3 PASSED
1697 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_4 PASSED
1698 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_valid_object_1 PASSED
1699 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_valid_object_2 PASSED
1700 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_valid_object_3 PASSED
1701 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_matches_both PASSED
1702 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_matches_dependency PASSED
1703 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_matches_root PASSED
1704 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_no_dependency PASSED
1705 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED
1706 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_missing_dependency PASSED
1707 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_missing_other_dependency PASSED
1708 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_neither PASSED
1709 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_nondependants PASSED
1710 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED
1711 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_valid PASSED
1712 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED
1713 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED
1714 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED
1715 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_with_dependencies PASSED
1716 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED
1717 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED
1718 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED
1719 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED
1720 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED
1721 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED
1722 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED
1723 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED
1724 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED
1725 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED
1726 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED
1727 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED
1728 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED
1729 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED
1730 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_two_subsequent_dots_inside_local_part_are_not_valid SKIPPED
1731 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED
1732 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED
1733 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED
1734 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED
1735 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED
1736 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED
1737 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED
1738 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED
1739 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED
1740 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED
1741 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED
1742 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED
1743 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED
1744 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED
1745 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED
1746 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED
1747 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED
1748 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED
1749 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED
1750 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED
1751 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED
1752 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED
1753 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED
1754 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED
1755 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED
1756 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED
1757 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED
1758 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_both_properties_are_valid PASSED
1759 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED
1760 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED
1761 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED
1762 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_wrong_bar_value PASSED
1763 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_wrong_foo_value PASSED
1764 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED
1765 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED
1766 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED
1767 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED
1768 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED
1769 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED
1770 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED
1771 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED
1772 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
1773 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_nul_characters_in_strings_match_string_with_nul PASSED
1774 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED
1775 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_simple_enum_validation_something_else_is_invalid PASSED
1776 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED
1777 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED
1778 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED
1779 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED
1780 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED
1781 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED
1782 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED
1783 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED
1784 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_float_overflow_all_integers_are_multiples_of_0_5_if_overflow_is_handled_valid_if_optional_overflow_handling_is_implemented PASSED
1785 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_arrays PASSED
1786 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_booleans PASSED
1787 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_floats PASSED
1788 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_integers PASSED
1789 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_nulls PASSED
1790 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_objects PASSED
1791 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_arrays PASSED
1792 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_booleans PASSED
1793 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_floats PASSED
1794 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_integers PASSED
1795 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_nulls PASSED
1796 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_objects PASSED
1797 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_arrays PASSED
1798 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_booleans PASSED
1799 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_floats PASSED
1800 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_integers PASSED
1801 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_nulls PASSED
1802 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_objects PASSED
1803 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED
1804 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED
1805 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_floats PASSED
1806 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_integers PASSED
1807 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED
1808 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_objects PASSED
1809 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED
1810 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED
1811 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_floats PASSED
1812 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_integers PASSED
1813 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED
1814 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_objects PASSED
1815 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED
1816 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED
1817 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED
1818 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED
1819 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED
1820 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED
1821 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_arrays PASSED
1822 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_booleans PASSED
1823 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_floats PASSED
1824 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_integers PASSED
1825 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_nulls PASSED
1826 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_objects PASSED
1827 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED
1828 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED
1829 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED
1830 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED
1831 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED
1832 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED
1833 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED
1834 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED
1835 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_floats PASSED
1836 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_integers PASSED
1837 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED
1838 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_objects PASSED
1839 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED
1840 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED
1841 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED
1842 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_valid_host_name PASSED
1843 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED
1844 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED
1845 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED
1846 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED
1847 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED
1848 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED
1849 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED
1850 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_contains_underscore SKIPPED
1851 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED
1852 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED
1853 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED
1854 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_maximum_label_length PASSED
1855 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label PASSED
1856 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED
1857 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label_with_digits PASSED
1858 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED
1859 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED
1860 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED
1861 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_id_inside_an_enum_is_not_a_real_identifier_exact_match_to_enum_and_type_matches PASSED
1862 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED
1863 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_id_inside_an_enum_is_not_a_real_identifier_no_match_on_enum_or_ref_to_id PASSED
1864 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_non_schema_object_containing_a_plain_name_id_property_const_at_const_not_anchor_does_not_match PASSED
1865 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_non_schema_object_containing_a_plain_name_id_property_skip_traversing_definition_for_a_valid_result PASSED
1866 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_non_schema_object_containing_an_id_property_const_at_const_not_id_does_not_match PASSED
1867 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_non_schema_object_containing_an_id_property_skip_traversing_definition_for_a_valid_result PASSED
1868 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_failing_case PASSED
1869 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_passing_case PASSED
1870 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED
1871 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED
1872 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED
1873 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED
1874 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED
1875 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED
1876 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED
1877 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED
1878 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED
1879 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED
1880 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED
1881 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED
1882 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED
1883 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED
1884 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED
1885 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED
1886 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED
1887 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED
1888 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED
1889 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED
1890 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED
1891 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED
1892 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED
1893 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED
1894 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED
1895 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED
1896 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED
1897 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED
1898 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED
1899 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED
1900 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED
1901 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
1902 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_in_the_IPv4_portion PASSED
1903 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED
1904 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED
1905 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED
1906 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED
1907 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED
1908 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED
1909 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED
1910 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED
1911 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED
1912 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_octet_out_of_range PASSED
1913 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_leading_double_colons_ipv4_mapped_ipv6_address_ PASSED
1914 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED
1915 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED
1916 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED
1917 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED
1918 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_single_set_of_double_colons_in_the_middle_is_valid PASSED
1919 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED
1920 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED
1921 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED
1922 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED
1923 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED
1924 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED
1925 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED
1926 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED
1927 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_ignores_non_arrays PASSED
1928 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_valid_items PASSED
1929 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_wrong_type_of_items PASSED
1930 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED
1931 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED
1932 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_correct_types PASSED
1933 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_empty_array PASSED
1934 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED
1935 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_wrong_types PASSED
1936 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED
1937 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_fewer_items_is_valid PASSED
1938 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_too_many_items PASSED
1939 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_too_many_sub_items PASSED
1940 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_valid_items PASSED
1941 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_wrong_item PASSED
1942 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_wrong_sub_item PASSED
1943 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED
1944 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED
1945 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED
1946 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED
1947 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schemas_array_with_one_item_is_valid PASSED
1948 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schemas_array_with_two_items_is_invalid PASSED
1949 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schemas_empty_array_is_valid PASSED
1950 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_nested_items_nested_array_with_invalid_type PASSED
1951 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_nested_items_not_deep_enough PASSED
1952 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_nested_items_valid_nested_array PASSED
1953 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_single_form_items_with_null_instance_elements_allows_null_elements PASSED
1954 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED
1955 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED
1956 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED
1957 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED
1958 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED
1959 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED
1960 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED
1961 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_1 PASSED
1962 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_2 PASSED
1963 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_3 PASSED
1964 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_1 PASSED
1965 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_2 PASSED
1966 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_3 PASSED
1967 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_multiple_characters_not_escaped_ PASSED
1968 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_not_escaped_ PASSED
1969 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_1 PASSED
1970 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_2 PASSED
1971 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_1 PASSED
1972 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_2 PASSED
1973 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_1 PASSED
1974 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_10 PASSED
1975 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_11 PASSED
1976 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_12 PASSED
1977 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_2 PASSED
1978 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_3 PASSED
1979 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_4 PASSED
1980 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_5 PASSED
1981 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_6 PASSED
1982 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_7 PASSED
1983 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_8 PASSED
1984 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_9 PASSED
1985 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_1 PASSED
1986 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_2 PASSED
1987 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_multiple_escaped_characters_ PASSED
1988 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_adding_to_the_last_array_position PASSED
1989 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_as_object_member_name_ PASSED
1990 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_empty_segment PASSED
1991 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_the_last_empty_segment PASSED
1992 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_exact_length_is_valid PASSED
1993 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_ignores_non_arrays PASSED
1994 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_shorter_is_valid PASSED
1995 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_too_long_is_invalid PASSED
1996 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED
1997 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED
1998 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_exact_length_is_valid PASSED
1999 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_ignores_non_strings PASSED
2000 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_shorter_is_valid PASSED
2001 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_too_long_is_invalid PASSED
2002 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED
2003 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED
2004 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED
2005 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED
2006 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED
2007 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED
2008 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_ignores_arrays PASSED
2009 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED
2010 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_ignores_strings PASSED
2011 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED
2012 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED
2013 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED
2014 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED
2015 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED
2016 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED
2017 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_boundary_point_is_valid PASSED
2018 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_ignores_non_numbers PASSED
2019 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED
2020 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED
2021 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED
2022 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED
2023 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_exact_length_is_valid PASSED
2024 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_ignores_non_arrays PASSED
2025 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_longer_is_valid PASSED
2026 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_too_short_is_invalid PASSED
2027 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED
2028 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED
2029 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_exact_length_is_valid PASSED
2030 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_ignores_non_strings PASSED
2031 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_longer_is_valid PASSED
2032 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED
2033 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_too_short_is_invalid PASSED
2034 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED
2035 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED
2036 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_exact_length_is_valid PASSED
2037 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_ignores_arrays PASSED
2038 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED
2039 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_ignores_strings PASSED
2040 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_longer_is_valid PASSED
2041 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_too_short_is_invalid PASSED
2042 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED
2043 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED
2044 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED
2045 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED
2046 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_boundary_point_is_valid PASSED
2047 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_ignores_non_numbers PASSED
2048 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED
2049 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED
2050 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED
2051 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED
2052 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED
2053 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED
2054 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED
2055 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_int_ignores_non_numbers PASSED
2056 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_int_int_by_int PASSED
2057 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_int_int_by_int_fail PASSED
2058 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED
2059 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED
2060 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED
2061 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED
2062 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED
2063 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED
2064 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED
2065 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED
2066 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED
2067 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED
2068 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED
2069 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED
2070 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED
2071 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one_ASCII PASSED
2072 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED
2073 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two_ASCII PASSED
2074 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED
2075 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED
2076 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED
2077 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED
2078 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED
2079 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED
2080 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED
2081 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED
2082 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED
2083 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED
2084 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED
2085 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED
2086 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_double_negation_any_value_is_valid PASSED
2087 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED
2088 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED
2089 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED
2090 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED
2091 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED
2092 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED
2093 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED
2094 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED
2095 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED
2096 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED
2097 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED
2098 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED
2099 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED
2100 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED
2101 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED
2102 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED
2103 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED
2104 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED
2105 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbidden_property_property_absent PASSED
2106 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbidden_property_property_present PASSED
2107 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_allowed PASSED
2108 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_disallowed PASSED
2109 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_more_complex_schema_match PASSED
2110 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_more_complex_schema_mismatch PASSED
2111 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_more_complex_schema_other_match PASSED
2112 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_multiple_types_mismatch PASSED
2113 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_multiple_types_other_mismatch PASSED
2114 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_multiple_types_valid PASSED
2115 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
2116 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED
2117 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_both_oneOf_valid PASSED
2118 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED
2119 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED
2120 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED
2121 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED
2122 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_first_oneOf_valid PASSED
2123 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_neither_oneOf_valid PASSED
2124 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_second_oneOf_valid PASSED
2125 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED
2126 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED
2127 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED
2128 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
2129 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED
2130 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED
2131 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED
2132 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED
2133 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED
2134 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED
2135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED
2136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED
2137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED
2138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED
2139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_both_valid_invalid PASSED
2140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_first_valid_valid PASSED
2141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_second_valid_valid PASSED
2142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED
2143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED
2144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED
2145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED
2146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED
2147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED
2148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED
2149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED
2150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED
2151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED
2152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED
2153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED
2154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED
2155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED
2156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_object_with_a_property_matching_both_true_and_false_is_invalid PASSED
2157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED
2158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED
2159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED
2160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED
2161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_non_recognized_members_are_ignored PASSED
2162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_recognized_members_are_accounted_for PASSED
2163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive PASSED
2164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive_2 PASSED
2165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED
2166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED
2167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED
2168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_arrays PASSED
2169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_booleans PASSED
2170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_floats PASSED
2171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_integers PASSED
2172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_null PASSED
2173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_objects PASSED
2174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED
2175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED
2176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED
2177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_ignores_arrays PASSED
2178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_ignores_other_non_objects PASSED
2179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED
2180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED
2181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED
2182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED
2183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED
2184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED
2185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED
2186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED
2187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED
2188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED
2189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED
2190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED
2191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
2192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
2193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
2194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED
2195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED
2196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED
2197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED
2198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED
2199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED
2200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED
2201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED
2202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED
2203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_ignores_arrays PASSED
2204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED
2205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_ignores_strings PASSED
2206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED
2207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED
2208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_with_pattern_matching_property_names_valid PASSED
2209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_with_pattern_non_matching_property_name_is_invalid PASSED
2210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_with_pattern_object_without_properties_is_valid PASSED
2211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED
2212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED
2213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED
2214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED
2215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED
2216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED
2217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote__ref_to_ref_finds_location_independent_id_non_number_is_invalid PASSED
2218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote__ref_to_ref_finds_location_independent_id_number_is_valid PASSED
2219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED
2220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED
2221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED
2222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED
2223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED
2224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED
2225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED
2226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED
2227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED
2228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED
2229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_remote_ref_invalid PASSED
2230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_remote_ref_valid PASSED
2231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_with_ref_to_definitions_invalid PASSED
2232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_with_ref_to_definitions_valid PASSED
2233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED
2234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED
2235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED
2236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED
2237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED
2238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_match PASSED
2239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_mismatch PASSED
2240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED
2241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED
2242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Recursive_references_between_schemas_invalid_tree PASSED
2243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Recursive_references_between_schemas_valid_tree PASSED
2244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Reference_an_anchor_with_a_non_relative_URI_match PASSED
2245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Reference_an_anchor_with_a_non_relative_URI_mismatch PASSED
2246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED
2247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED
2248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_non_string_is_invalid PASSED
2249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED
2250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED
2251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED
2252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED
2253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED
2254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED
2255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED
2256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED
2257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED
2258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED
2259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED
2260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_does_not_validate PASSED
2261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_validates PASSED
2262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED
2263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED
2264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED
2265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED
2266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_percent_invalid PASSED
2267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_percent_valid PASSED
2268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_slash_invalid PASSED
2269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_slash_valid PASSED
2270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_tilde_invalid PASSED
2271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_tilde_valid PASSED
2272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_definition_exact_match PASSED
2273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_matching_any_string PASSED
2274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_match_the_enum_exactly PASSED
2275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_nested_refs_nested_ref_invalid PASSED
2276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_nested_refs_nested_ref_valid PASSED
2277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED
2278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED
2279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED
2280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED
2281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED
2282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_overrides_any_sibling_keywords_ref_valid PASSED
2283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_overrides_any_sibling_keywords_ref_valid_maxItems_ignored PASSED
2284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED
2285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED
2286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED
2287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED
2288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED
2289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED
2290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED
2291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_array_match_array PASSED
2292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED
2293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_object_match PASSED
2294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_object_mismatch PASSED
2295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED
2296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED
2297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED
2298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED
2299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED
2300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_match PASSED
2301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_mismatch PASSED
2302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_recursive_match PASSED
2303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_recursive_mismatch PASSED
2304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED
2305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED
2306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_simple_URN_base_URI_with_ref_via_the_URN_invalid_under_the_URN_IDed_schema PASSED
2307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_simple_URN_base_URI_with_ref_via_the_URN_valid_under_the_URN_IDed_schema PASSED
2308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_default_validation_not_required_by_default PASSED
2309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED
2310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED
2311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED
2312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
2313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
2314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
2315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED
2316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_ignores_arrays PASSED
2317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_ignores_other_non_objects PASSED
2318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_ignores_strings PASSED
2319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_non_present_required_property_is_invalid PASSED
2320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_present_required_property_is_valid PASSED
2321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_with_empty_array_property_not_required PASSED
2322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED
2323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED
2324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED
2325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED
2326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED
2327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_an_array_is_an_array PASSED
2328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED
2329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED
2330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_null_is_not_an_array PASSED
2331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED
2332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED
2333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED
2334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED
2335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED
2336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED
2337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED
2338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED
2339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED
2340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED
2341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED
2342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED
2343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED
2344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED
2345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_string_is_still_not_an_integer_even_if_it_looks_like_one PASSED
2346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED
2347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED
2348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED
2349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED
2350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED
2351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED
2352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED
2353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED
2354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED
2355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED
2356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED
2357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED
2358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED
2359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED
2360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED
2361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED
2362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED
2363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED
2364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_null_is_null PASSED
2365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED
2366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED
2367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED
2368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_float_is_a_number PASSED
2369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number_and_an_integer_ PASSED
2370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED
2371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_string_is_still_not_a_number_even_if_it_looks_like_one PASSED
2372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED
2373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED
2374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED
2375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_null_is_not_a_number PASSED
2376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED
2377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED
2378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED
2379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED
2380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED
2381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_an_object_is_an_object PASSED
2382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_null_is_not_an_object PASSED
2383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_1_is_not_a_string PASSED
2384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED
2385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED
2386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_a_string_is_a_string PASSED
2387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_a_string_is_still_a_string_even_if_it_looks_like_a_number PASSED
2388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED
2389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED
2390 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED
2391 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_null_is_not_a_string PASSED
2392 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_array_is_valid PASSED
2393 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_null_is_valid PASSED
2394 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_number_is_invalid PASSED
2395 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_object_is_valid PASSED
2396 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_string_is_invalid PASSED
2397 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_array_is_valid PASSED
2398 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_null_is_invalid PASSED
2399 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_number_is_invalid PASSED
2400 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_object_is_valid PASSED
2401 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_string_is_invalid PASSED
2402 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_as_array_with_one_item_number_is_invalid PASSED
2403 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_as_array_with_one_item_string_is_valid PASSED
2404 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED
2405 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED
2406 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED
2407 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED
2408 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED
2409 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED
2410 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED
2411 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED
2412 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED
2413 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED
2414 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED
2415 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED
2416 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED
2417 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED
2418 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED
2419 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_false_from_items_array_is_valid PASSED
2420 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
2421 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
2422 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_true_from_items_array_is_valid PASSED
2423 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_valid PASSED
2424 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
2425 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
2426 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_valid PASSED
2427 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
2428 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_false_true_is_valid PASSED
2429 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_true_false_is_valid PASSED
2430 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
2431 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
2432 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED
2433 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED
2434 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED
2435 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED
2436 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED
2437 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED
2438 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED
2439 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED
2440 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED
2441 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED
2442 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED
2443 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED
2444 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED
2445 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED
2446 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED
2447 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED
2448 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED
2449 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED
2450 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED
2451 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED
2452 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED
2453 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED
2454 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED
2455 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED
2456 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED
2457 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED
2458 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED
2459 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED
2460 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items__false_false_from_items_array_is_not_valid PASSED
2461 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
2462 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
2463 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items__true_true_from_items_array_is_not_valid PASSED
2464 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_not_valid PASSED
2465 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
2466 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
2467 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_not_valid PASSED
2468 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
2469 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_false_true_is_not_valid PASSED
2470 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_true_false_is_not_valid PASSED
2471 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
2472 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
2473 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED
2474 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED
2475 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED
2476 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED
2477 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED
2478 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED
2479 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED
2480 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED
2481 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED
2482 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED
2483 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED
2484 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED
2485 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED
2486 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED
2487 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED
2488 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED
2489 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED
2490 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED
2491 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED
2492 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED
2493 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED
2494 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_a_valid_uri_template PASSED
2495 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED
2496 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED
2497 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED
2498 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED
2499 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED
2500 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED
2501 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED
2502 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED
2503 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_ PASSED
2504 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED
2505 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED
2506 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED
2507 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED
2508 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED
2509 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED
2510 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED
2511 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URN PASSED
2512 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED
2513 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED
2514 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED
2515 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_tel_URI PASSED
2516 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED
2517 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED
2518 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED
2519 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED
2520 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED
2521 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED
2522 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI PASSED
2523 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED
2524 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED
2525 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED
2526 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED
2527 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED
2528 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED
2529 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED
2530 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED
2531 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_as_false_without_items_items_defaults_to_empty_schema_so_everything_is_valid PASSED
2532 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED
2533 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED
2534 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_does_not_look_in_applicators_invalid_case_items_defined_in_allOf_are_not_examined PASSED
2535 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_does_not_look_in_applicators_valid_case_items_defined_in_allOf_are_not_examined PASSED
2536 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED
2537 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED
2538 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED
2539 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED
2540 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED
2541 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED
2542 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED
2543 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED
2544 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED
2545 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED
2546 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_invalid_with_a_array_of_mixed_types PASSED
2547 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_valid_with_a_array_of_type_integers PASSED
2548 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_when_items_is_schema_boolean_additionalItems_does_nothing_all_items_match_schema PASSED
2549 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED
2550 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED
2551 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED
2552 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED
2553 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED
2554 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED
2555 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED
2556 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED
2557 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED
2558 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED
2559 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED
2560 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED
2561 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED
2562 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED
2563 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED
2564 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED
2565 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_allOf PASSED
2566 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED
2567 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED
2568 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED
2569 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED
2570 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED
2571 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED
2572 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED
2573 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED
2574 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_mismatch_first PASSED
2575 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_mismatch_second PASSED
2576 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_simple_types_mismatch_one PASSED
2577 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_simple_types_valid PASSED
2578 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED
2579 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_both PASSED
2580 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED
2581 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED
2582 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_valid PASSED
2583 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
2584 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
2585 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED
2586 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED
2587 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED
2588 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED
2589 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED
2590 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED
2591 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED
2592 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_wrong_type PASSED
2593 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
2594 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED
2595 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_both_anyOf_valid PASSED
2596 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED
2597 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED
2598 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED
2599 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED
2600 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_first_anyOf_valid PASSED
2601 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_neither_anyOf_valid PASSED
2602 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_second_anyOf_valid PASSED
2603 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED
2604 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED
2605 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED
2606 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
2607 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
2608 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED
2609 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED
2610 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED
2611 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
2612 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED
2613 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED
2614 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_float_comparison_with_high_precision_on_negative_numbers_comparison_works_for_very_negative_numbers PASSED
2615 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_integer_a_bignum_is_an_integer PASSED
2616 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_integer_a_negative_bignum_is_an_integer PASSED
2617 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED
2618 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED
2619 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_number_a_bignum_is_a_number PASSED
2620 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_number_a_negative_bignum_is_a_number PASSED
2621 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_string_a_bignum_is_not_a_string PASSED
2622 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED
2623 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED
2624 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED
2625 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED
2626 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED
2627 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED
2628 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED
2629 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED
2630 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED
2631 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__array_is_valid PASSED
2632 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED
2633 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED
2634 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED
2635 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED
2636 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__null_is_valid PASSED
2637 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__number_is_valid PASSED
2638 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__object_is_valid PASSED
2639 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__string_is_valid PASSED
2640 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_validation_another_type_is_invalid PASSED
2641 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_validation_another_value_is_invalid PASSED
2642 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_validation_same_value_is_valid PASSED
2643 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_0_does_not_match_other_zero_like_types_empty_array_is_invalid PASSED
2644 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_0_does_not_match_other_zero_like_types_empty_object_is_invalid PASSED
2645 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_0_does_not_match_other_zero_like_types_empty_string_is_invalid PASSED
2646 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED
2647 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_0_does_not_match_other_zero_like_types_float_zero_is_valid PASSED
2648 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_0_does_not_match_other_zero_like_types_integer_zero_is_valid PASSED
2649 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED
2650 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED
2651 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED
2652 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_2_0_matches_integer_and_float_types_float_2_00001_is_invalid PASSED
2653 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_invalid PASSED
2654 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_valid PASSED
2655 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED
2656 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED
2657 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_false_does_not_match_a_0___a_0_0_is_invalid PASSED
2658 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED
2659 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED
2660 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_true_does_not_match_a_1___a_1_0_is_invalid PASSED
2661 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED
2662 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED
2663 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_array_another_array_item_is_invalid PASSED
2664 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_array_array_with_additional_items_is_invalid PASSED
2665 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_array_same_array_is_valid PASSED
2666 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED
2667 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED
2668 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0___false_is_valid PASSED
2669 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0_false_is_valid PASSED
2670 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED
2671 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED
2672 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_null_not_null_is_invalid PASSED
2673 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_null_null_is_valid PASSED
2674 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_another_object_is_invalid PASSED
2675 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_another_type_is_invalid PASSED
2676 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_same_object_is_valid PASSED
2677 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED
2678 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED
2679 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED
2680 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1___true_is_valid PASSED
2681 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED
2682 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED
2683 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1_true_is_valid PASSED
2684 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_is_valid PASSED
2685 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_minus_one_is_invalid PASSED
2686 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_is_valid PASSED
2687 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_minus_one_is_invalid PASSED
2688 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
2689 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_nul_characters_in_strings_match_string_with_nul PASSED
2690 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED
2691 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED
2692 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED
2693 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED
2694 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED
2695 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_not_array_is_valid PASSED
2696 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED
2697 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED
2698 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED
2699 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED
2700 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED
2701 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED
2702 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED
2703 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED
2704 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_with_false_if_subschema_any_non_empty_array_is_valid PASSED
2705 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_with_false_if_subschema_empty_array_is_invalid PASSED
2706 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_with_null_instance_elements_allows_null_items PASSED
2707 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_does_not_match_items_matches_contains PASSED
2708 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_matches_both_items_and_contains PASSED
2709 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_matches_items_does_not_match_contains PASSED
2710 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_matches_neither_items_nor_contains PASSED
2711 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_cross_draft_refs_to_future_drafts_are_processed_as_future_drafts_missing_bar_is_invalid PASSED
2712 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_cross_draft_refs_to_future_drafts_are_processed_as_future_drafts_present_bar_is_valid PASSED
2713 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED
2714 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_minus_offset PASSED
2715 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_plus_offset PASSED
2716 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_without_second_fraction PASSED
2717 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_UTC SKIPPED
2718 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_with_minus_offset SKIPPED
2719 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED
2720 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED
2721 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED
2722 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED
2723 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED
2724 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED
2725 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_closing_Z_after_time_zone_offset SKIPPED
2726 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_date_time_past_leap_second_UTC SKIPPED
2727 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED
2728 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_hour_UTC SKIPPED
2729 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_minute_UTC SKIPPED
2730 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED
2731 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED
2732 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED
2733 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_date_portion SKIPPED
2734 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_time_portion SKIPPED
2735 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED
2736 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED
2737 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
2738 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_2020_is_a_leap_year PASSED
2739 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_2021_is_not_a_leap_year PASSED
2740 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_ISO8601_non_RFC3339_YYYYMMDD_without_dashes_2023_03_28_ PASSED
2741 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_implicit_day_of_week_2023_01_02_ PASSED
2742 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_rollover_to_next_year_2023_01_01_ PASSED
2743 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_with_day_of_week_2023_03_28_ PASSED
2744 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_29_days_in_February_normal_ PASSED
2745 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_30_days_in_February_leap_ PASSED
2746 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED
2747 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED
2748 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED
2749 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED
2750 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED
2751 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED
2752 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED
2753 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED
2754 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED
2755 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED
2756 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED
2757 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED
2758 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string PASSED
2759 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_28_days_in_February_normal_ PASSED
2760 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_29_days_in_February_leap_ PASSED
2761 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED
2762 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED
2763 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED
2764 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED
2765 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED
2766 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED
2767 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED
2768 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED
2769 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED
2770 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED
2771 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED
2772 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_arrays PASSED
2773 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_booleans PASSED
2774 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_floats PASSED
2775 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_integers PASSED
2776 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_nulls PASSED
2777 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_objects PASSED
2778 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_an_invalid_date_string PASSED
2779 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_invalid_month PASSED
2780 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_invalid_month_day_combination PASSED
2781 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
2782 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_non_padded_day_dates_are_not_valid PASSED
2783 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_non_padded_month_dates_are_not_valid PASSED
2784 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED
2785 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED
2786 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED
2787 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED
2788 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED
2789 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_failing_ PASSED
2790 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_passing_ PASSED
2791 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_missing_properties_are_not_filled_in_with_the_default PASSED
2792 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_definitions_validate_definition_against_metaschema_invalid_definition_schema PASSED
2793 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_definitions_validate_definition_against_metaschema_valid_definition_schema PASSED
2794 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_ignores_arrays PASSED
2795 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_ignores_other_non_objects PASSED
2796 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_ignores_strings PASSED
2797 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_missing_dependency PASSED
2798 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_neither PASSED
2799 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_nondependant PASSED
2800 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_empty_object_is_valid PASSED
2801 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_object_with_both_properties_is_invalid PASSED
2802 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED
2803 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED
2804 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_dependency PASSED
2805 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_empty_array_empty_object PASSED
2806 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_empty_array_non_object_is_valid PASSED
2807 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_empty_array_object_with_one_property PASSED
2808 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_1 PASSED
2809 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_2 PASSED
2810 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_3 PASSED
2811 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_4 PASSED
2812 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_valid_object_1 PASSED
2813 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_valid_object_2 PASSED
2814 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_valid_object_3 PASSED
2815 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_matches_both PASSED
2816 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_matches_dependency PASSED
2817 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_matches_root PASSED
2818 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_no_dependency PASSED
2819 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED
2820 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_missing_dependency PASSED
2821 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_missing_other_dependency PASSED
2822 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_neither PASSED
2823 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_nondependants PASSED
2824 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED
2825 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_valid PASSED
2826 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED
2827 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED
2828 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED
2829 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_with_dependencies PASSED
2830 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED
2831 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED
2832 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED
2833 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED
2834 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED
2835 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED
2836 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED
2837 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED
2838 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED
2839 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED
2840 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED
2841 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED
2842 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED
2843 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED
2844 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_two_subsequent_dots_inside_local_part_are_not_valid SKIPPED
2845 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED
2846 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED
2847 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED
2848 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED
2849 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED
2850 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED
2851 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED
2852 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED
2853 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED
2854 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED
2855 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED
2856 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED
2857 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED
2858 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED
2859 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED
2860 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED
2861 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED
2862 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED
2863 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED
2864 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED
2865 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED
2866 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED
2867 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED
2868 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED
2869 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED
2870 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED
2871 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED
2872 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_both_properties_are_valid PASSED
2873 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED
2874 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED
2875 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED
2876 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_wrong_bar_value PASSED
2877 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_wrong_foo_value PASSED
2878 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED
2879 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED
2880 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED
2881 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED
2882 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED
2883 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED
2884 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED
2885 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED
2886 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
2887 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_nul_characters_in_strings_match_string_with_nul PASSED
2888 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED
2889 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_simple_enum_validation_something_else_is_invalid PASSED
2890 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED
2891 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED
2892 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED
2893 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED
2894 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED
2895 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED
2896 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED
2897 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED
2898 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_float_overflow_all_integers_are_multiples_of_0_5_if_overflow_is_handled_valid_if_optional_overflow_handling_is_implemented PASSED
2899 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_arrays PASSED
2900 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_booleans PASSED
2901 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_floats PASSED
2902 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_integers PASSED
2903 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_nulls PASSED
2904 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_objects PASSED
2905 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_arrays PASSED
2906 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_booleans PASSED
2907 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_floats PASSED
2908 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_integers PASSED
2909 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_nulls PASSED
2910 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_objects PASSED
2911 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_arrays PASSED
2912 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_booleans PASSED
2913 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_floats PASSED
2914 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_integers PASSED
2915 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_nulls PASSED
2916 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_objects PASSED
2917 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_arrays PASSED
2918 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_booleans PASSED
2919 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_floats PASSED
2920 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_integers PASSED
2921 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_nulls PASSED
2922 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_objects PASSED
2923 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_arrays PASSED
2924 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_booleans PASSED
2925 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_floats PASSED
2926 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_integers PASSED
2927 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_nulls PASSED
2928 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_objects PASSED
2929 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_arrays PASSED
2930 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_booleans PASSED
2931 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_floats PASSED
2932 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_integers PASSED
2933 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_nulls PASSED
2934 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_objects PASSED
2935 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED
2936 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED
2937 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_floats PASSED
2938 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_integers PASSED
2939 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED
2940 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_objects PASSED
2941 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED
2942 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED
2943 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_floats PASSED
2944 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_integers PASSED
2945 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED
2946 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_objects PASSED
2947 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_arrays PASSED
2948 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_booleans PASSED
2949 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_floats PASSED
2950 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_integers PASSED
2951 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_nulls PASSED
2952 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_objects PASSED
2953 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_arrays PASSED
2954 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_booleans PASSED
2955 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_floats PASSED
2956 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_integers PASSED
2957 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_nulls PASSED
2958 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_objects PASSED
2959 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED
2960 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED
2961 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED
2962 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED
2963 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED
2964 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED
2965 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_arrays PASSED
2966 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_booleans PASSED
2967 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_floats PASSED
2968 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_integers PASSED
2969 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_nulls PASSED
2970 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_objects PASSED
2971 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_arrays PASSED
2972 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_booleans PASSED
2973 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_floats PASSED
2974 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_integers PASSED
2975 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_nulls PASSED
2976 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_objects PASSED
2977 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_arrays PASSED
2978 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_booleans PASSED
2979 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_floats PASSED
2980 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_integers PASSED
2981 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_nulls PASSED
2982 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_objects PASSED
2983 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_arrays PASSED
2984 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_booleans PASSED
2985 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_floats PASSED
2986 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_integers PASSED
2987 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_nulls PASSED
2988 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_objects PASSED
2989 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED
2990 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED
2991 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED
2992 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED
2993 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED
2994 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED
2995 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED
2996 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED
2997 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_floats PASSED
2998 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_integers PASSED
2999 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED
3000 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_objects PASSED
3001 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED
3002 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED
3003 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED
3004 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_valid_host_name PASSED
3005 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED
3006 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED
3007 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED
3008 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED
3009 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED
3010 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED
3011 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED
3012 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_contains_underscore SKIPPED
3013 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED
3014 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED
3015 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED
3016 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_maximum_label_length PASSED
3017 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label PASSED
3018 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED
3019 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label_with_digits PASSED
3020 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED
3021 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED
3022 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED
3023 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_id_inside_an_enum_is_not_a_real_identifier_exact_match_to_enum_and_type_matches PASSED
3024 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED
3025 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_id_inside_an_enum_is_not_a_real_identifier_no_match_on_enum_or_ref_to_id PASSED
3026 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_non_schema_object_containing_a_plain_name_id_property_const_at_const_not_anchor_does_not_match PASSED
3027 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_non_schema_object_containing_a_plain_name_id_property_skip_traversing_definition_for_a_valid_result PASSED
3028 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_non_schema_object_containing_an_id_property_const_at_const_not_id_does_not_match PASSED
3029 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_non_schema_object_containing_an_id_property_skip_traversing_definition_for_a_valid_result PASSED
3030 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_e_mail_address PASSED
3031 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_idn_e_mail_example_example_test_in_Hangul_ PASSED
3032 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_arrays PASSED
3033 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_booleans PASSED
3034 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_floats PASSED
3035 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_integers PASSED
3036 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_nulls PASSED
3037 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_objects PASSED
3038 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_e_mail_address PASSED
3039 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_idn_e_mail_address PASSED
3040 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Arabic_Indic_digits_mixed_with_Extended_Arabic_Indic_digits PASSED
3041 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Arabic_Indic_digits_not_mixed_with_Extended_Arabic_Indic_digits PASSED
3042 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Nonspacing_Mark PASSED
3043 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Spacing_Combining_Mark PASSED
3044 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_an_Enclosing_Mark PASSED
3045 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_DISALLOWED_left_to_right_chars PASSED
3046 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_DISALLOWED_right_to_left_chars PASSED
3047 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_PVALID_left_to_right_chars PASSED
3048 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_PVALID_right_to_left_chars PASSED
3049 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Extended_Arabic_Indic_digits_not_mixed_with_Arabic_Indic_digits PASSED
3050 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_followed_by_Greek PASSED
3051 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_Greek PASSED
3052 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_anything PASSED
3053 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_Hebrew PASSED
3054 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_anything PASSED
3055 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_preceded_by_Hebrew PASSED
3056 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_Hebrew PASSED
3057 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_anything PASSED
3058 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_preceded_by_Hebrew PASSED
3059 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Han PASSED
3060 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Hiragana PASSED
3061 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Katakana PASSED
3062 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_Hiragana_Katakana_or_Han PASSED
3063 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_other_characters PASSED
3064 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_following_l_ PASSED
3065 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_preceding_l_ PASSED
3066 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_following PASSED
3067 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_preceding PASSED
3068 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_surrounding_l_s PASSED
3069 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_U_label_contains_in_the_3rd_and_4th_position PASSED
3070 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_U_label_ends_with_a_dash PASSED
3071 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_and_ends_with_a_dash PASSED
3072 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_with_a_dash PASSED
3073 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_Virama PASSED
3074 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_anything PASSED
3075 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_preceded_by_Virama PASSED
3076 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_not_preceded_by_Virama_but_matches_regexp PASSED
3077 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_preceded_by_Virama PASSED
3078 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_a_host_name_with_a_component_too_long PASSED
3079 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_a_valid_host_name_example_test_in_Hangul_ PASSED
3080 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_arrays PASSED
3081 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_booleans PASSED
3082 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_floats PASSED
3083 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_integers PASSED
3084 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_nulls PASSED
3085 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_objects PASSED
3086 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_contains_illegal_char_U_302E_Hangul_single_dot_tone_mark PASSED
3087 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_illegal_first_char_U_302E_Hangul_single_dot_tone_mark PASSED
3088 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_invalid_Punycode PASSED
3089 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_invalid_label_correct_Punycode PASSED
3090 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label PASSED
3091 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label_ending_with_digit PASSED
3092 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_digits PASSED
3093 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_hyphen PASSED
3094 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_valid_Chinese_Punycode PASSED
3095 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_else_without_then_invalid_through_else PASSED
3096 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_else_without_then_valid_through_else PASSED
3097 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_else_without_then_valid_when_if_test_passes PASSED
3098 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_then_without_else_invalid_through_then PASSED
3099 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_then_without_else_valid_through_then PASSED
3100 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_then_without_else_valid_when_if_test_fails PASSED
3101 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__invalid_redirects_to_else_and_fails PASSED
3102 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__no_redirects_to_then_and_fails PASSED
3103 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__other_redirects_to_else_and_passes PASSED
3104 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__yes_redirects_to_then_and_passes PASSED
3105 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_with_boolean_schema_false_boolean_schema_false_in_if_always_chooses_the_else_path_invalid_ PASSED
3106 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_with_boolean_schema_false_boolean_schema_false_in_if_always_chooses_the_else_path_valid_ PASSED
3107 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_with_boolean_schema_true_boolean_schema_true_in_if_always_chooses_the_then_path_invalid_ PASSED
3108 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_with_boolean_schema_true_boolean_schema_true_in_if_always_chooses_the_then_path_valid_ PASSED
3109 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_else_without_if_valid_when_invalid_against_lone_else PASSED
3110 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_else_without_if_valid_when_valid_against_lone_else PASSED
3111 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_if_without_then_or_else_valid_when_invalid_against_lone_if PASSED
3112 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_if_without_then_or_else_valid_when_valid_against_lone_if PASSED
3113 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_then_without_if_valid_when_invalid_against_lone_then PASSED
3114 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_then_without_if_valid_when_valid_against_lone_then PASSED
3115 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_non_interference_across_combined_schemas_valid_but_would_have_been_invalid_through_else PASSED
3116 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_non_interference_across_combined_schemas_valid_but_would_have_been_invalid_through_then PASSED
3117 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_else PASSED
3118 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_then PASSED
3119 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_else PASSED
3120 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_then PASSED
3121 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_failing_case PASSED
3122 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_passing_case PASSED
3123 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED
3124 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED
3125 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED
3126 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED
3127 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED
3128 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED
3129 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED
3130 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED
3131 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED
3132 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED
3133 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED
3134 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED
3135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED
3136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED
3137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED
3138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED
3139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED
3140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED
3141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED
3142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED
3143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED
3144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED
3145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED
3146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED
3147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED
3148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED
3149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED
3150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED
3151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED
3152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED
3153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED
3154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
3155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_in_the_IPv4_portion PASSED
3156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED
3157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED
3158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED
3159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED
3160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED
3161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED
3162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED
3163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED
3164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED
3165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_octet_out_of_range PASSED
3166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_leading_double_colons_ipv4_mapped_ipv6_address_ PASSED
3167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED
3168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED
3169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED
3170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED
3171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_single_set_of_double_colons_in_the_middle_is_valid PASSED
3172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED
3173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED
3174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED
3175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED
3176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED
3177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED
3178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED
3179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_IRI PASSED
3180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_IRI_Reference PASSED
3181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_IRI_fragment PASSED
3182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_protocol_relative_IRI_Reference PASSED
3183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_relative_IRI_Reference PASSED
3184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_arrays PASSED
3185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_booleans PASSED
3186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_floats PASSED
3187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_integers PASSED
3188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_nulls PASSED
3189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_objects PASSED
3190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_Reference PASSED
3191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_fragment PASSED
3192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_based_on_IPv6 PASSED
3193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_URL_encoded_stuff PASSED
3194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag PASSED
3195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag_and_parentheses PASSED
3196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_many_special_characters PASSED
3197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_arrays PASSED
3198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_booleans PASSED
3199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_floats PASSED
3200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_integers PASSED
3201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_nulls PASSED
3202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_objects PASSED
3203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_IRI PASSED
3204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_IRI_based_on_IPv6 PASSED
3205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_IRI_though_valid_IRI_reference PASSED
3206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_relative_IRI_Reference PASSED
3207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED
3208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_ignores_non_arrays PASSED
3209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_valid_items PASSED
3210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_wrong_type_of_items PASSED
3211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED
3212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED
3213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_correct_types PASSED
3214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_empty_array PASSED
3215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED
3216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_wrong_types PASSED
3217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED
3218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_fewer_items_is_valid PASSED
3219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_too_many_items PASSED
3220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_too_many_sub_items PASSED
3221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_valid_items PASSED
3222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_wrong_item PASSED
3223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_wrong_sub_item PASSED
3224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED
3225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED
3226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED
3227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED
3228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schemas_array_with_one_item_is_valid PASSED
3229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schemas_array_with_two_items_is_invalid PASSED
3230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schemas_empty_array_is_valid PASSED
3231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_nested_items_nested_array_with_invalid_type PASSED
3232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_nested_items_not_deep_enough PASSED
3233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_nested_items_valid_nested_array PASSED
3234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_single_form_items_with_null_instance_elements_allows_null_elements PASSED
3235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED
3236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED
3237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED
3238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED
3239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED
3240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED
3241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED
3242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_1 PASSED
3243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_2 PASSED
3244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_3 PASSED
3245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_1 PASSED
3246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_2 PASSED
3247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_3 PASSED
3248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_multiple_characters_not_escaped_ PASSED
3249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_not_escaped_ PASSED
3250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_1 PASSED
3251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_2 PASSED
3252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_1 PASSED
3253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_2 PASSED
3254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_1 PASSED
3255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_10 PASSED
3256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_11 PASSED
3257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_12 PASSED
3258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_2 PASSED
3259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_3 PASSED
3260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_4 PASSED
3261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_5 PASSED
3262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_6 PASSED
3263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_7 PASSED
3264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_8 PASSED
3265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_9 PASSED
3266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_1 PASSED
3267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_2 PASSED
3268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_multiple_escaped_characters_ PASSED
3269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_adding_to_the_last_array_position PASSED
3270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_as_object_member_name_ PASSED
3271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_empty_segment PASSED
3272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_the_last_empty_segment PASSED
3273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_exact_length_is_valid PASSED
3274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_ignores_non_arrays PASSED
3275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_shorter_is_valid PASSED
3276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_too_long_is_invalid PASSED
3277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED
3278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED
3279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_exact_length_is_valid PASSED
3280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_ignores_non_strings PASSED
3281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_shorter_is_valid PASSED
3282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_too_long_is_invalid PASSED
3283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED
3284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED
3285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED
3286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED
3287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED
3288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED
3289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_ignores_arrays PASSED
3290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED
3291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_ignores_strings PASSED
3292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED
3293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED
3294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED
3295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED
3296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED
3297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED
3298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_boundary_point_is_valid PASSED
3299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_ignores_non_numbers PASSED
3300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED
3301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED
3302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED
3303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED
3304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_exact_length_is_valid PASSED
3305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_ignores_non_arrays PASSED
3306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_longer_is_valid PASSED
3307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_too_short_is_invalid PASSED
3308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED
3309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED
3310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_exact_length_is_valid PASSED
3311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_ignores_non_strings PASSED
3312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_longer_is_valid PASSED
3313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED
3314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_too_short_is_invalid PASSED
3315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED
3316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED
3317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_exact_length_is_valid PASSED
3318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_ignores_arrays PASSED
3319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED
3320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_ignores_strings PASSED
3321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_longer_is_valid PASSED
3322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_too_short_is_invalid PASSED
3323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED
3324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED
3325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED
3326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED
3327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_boundary_point_is_valid PASSED
3328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_ignores_non_numbers PASSED
3329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED
3330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED
3331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED
3332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED
3333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED
3334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED
3335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED
3336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_int_ignores_non_numbers PASSED
3337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_int_int_by_int PASSED
3338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_int_int_by_int_fail PASSED
3339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED
3340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED
3341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED
3342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED
3343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED
3344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED
3345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED
3346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED
3347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED
3348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED
3349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED
3350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED
3351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED
3352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one_ASCII PASSED
3353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED
3354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two_ASCII PASSED
3355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED
3356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED
3357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED
3358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED
3359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED
3360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED
3361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED
3362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED
3363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED
3364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED
3365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED
3366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED
3367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_double_negation_any_value_is_valid PASSED
3368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED
3369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED
3370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED
3371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED
3372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED
3373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED
3374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED
3375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED
3376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED
3377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED
3378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED
3379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED
3380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED
3381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED
3382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED
3383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED
3384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED
3385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED
3386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbidden_property_property_absent PASSED
3387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbidden_property_property_present PASSED
3388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_allowed PASSED
3389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_disallowed PASSED
3390 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_more_complex_schema_match PASSED
3391 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_more_complex_schema_mismatch PASSED
3392 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_more_complex_schema_other_match PASSED
3393 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_multiple_types_mismatch PASSED
3394 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_multiple_types_other_mismatch PASSED
3395 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_multiple_types_valid PASSED
3396 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
3397 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED
3398 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_both_oneOf_valid PASSED
3399 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED
3400 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED
3401 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED
3402 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED
3403 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_first_oneOf_valid PASSED
3404 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_neither_oneOf_valid PASSED
3405 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_second_oneOf_valid PASSED
3406 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED
3407 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED
3408 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED
3409 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
3410 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED
3411 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED
3412 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED
3413 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED
3414 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED
3415 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED
3416 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED
3417 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED
3418 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED
3419 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED
3420 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_both_valid_invalid PASSED
3421 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_first_valid_valid PASSED
3422 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_second_valid_valid PASSED
3423 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED
3424 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED
3425 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED
3426 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED
3427 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED
3428 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED
3429 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED
3430 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED
3431 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED
3432 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED
3433 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED
3434 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED
3435 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED
3436 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED
3437 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_object_with_a_property_matching_both_true_and_false_is_invalid PASSED
3438 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED
3439 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED
3440 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED
3441 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED
3442 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_non_recognized_members_are_ignored PASSED
3443 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_recognized_members_are_accounted_for PASSED
3444 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive PASSED
3445 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive_2 PASSED
3446 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED
3447 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED
3448 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED
3449 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_arrays PASSED
3450 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_booleans PASSED
3451 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_floats PASSED
3452 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_integers PASSED
3453 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_null PASSED
3454 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_objects PASSED
3455 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED
3456 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED
3457 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED
3458 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_ignores_arrays PASSED
3459 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_ignores_other_non_objects PASSED
3460 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED
3461 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED
3462 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED
3463 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED
3464 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED
3465 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED
3466 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED
3467 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED
3468 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED
3469 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED
3470 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED
3471 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED
3472 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
3473 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
3474 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
3475 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED
3476 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED
3477 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED
3478 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED
3479 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED
3480 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED
3481 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED
3482 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED
3483 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED
3484 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_ignores_arrays PASSED
3485 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED
3486 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_ignores_strings PASSED
3487 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED
3488 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED
3489 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_with_pattern_matching_property_names_valid PASSED
3490 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_with_pattern_non_matching_property_name_is_invalid PASSED
3491 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_with_pattern_object_without_properties_is_valid PASSED
3492 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED
3493 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED
3494 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED
3495 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED
3496 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED
3497 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED
3498 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote__ref_to_ref_finds_location_independent_id_non_number_is_invalid PASSED
3499 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote__ref_to_ref_finds_location_independent_id_number_is_valid PASSED
3500 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED
3501 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED
3502 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED
3503 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED
3504 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED
3505 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED
3506 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED
3507 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED
3508 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED
3509 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED
3510 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_remote_ref_invalid PASSED
3511 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_remote_ref_valid PASSED
3512 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_with_ref_to_definitions_invalid PASSED
3513 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_with_ref_to_definitions_valid PASSED
3514 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED
3515 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED
3516 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED
3517 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED
3518 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED
3519 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_match PASSED
3520 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_mismatch PASSED
3521 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED
3522 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED
3523 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Recursive_references_between_schemas_invalid_tree PASSED
3524 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Recursive_references_between_schemas_valid_tree PASSED
3525 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Reference_an_anchor_with_a_non_relative_URI_match PASSED
3526 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Reference_an_anchor_with_a_non_relative_URI_mismatch PASSED
3527 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED
3528 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED
3529 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_non_string_is_invalid PASSED
3530 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED
3531 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED
3532 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED
3533 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED
3534 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED
3535 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED
3536 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED
3537 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_non_number_is_invalid PASSED
3538 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_number_is_valid PASSED
3539 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED
3540 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED
3541 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED
3542 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED
3543 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_does_not_validate PASSED
3544 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__ref_prevents_a_sibling_id_from_changing_the_base_uri__ref_resolves_to_definitions_base_foo_data_validates PASSED
3545 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED
3546 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED
3547 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED
3548 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED
3549 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_percent_invalid PASSED
3550 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_percent_valid PASSED
3551 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_slash_invalid PASSED
3552 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_slash_valid PASSED
3553 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_tilde_invalid PASSED
3554 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_tilde_valid PASSED
3555 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_definition_exact_match PASSED
3556 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_matching_any_string PASSED
3557 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_match_the_enum_exactly PASSED
3558 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_nested_refs_nested_ref_invalid PASSED
3559 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_nested_refs_nested_ref_valid PASSED
3560 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED
3561 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED
3562 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED
3563 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED
3564 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED
3565 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_overrides_any_sibling_keywords_ref_valid PASSED
3566 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_overrides_any_sibling_keywords_ref_valid_maxItems_ignored PASSED
3567 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_else_a_non_integer_is_invalid_due_to_the_ref PASSED
3568 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_else_an_integer_is_valid PASSED
3569 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_if_a_non_integer_is_invalid_due_to_the_ref PASSED
3570 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_if_an_integer_is_valid PASSED
3571 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_then_a_non_integer_is_invalid_due_to_the_ref PASSED
3572 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_then_an_integer_is_valid PASSED
3573 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED
3574 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED
3575 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED
3576 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED
3577 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED
3578 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED
3579 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED
3580 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_array_match_array PASSED
3581 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED
3582 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_object_match PASSED
3583 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_object_mismatch PASSED
3584 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED
3585 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED
3586 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED
3587 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED
3588 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED
3589 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_match PASSED
3590 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_mismatch PASSED
3591 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_recursive_match PASSED
3592 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_recursive_mismatch PASSED
3593 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED
3594 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED
3595 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_simple_URN_base_URI_with_ref_via_the_URN_invalid_under_the_URN_IDed_schema PASSED
3596 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_simple_URN_base_URI_with_ref_via_the_URN_valid_under_the_URN_IDed_schema PASSED
3597 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED
3598 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED
3599 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_arrays PASSED
3600 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_booleans PASSED
3601 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_floats PASSED
3602 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_integers PASSED
3603 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_nulls PASSED
3604 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_objects PASSED
3605 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP___is_not_a_valid_json_pointer PASSED
3606 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_RJP_taking_the_member_or_index_name PASSED
3607 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_downwards_RJP PASSED
3608 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_up_and_then_down_RJP_with_array_index PASSED
3609 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_upwards_RJP PASSED
3610 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_arrays PASSED
3611 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_booleans PASSED
3612 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_floats PASSED
3613 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_integers PASSED
3614 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_nulls PASSED
3615 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_objects PASSED
3616 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__an_invalid_RJP_that_is_a_valid_JSON_Pointer PASSED
3617 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__empty_string PASSED
3618 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__explicit_positive_prefix PASSED
3619 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__multi_digit_integer_prefix PASSED
3620 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__negative_prefix PASSED
3621 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__zero_cannot_be_followed_by_other_digits_plus_json_pointer PASSED
3622 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__zero_cannot_be_followed_by_other_digits_plus_octothorpe PASSED
3623 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_default_validation_not_required_by_default PASSED
3624 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED
3625 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED
3626 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED
3627 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
3628 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
3629 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
3630 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED
3631 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_ignores_arrays PASSED
3632 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_ignores_other_non_objects PASSED
3633 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_ignores_strings PASSED
3634 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_non_present_required_property_is_invalid PASSED
3635 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_present_required_property_is_valid PASSED
3636 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_with_empty_array_property_not_required PASSED
3637 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED
3638 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED
3639 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string PASSED
3640 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_case_insensitive_Z PASSED
3641 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_leap_second_Zulu SKIPPED
3642 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_minus_offset PASSED
3643 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_plus_offset PASSED
3644 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_precise_second_fraction PASSED
3645 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_second_fraction PASSED
3646 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_arrays PASSED
3647 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_booleans PASSED
3648 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_floats PASSED
3649 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_integers PASSED
3650 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_nulls PASSED
3651 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_objects PASSED
3652 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_offset_indicator SKIPPED
3653 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_hour SKIPPED
3654 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_leap_second_wrong_hour_ SKIPPED
3655 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_leap_second_wrong_minute_ SKIPPED
3656 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_minute SKIPPED
3657 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_second SKIPPED
3658 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_hour SKIPPED
3659 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_minute SKIPPED
3660 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_with_both_Z_and_numoffset SKIPPED
3661 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_contains_letters SKIPPED
3662 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_hour_minute_in_time_offset_must_be_two_digits SKIPPED
3663 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_hour_minute_second_must_be_two_digits SKIPPED
3664 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_hour_ SKIPPED
3665 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_minute_ SKIPPED
3666 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_hour_ SKIPPED
3667 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_minute_ SKIPPED
3668 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_hour_ SKIPPED
3669 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_minute_ SKIPPED
3670 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_hour_ SKIPPED
3671 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_minute_ SKIPPED
3672 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED
3673 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_time_string_with_extra_leading_zeros SKIPPED
3674 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_time_string_with_no_leading_zero_for_single_digit SKIPPED
3675 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_no_time_offset SKIPPED
3676 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_no_time_offset_with_second_fraction SKIPPED
3677 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_offset_not_starting_with_plus_or_minus SKIPPED
3678 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
3679 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_large_negative_time_offset SKIPPED
3680 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_large_positive_time_offset SKIPPED
3681 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_negative_time_offset SKIPPED
3682 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_positive_time_offset SKIPPED
3683 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_zero_time_offset SKIPPED
3684 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED
3685 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED
3686 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED
3687 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_an_array_is_an_array PASSED
3688 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED
3689 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED
3690 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_null_is_not_an_array PASSED
3691 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED
3692 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED
3693 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED
3694 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED
3695 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED
3696 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED
3697 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED
3698 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED
3699 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED
3700 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED
3701 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED
3702 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED
3703 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED
3704 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED
3705 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_string_is_still_not_an_integer_even_if_it_looks_like_one PASSED
3706 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED
3707 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED
3708 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED
3709 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED
3710 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED
3711 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED
3712 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED
3713 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED
3714 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED
3715 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED
3716 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED
3717 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED
3718 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED
3719 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED
3720 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED
3721 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED
3722 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED
3723 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED
3724 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_null_is_null PASSED
3725 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED
3726 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED
3727 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED
3728 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_float_is_a_number PASSED
3729 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number_and_an_integer_ PASSED
3730 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED
3731 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_string_is_still_not_a_number_even_if_it_looks_like_one PASSED
3732 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED
3733 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED
3734 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED
3735 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_null_is_not_a_number PASSED
3736 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED
3737 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED
3738 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED
3739 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED
3740 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED
3741 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_an_object_is_an_object PASSED
3742 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_null_is_not_an_object PASSED
3743 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_1_is_not_a_string PASSED
3744 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED
3745 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED
3746 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_a_string_is_a_string PASSED
3747 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_a_string_is_still_a_string_even_if_it_looks_like_a_number PASSED
3748 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED
3749 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED
3750 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED
3751 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_null_is_not_a_string PASSED
3752 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_array_is_valid PASSED
3753 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_null_is_valid PASSED
3754 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_number_is_invalid PASSED
3755 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_object_is_valid PASSED
3756 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_string_is_invalid PASSED
3757 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_array_is_valid PASSED
3758 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_null_is_invalid PASSED
3759 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_number_is_invalid PASSED
3760 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_object_is_valid PASSED
3761 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_string_is_invalid PASSED
3762 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_as_array_with_one_item_number_is_invalid PASSED
3763 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_as_array_with_one_item_string_is_valid PASSED
3764 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED
3765 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED
3766 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED
3767 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED
3768 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED
3769 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED
3770 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED
3771 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED
3772 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED
3773 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED
3774 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED
3775 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED
3776 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED
3777 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED
3778 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED
3779 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_false_from_items_array_is_valid PASSED
3780 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
3781 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
3782 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_true_from_items_array_is_valid PASSED
3783 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_valid PASSED
3784 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
3785 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
3786 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_valid PASSED
3787 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
3788 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_false_true_is_valid PASSED
3789 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_true_false_is_valid PASSED
3790 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
3791 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
3792 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED
3793 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED
3794 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED
3795 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED
3796 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED
3797 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED
3798 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED
3799 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED
3800 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED
3801 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED
3802 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED
3803 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED
3804 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED
3805 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED
3806 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED
3807 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED
3808 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED
3809 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED
3810 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED
3811 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED
3812 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED
3813 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED
3814 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED
3815 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED
3816 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED
3817 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED
3818 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED
3819 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED
3820 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items__false_false_from_items_array_is_not_valid PASSED
3821 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
3822 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
3823 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items__true_true_from_items_array_is_not_valid PASSED
3824 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_not_valid PASSED
3825 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
3826 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
3827 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_not_valid PASSED
3828 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
3829 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_false_true_is_not_valid PASSED
3830 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_true_false_is_not_valid PASSED
3831 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
3832 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
3833 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_non_schema_in_first_anyOf PASSED
3834 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_non_schema_in_third_anyOf PASSED
3835 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_second_anyOf_which_has_a_real_schema_in_it PASSED
3836 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED
3837 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED
3838 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED
3839 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED
3840 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED
3841 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED
3842 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED
3843 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED
3844 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED
3845 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED
3846 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED
3847 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED
3848 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED
3849 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED
3850 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED
3851 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED
3852 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED
3853 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED
3854 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED
3855 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED
3856 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED
3857 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_a_valid_uri_template PASSED
3858 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED
3859 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED
3860 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED
3861 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED
3862 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED
3863 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED
3864 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED
3865 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED
3866 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_ PASSED
3867 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED
3868 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED
3869 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED
3870 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED
3871 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED
3872 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED
3873 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED
3874 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URN PASSED
3875 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED
3876 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED
3877 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED
3878 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_tel_URI PASSED
3879 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED
3880 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED
3881 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED
3882 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED
3883 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED
3884 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED
3885 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI PASSED
3886 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED
3887 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED
3888 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED
3889 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED
3890 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED
3891 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED
3892 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED
3893 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED
3894 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_as_false_without_items_items_defaults_to_empty_schema_so_everything_is_valid PASSED
3895 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED
3896 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED
3897 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_does_not_look_in_applicators_invalid_case_items_defined_in_allOf_are_not_examined PASSED
3898 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_does_not_look_in_applicators_valid_case_items_defined_in_allOf_are_not_examined PASSED
3899 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED
3900 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED
3901 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED
3902 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED
3903 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED
3904 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED
3905 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED
3906 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED
3907 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED
3908 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED
3909 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_invalid_with_a_array_of_mixed_types PASSED
3910 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_valid_with_a_array_of_type_integers PASSED
3911 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_when_items_is_schema_boolean_additionalItems_does_nothing_all_items_match_schema PASSED
3912 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED
3913 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED
3914 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED
3915 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED
3916 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED
3917 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED
3918 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED
3919 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED
3920 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED
3921 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED
3922 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED
3923 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_both_keywords PASSED
3924 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_propertyNames_but_not_additionalProperties PASSED
3925 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED
3926 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED
3927 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED
3928 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar PASSED
3929 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar_even_when_foo2_is_present PASSED
3930 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_doesn_t_consider_dependentSchemas PASSED
3931 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED
3932 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED
3933 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_allOf PASSED
3934 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED
3935 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED
3936 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED
3937 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED
3938 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED
3939 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED
3940 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED
3941 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED
3942 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_mismatch_first PASSED
3943 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_mismatch_second PASSED
3944 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_simple_types_mismatch_one PASSED
3945 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_simple_types_valid PASSED
3946 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED
3947 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_both PASSED
3948 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED
3949 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED
3950 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_valid PASSED
3951 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
3952 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
3953 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED
3954 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED
3955 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED
3956 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED
3957 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED
3958 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED
3959 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED
3960 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_wrong_type PASSED
3961 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
3962 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED
3963 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_match PASSED
3964 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_mismatch PASSED
3965 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_absolute_URI_match PASSED
3966 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_absolute_URI_mismatch PASSED
3967 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED
3968 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED
3969 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_exact_match_to_enum_and_type_matches PASSED
3970 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_in_implementations_that_strip_anchor_this_may_match_either_def PASSED
3971 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_match_ref_to_anchor PASSED
3972 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_no_match_on_enum_or_ref_to_anchor PASSED
3973 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_same_anchor_with_different_base_uri__ref_does_not_resolve_to_defs_A_allOf_0 PASSED
3974 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_same_anchor_with_different_base_uri__ref_resolves_to_defs_A_allOf_1 PASSED
3975 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_both_anyOf_valid PASSED
3976 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED
3977 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED
3978 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED
3979 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED
3980 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_first_anyOf_valid PASSED
3981 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_neither_anyOf_valid PASSED
3982 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_second_anyOf_valid PASSED
3983 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED
3984 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED
3985 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED
3986 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
3987 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
3988 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED
3989 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED
3990 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED
3991 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
3992 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED
3993 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED
3994 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_float_comparison_with_high_precision_on_negative_numbers_comparison_works_for_very_negative_numbers PASSED
3995 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_integer_a_bignum_is_an_integer PASSED
3996 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_integer_a_negative_bignum_is_an_integer PASSED
3997 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED
3998 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED
3999 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_number_a_bignum_is_a_number PASSED
4000 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_number_a_negative_bignum_is_a_number PASSED
4001 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_string_a_bignum_is_not_a_string PASSED
4002 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED
4003 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED
4004 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED
4005 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED
4006 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED
4007 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED
4008 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED
4009 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED
4010 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED
4011 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__array_is_valid PASSED
4012 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED
4013 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED
4014 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED
4015 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED
4016 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__null_is_valid PASSED
4017 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__number_is_valid PASSED
4018 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__object_is_valid PASSED
4019 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__string_is_valid PASSED
4020 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_validation_another_type_is_invalid PASSED
4021 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_validation_another_value_is_invalid PASSED
4022 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_validation_same_value_is_valid PASSED
4023 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_0_does_not_match_other_zero_like_types_empty_array_is_invalid PASSED
4024 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_0_does_not_match_other_zero_like_types_empty_object_is_invalid PASSED
4025 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_0_does_not_match_other_zero_like_types_empty_string_is_invalid PASSED
4026 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED
4027 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_0_does_not_match_other_zero_like_types_float_zero_is_valid PASSED
4028 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_0_does_not_match_other_zero_like_types_integer_zero_is_valid PASSED
4029 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED
4030 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED
4031 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED
4032 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_2_0_matches_integer_and_float_types_float_2_00001_is_invalid PASSED
4033 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_invalid PASSED
4034 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_valid PASSED
4035 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED
4036 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED
4037 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_false_does_not_match_a_0___a_0_0_is_invalid PASSED
4038 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED
4039 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED
4040 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_true_does_not_match_a_1___a_1_0_is_invalid PASSED
4041 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED
4042 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED
4043 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_array_another_array_item_is_invalid PASSED
4044 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_array_array_with_additional_items_is_invalid PASSED
4045 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_array_same_array_is_valid PASSED
4046 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED
4047 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED
4048 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0___false_is_valid PASSED
4049 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0_false_is_valid PASSED
4050 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED
4051 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED
4052 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_null_not_null_is_invalid PASSED
4053 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_null_null_is_valid PASSED
4054 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_another_object_is_invalid PASSED
4055 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_another_type_is_invalid PASSED
4056 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_same_object_is_valid PASSED
4057 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED
4058 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED
4059 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED
4060 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1___true_is_valid PASSED
4061 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED
4062 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED
4063 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1_true_is_valid PASSED
4064 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_is_valid PASSED
4065 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_minus_one_is_invalid PASSED
4066 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_is_valid PASSED
4067 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_minus_one_is_invalid PASSED
4068 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
4069 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_nul_characters_in_strings_match_string_with_nul PASSED
4070 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED
4071 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED
4072 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED
4073 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED
4074 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED
4075 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_not_array_is_valid PASSED
4076 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED
4077 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED
4078 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED
4079 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED
4080 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED
4081 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED
4082 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED
4083 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED
4084 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_with_false_if_subschema_any_non_empty_array_is_valid PASSED
4085 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_with_false_if_subschema_empty_array_is_invalid PASSED
4086 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_with_null_instance_elements_allows_null_items PASSED
4087 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_does_not_match_items_matches_contains PASSED
4088 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_matches_both_items_and_contains PASSED
4089 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_matches_items_does_not_match_contains PASSED
4090 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_matches_neither_items_nor_contains PASSED
4091 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_a_valid_base64_encoded_JSON_document PASSED
4092 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_a_validly_encoded_invalid_JSON_document_validates_true PASSED
4093 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_an_invalid_base64_string_that_is_valid_JSON_validates_true PASSED
4094 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_ignores_non_strings PASSED
4095 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_a_valid_base64_encoded_JSON_document PASSED
4096 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_a_validly_encoded_invalid_JSON_document_validates_true PASSED
4097 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_empty_array_as_a_base64_encoded_JSON_document PASSED
4098 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_empty_object_as_a_base64_encoded_JSON_document_validates_true PASSED
4099 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_invalid_base64_encoded_JSON_document_validates_true PASSED
4100 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_invalid_base64_string_that_is_valid_JSON_validates_true PASSED
4101 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_another_valid_base64_encoded_JSON_document PASSED
4102 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_ignores_non_strings PASSED
4103 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_string_encoding_a_valid_base64_string PASSED
4104 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_string_encoding_an_invalid_base64_string_is_not_a_valid_character_validates_true PASSED
4105 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_string_encoding_ignores_non_strings PASSED
4106 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_string_encoded_content_based_on_media_type_a_valid_JSON_document PASSED
4107 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_string_encoded_content_based_on_media_type_an_invalid_JSON_document_validates_true PASSED
4108 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_string_encoded_content_based_on_media_type_ignores_non_strings PASSED
4109 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_cross_draft_refs_to_future_drafts_are_processed_as_future_drafts_first_item_is_a_string_is_valid PASSED
4110 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_cross_draft_refs_to_future_drafts_are_processed_as_future_drafts_first_item_not_a_string_is_invalid PASSED
4111 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_cross_draft_refs_to_historic_drafts_are_processed_as_historic_drafts_missing_bar_is_valid PASSED
4112 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED
4113 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED
4114 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED
4115 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED
4116 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_failing_ PASSED
4117 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_passing_ PASSED
4118 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_missing_properties_are_not_filled_in_with_the_default PASSED
4119 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_defs_validate_definition_against_metaschema_invalid_definition_schema PASSED
4120 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_defs_validate_definition_against_metaschema_valid_definition_schema PASSED
4121 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_CRLF PASSED
4122 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_CRLF_missing_dependent PASSED
4123 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes PASSED
4124 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes_missing_dependent PASSED
4125 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_empty_dependents_empty_object PASSED
4126 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_empty_dependents_non_object_is_valid PASSED
4127 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_empty_dependents_object_with_one_property PASSED
4128 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_missing_both_dependencies PASSED
4129 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_missing_dependency PASSED
4130 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_missing_other_dependency PASSED
4131 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_neither PASSED
4132 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_nondependants PASSED
4133 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_with_dependencies PASSED
4134 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_ignores_arrays PASSED
4135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_ignores_other_non_objects PASSED
4136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_ignores_strings PASSED
4137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_missing_dependency PASSED
4138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_neither PASSED
4139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_nondependant PASSED
4140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_with_dependency PASSED
4141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_empty_object_is_valid PASSED
4142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_object_with_both_properties_is_invalid PASSED
4143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED
4144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED
4145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote PASSED
4146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote_invalid_under_dependent_schema PASSED
4147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab PASSED
4148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab_invalid_under_dependent_schema PASSED
4149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_both PASSED
4150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_dependency PASSED
4151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_root PASSED
4152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_no_dependency PASSED
4153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_ignores_arrays PASSED
4154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_ignores_other_non_objects PASSED
4155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_ignores_strings PASSED
4156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_no_dependency PASSED
4157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_valid PASSED
4158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_wrong_type PASSED
4159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_wrong_type_both PASSED
4160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_wrong_type_other PASSED
4161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED
4162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED
4163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED
4164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED
4165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED
4166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED
4167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED
4168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED
4169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED
4170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED
4171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED
4172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED
4173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED
4174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED
4175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED
4176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED
4177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED
4178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED
4179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED
4180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED
4181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED
4182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED
4183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED
4184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED
4185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED
4186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED
4187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED
4188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_both_properties_are_valid PASSED
4189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED
4190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED
4191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED
4192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_wrong_bar_value PASSED
4193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_wrong_foo_value PASSED
4194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED
4195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED
4196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED
4197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED
4198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED
4199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED
4200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED
4201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED
4202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
4203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_nul_characters_in_strings_match_string_with_nul PASSED
4204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED
4205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_simple_enum_validation_something_else_is_invalid PASSED
4206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED
4207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED
4208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED
4209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED
4210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED
4211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED
4212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED
4213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED
4214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_float_overflow_all_integers_are_multiples_of_0_5_if_overflow_is_handled_valid_if_optional_overflow_handling_is_implemented PASSED
4215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_arrays PASSED
4216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_booleans PASSED
4217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_floats PASSED
4218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_integers PASSED
4219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_nulls PASSED
4220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_objects PASSED
4221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_arrays PASSED
4222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_booleans PASSED
4223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_floats PASSED
4224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_integers PASSED
4225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_nulls PASSED
4226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_objects PASSED
4227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_arrays PASSED
4228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_booleans PASSED
4229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_floats PASSED
4230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_integers PASSED
4231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_nulls PASSED
4232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_objects PASSED
4233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_arrays PASSED
4234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_booleans PASSED
4235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_floats PASSED
4236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_integers PASSED
4237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_nulls PASSED
4238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_objects PASSED
4239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_arrays PASSED
4240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_booleans PASSED
4241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_floats PASSED
4242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_integers PASSED
4243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_nulls PASSED
4244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_objects PASSED
4245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_arrays PASSED
4246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_booleans PASSED
4247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_floats PASSED
4248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_integers PASSED
4249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_nulls PASSED
4250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_objects PASSED
4251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_arrays PASSED
4252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_booleans PASSED
4253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_floats PASSED
4254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_integers PASSED
4255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_nulls PASSED
4256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_objects PASSED
4257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED
4258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED
4259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_floats PASSED
4260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_integers PASSED
4261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED
4262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_objects PASSED
4263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED
4264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED
4265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_floats PASSED
4266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_integers PASSED
4267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED
4268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_objects PASSED
4269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_arrays PASSED
4270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_booleans PASSED
4271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_floats PASSED
4272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_integers PASSED
4273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_nulls PASSED
4274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_objects PASSED
4275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_arrays PASSED
4276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_booleans PASSED
4277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_floats PASSED
4278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_integers PASSED
4279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_nulls PASSED
4280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_objects PASSED
4281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED
4282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED
4283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED
4284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED
4285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED
4286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED
4287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_arrays PASSED
4288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_booleans PASSED
4289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_floats PASSED
4290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_integers PASSED
4291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_nulls PASSED
4292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_objects PASSED
4293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_arrays PASSED
4294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_booleans PASSED
4295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_floats PASSED
4296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_integers PASSED
4297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_nulls PASSED
4298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_objects PASSED
4299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_arrays PASSED
4300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_booleans PASSED
4301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_floats PASSED
4302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_integers PASSED
4303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_nulls PASSED
4304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_objects PASSED
4305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_arrays PASSED
4306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_booleans PASSED
4307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_floats PASSED
4308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_integers PASSED
4309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_nulls PASSED
4310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_objects PASSED
4311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED
4312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED
4313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED
4314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED
4315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED
4316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED
4317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED
4318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED
4319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_floats PASSED
4320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_integers PASSED
4321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED
4322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_objects PASSED
4323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_arrays PASSED
4324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_booleans PASSED
4325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_floats PASSED
4326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_integers PASSED
4327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_nulls PASSED
4328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_objects PASSED
4329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_id__id_inside_an_enum_is_not_a_real_identifier_exact_match_to_enum_and_type_matches PASSED
4330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_id__id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED
4331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_id__id_inside_an_enum_is_not_a_real_identifier_no_match_on_enum_or_ref_to_id PASSED
4332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_else_without_then_invalid_through_else PASSED
4333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_else_without_then_valid_through_else PASSED
4334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_else_without_then_valid_when_if_test_passes PASSED
4335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_then_without_else_invalid_through_then PASSED
4336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_then_without_else_valid_through_then PASSED
4337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_then_without_else_valid_when_if_test_fails PASSED
4338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__invalid_redirects_to_else_and_fails PASSED
4339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__no_redirects_to_then_and_fails PASSED
4340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__other_redirects_to_else_and_passes PASSED
4341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__yes_redirects_to_then_and_passes PASSED
4342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_with_boolean_schema_false_boolean_schema_false_in_if_always_chooses_the_else_path_invalid_ PASSED
4343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_with_boolean_schema_false_boolean_schema_false_in_if_always_chooses_the_else_path_valid_ PASSED
4344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_with_boolean_schema_true_boolean_schema_true_in_if_always_chooses_the_then_path_invalid_ PASSED
4345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_with_boolean_schema_true_boolean_schema_true_in_if_always_chooses_the_then_path_valid_ PASSED
4346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_else_without_if_valid_when_invalid_against_lone_else PASSED
4347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_else_without_if_valid_when_valid_against_lone_else PASSED
4348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_if_without_then_or_else_valid_when_invalid_against_lone_if PASSED
4349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_if_without_then_or_else_valid_when_valid_against_lone_if PASSED
4350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_then_without_if_valid_when_invalid_against_lone_then PASSED
4351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_then_without_if_valid_when_valid_against_lone_then PASSED
4352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_non_interference_across_combined_schemas_valid_but_would_have_been_invalid_through_else PASSED
4353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_non_interference_across_combined_schemas_valid_but_would_have_been_invalid_through_then PASSED
4354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_else PASSED
4355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_then PASSED
4356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_else PASSED
4357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_then PASSED
4358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_failing_case PASSED
4359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_passing_case PASSED
4360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED
4361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_ignores_non_arrays PASSED
4362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_valid_items PASSED
4363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_wrong_type_of_items PASSED
4364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED
4365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED
4366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_correct_types PASSED
4367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_empty_array PASSED
4368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED
4369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_wrong_types PASSED
4370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED
4371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_fewer_items_is_valid PASSED
4372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_too_many_items PASSED
4373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_too_many_sub_items PASSED
4374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_valid_items PASSED
4375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_wrong_item PASSED
4376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_wrong_sub_item PASSED
4377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED
4378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED
4379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED
4380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED
4381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schemas_array_with_one_item_is_valid PASSED
4382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schemas_array_with_two_items_is_invalid PASSED
4383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schemas_empty_array_is_valid PASSED
4384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_nested_items_nested_array_with_invalid_type PASSED
4385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_nested_items_not_deep_enough PASSED
4386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_nested_items_valid_nested_array PASSED
4387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_single_form_items_with_null_instance_elements_allows_null_elements PASSED
4388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_all_elements_match_invalid_maxContains PASSED
4389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_all_elements_match_valid_maxContains PASSED
4390 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_empty_data PASSED
4391 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_some_elements_match_invalid_maxContains PASSED
4392 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_some_elements_match_valid_maxContains PASSED
4393 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_value_with_a_decimal_one_element_matches_valid_maxContains PASSED
4394 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_value_with_a_decimal_too_many_elements_match_invalid_maxContains PASSED
4395 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_without_contains_is_ignored_one_item_valid_against_lone_maxContains PASSED
4396 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_without_contains_is_ignored_two_items_still_valid_against_lone_maxContains PASSED
4397 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_minContains_maxContains_actual_minContains_maxContains PASSED
4398 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_minContains_maxContains_minContains_actual_maxContains PASSED
4399 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_minContains_maxContains_minContains_maxContains_actual PASSED
4400 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_exact_length_is_valid PASSED
4401 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_ignores_non_arrays PASSED
4402 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_shorter_is_valid PASSED
4403 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_too_long_is_invalid PASSED
4404 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED
4405 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED
4406 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_exact_length_is_valid PASSED
4407 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_ignores_non_strings PASSED
4408 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_shorter_is_valid PASSED
4409 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_too_long_is_invalid PASSED
4410 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED
4411 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED
4412 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED
4413 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED
4414 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED
4415 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED
4416 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_ignores_arrays PASSED
4417 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED
4418 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_ignores_strings PASSED
4419 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED
4420 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED
4421 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED
4422 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED
4423 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED
4424 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED
4425 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_boundary_point_is_valid PASSED
4426 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_ignores_non_numbers PASSED
4427 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED
4428 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED
4429 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED
4430 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED
4431 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_all_elements_match_invalid_maxContains PASSED
4432 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_all_elements_match_invalid_minContains PASSED
4433 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_all_elements_match_valid_maxContains_and_minContains PASSED
4434 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_empty_data PASSED
4435 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_invalid_maxContains PASSED
4436 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_invalid_maxContains_and_minContains PASSED
4437 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_invalid_minContains PASSED
4438 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_maxContains_empty_data PASSED
4439 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_maxContains_not_more_than_maxContains PASSED
4440 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_maxContains_too_many PASSED
4441 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_no_maxContains_empty_data PASSED
4442 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_no_maxContains_minContains_0_makes_contains_always_pass PASSED
4443 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_all_elements_match_valid_minContains PASSED
4444 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_empty_data PASSED
4445 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_no_elements_match PASSED
4446 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_single_element_matches_valid_minContains PASSED
4447 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_some_elements_match_valid_minContains PASSED
4448 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_all_elements_match_invalid_minContains PASSED
4449 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_exactly_as_needed_ PASSED
4450 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_more_than_needed_ PASSED
4451 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_empty_data PASSED
4452 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_some_elements_match_invalid_minContains PASSED
4453 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_some_elements_match_valid_minContains PASSED
4454 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_with_a_decimal_value_both_elements_match_valid_minContains PASSED
4455 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_with_a_decimal_value_one_element_matches_invalid_minContains PASSED
4456 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_without_contains_is_ignored_one_item_valid_against_lone_minContains PASSED
4457 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_without_contains_is_ignored_zero_items_still_valid_against_lone_minContains PASSED
4458 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_exact_length_is_valid PASSED
4459 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_ignores_non_arrays PASSED
4460 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_longer_is_valid PASSED
4461 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_too_short_is_invalid PASSED
4462 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED
4463 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED
4464 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_exact_length_is_valid PASSED
4465 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_ignores_non_strings PASSED
4466 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_longer_is_valid PASSED
4467 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED
4468 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_too_short_is_invalid PASSED
4469 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED
4470 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED
4471 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_exact_length_is_valid PASSED
4472 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_ignores_arrays PASSED
4473 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED
4474 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_ignores_strings PASSED
4475 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_longer_is_valid PASSED
4476 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_too_short_is_invalid PASSED
4477 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED
4478 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED
4479 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED
4480 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED
4481 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_boundary_point_is_valid PASSED
4482 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_ignores_non_numbers PASSED
4483 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED
4484 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED
4485 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED
4486 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED
4487 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED
4488 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED
4489 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED
4490 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_int_ignores_non_numbers PASSED
4491 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_int_int_by_int PASSED
4492 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_int_int_by_int_fail PASSED
4493 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED
4494 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED
4495 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED
4496 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED
4497 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED
4498 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED
4499 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED
4500 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_no_schema_validation_without_schema_a_1_character_string_is_not_valid PASSED
4501 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_no_schema_validation_without_schema_a_3_character_string_is_valid PASSED
4502 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_no_schema_validation_without_schema_a_non_string_is_valid PASSED
4503 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED
4504 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED
4505 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED
4506 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED
4507 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED
4508 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED
4509 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one_ASCII PASSED
4510 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED
4511 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two_ASCII PASSED
4512 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED
4513 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED
4514 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED
4515 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED
4516 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED
4517 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED
4518 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED
4519 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED
4520 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED
4521 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED
4522 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED
4523 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED
4524 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_collect_annotations_inside_a_not_even_if_collection_is_disabled_annotations_are_still_collected_inside_a_not_ PASSED
4525 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_collect_annotations_inside_a_not_even_if_collection_is_disabled_unevaluated_property PASSED
4526 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_double_negation_any_value_is_valid PASSED
4527 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED
4528 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED
4529 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED
4530 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED
4531 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED
4532 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED
4533 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED
4534 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED
4535 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED
4536 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED
4537 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED
4538 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED
4539 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED
4540 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED
4541 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED
4542 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED
4543 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED
4544 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED
4545 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbidden_property_property_absent PASSED
4546 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbidden_property_property_present PASSED
4547 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_allowed PASSED
4548 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_disallowed PASSED
4549 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_more_complex_schema_match PASSED
4550 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_more_complex_schema_mismatch PASSED
4551 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_more_complex_schema_other_match PASSED
4552 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_multiple_types_mismatch PASSED
4553 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_multiple_types_other_mismatch PASSED
4554 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_multiple_types_valid PASSED
4555 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
4556 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED
4557 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_both_oneOf_valid PASSED
4558 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED
4559 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED
4560 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED
4561 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED
4562 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_first_oneOf_valid PASSED
4563 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_neither_oneOf_valid PASSED
4564 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_second_oneOf_valid PASSED
4565 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED
4566 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED
4567 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED
4568 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
4569 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED
4570 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED
4571 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED
4572 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED
4573 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED
4574 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED
4575 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED
4576 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED
4577 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED
4578 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED
4579 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_both_valid_invalid PASSED
4580 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_first_valid_valid PASSED
4581 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_second_valid_valid PASSED
4582 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED
4583 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED
4584 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED
4585 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED
4586 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED
4587 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED
4588 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED
4589 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED
4590 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED
4591 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED
4592 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED
4593 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED
4594 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED
4595 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED
4596 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_object_with_a_property_matching_both_true_and_false_is_invalid PASSED
4597 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED
4598 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED
4599 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED
4600 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED
4601 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_non_recognized_members_are_ignored PASSED
4602 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_recognized_members_are_accounted_for PASSED
4603 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive PASSED
4604 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive_2 PASSED
4605 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED
4606 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED
4607 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED
4608 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_arrays PASSED
4609 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_booleans PASSED
4610 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_floats PASSED
4611 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_integers PASSED
4612 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_null PASSED
4613 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_objects PASSED
4614 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED
4615 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED
4616 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED
4617 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_ignores_arrays PASSED
4618 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_ignores_other_non_objects PASSED
4619 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED
4620 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED
4621 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED
4622 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED
4623 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED
4624 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED
4625 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED
4626 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED
4627 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED
4628 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED
4629 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED
4630 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED
4631 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
4632 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
4633 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
4634 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED
4635 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED
4636 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED
4637 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED
4638 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED
4639 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED
4640 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED
4641 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED
4642 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED
4643 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_ignores_arrays PASSED
4644 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED
4645 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_ignores_strings PASSED
4646 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED
4647 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED
4648 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_with_pattern_matching_property_names_valid PASSED
4649 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_with_pattern_non_matching_property_name_is_invalid PASSED
4650 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_with_pattern_object_without_properties_is_valid PASSED
4651 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED
4652 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED
4653 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED
4654 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED
4655 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_integer_matches_at_the_outer_level PASSED
4656 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_integer_now_matches_as_a_property_value PASSED
4657 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_single_level_match PASSED
4658 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_two_levels_properties_match_with_inner_definition PASSED
4659 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_two_levels_properties_match_with_recursiveRef PASSED
4660 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_in_the_initial_target_schema_resource_leaf_node_does_not_match_no_recursion PASSED
4661 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_in_the_initial_target_schema_resource_leaf_node_does_not_match_recursion_uses_the_inner_schema PASSED
4662 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_in_the_initial_target_schema_resource_leaf_node_matches_recursion_uses_the_inner_schema PASSED
4663 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_in_the_outer_schema_resource_leaf_node_does_not_match_no_recursion PASSED
4664 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_in_the_outer_schema_resource_leaf_node_does_not_match_recursion_only_uses_inner_schema PASSED
4665 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_in_the_outer_schema_resource_leaf_node_matches_recursion_only_uses_inner_schema PASSED
4666 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_works_like_ref_integer_does_not_match_as_a_property_value PASSED
4667 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_works_like_ref_integer_matches_at_the_outer_level PASSED
4668 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_works_like_ref_single_level_match PASSED
4669 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_works_like_ref_two_levels_integer_does_not_match_as_a_property_value PASSED
4670 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_works_like_ref_two_levels_properties_match_with_inner_definition PASSED
4671 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_recursiveAnchor_false_works_like_ref_integer_does_not_match_as_a_property_value PASSED
4672 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_recursiveAnchor_false_works_like_ref_integer_matches_at_the_outer_level PASSED
4673 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_recursiveAnchor_false_works_like_ref_single_level_match PASSED
4674 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_recursiveAnchor_false_works_like_ref_two_levels_integer_does_not_match_as_a_property_value PASSED
4675 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_recursiveAnchor_false_works_like_ref_two_levels_properties_match_with_inner_definition PASSED
4676 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_match PASSED
4677 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_mismatch PASSED
4678 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_recursive_match PASSED
4679 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_recursive_mismatch PASSED
4680 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_integer_does_not_match_as_a_property_value PASSED
4681 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_integer_matches_at_the_outer_level PASSED
4682 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_single_level_match PASSED
4683 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_two_levels_no_match PASSED
4684 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_two_levels_properties_match_with_inner_definition PASSED
4685 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef_dynamic_recursiveRef_destination_not_predictable_at_schema_compile_time__integer_node PASSED
4686 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef_dynamic_recursiveRef_destination_not_predictable_at_schema_compile_time__numeric_node PASSED
4687 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef_multiple_dynamic_paths_to_the_recursiveRef_keyword_recurse_to_anyLeafNode_floats_are_allowed PASSED
4688 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef_multiple_dynamic_paths_to_the_recursiveRef_keyword_recurse_to_integerNode_floats_are_not_allowed PASSED
4689 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_match PASSED
4690 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_mismatch PASSED
4691 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__match PASSED
4692 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__mismatch PASSED
4693 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_match PASSED
4694 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_mismatch PASSED
4695 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED
4696 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED
4697 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote__ref_to_ref_finds_detached_anchor_non_number_is_invalid PASSED
4698 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote__ref_to_ref_finds_detached_anchor_number_is_valid PASSED
4699 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_anchor_within_remote_ref_remote_anchor_invalid PASSED
4700 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_anchor_within_remote_ref_remote_anchor_valid PASSED
4701 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED
4702 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED
4703 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED
4704 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED
4705 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED
4706 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED
4707 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED
4708 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED
4709 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED
4710 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED
4711 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_URN_id_number_is_invalid PASSED
4712 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_URN_id_string_is_valid PASSED
4713 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_id_number_is_invalid PASSED
4714 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_id_string_is_valid PASSED
4715 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_number_is_invalid PASSED
4716 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_string_is_valid PASSED
4717 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_remote_ref_invalid PASSED
4718 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_remote_ref_valid PASSED
4719 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_with_ref_to_defs_invalid PASSED
4720 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_with_ref_to_defs_valid PASSED
4721 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED
4722 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED
4723 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED
4724 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED
4725 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED
4726 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_Recursive_references_between_schemas_invalid_tree PASSED
4727 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_Recursive_references_between_schemas_valid_tree PASSED
4728 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED
4729 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED
4730 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_non_string_is_invalid PASSED
4731 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED
4732 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED
4733 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED
4734 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED
4735 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED
4736 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED
4737 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED
4738 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_ref_with_nested_pointer_ref_a_non_string_is_invalid PASSED
4739 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_ref_with_nested_pointer_ref_a_string_is_valid PASSED
4740 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_non_number_is_invalid PASSED
4741 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_number_is_valid PASSED
4742 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED
4743 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED
4744 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED
4745 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED
4746 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED
4747 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED
4748 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_with_recursiveAnchor_extra_items_allowed_for_inner_arrays PASSED
4749 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_with_recursiveAnchor_extra_items_disallowed_for_root PASSED
4750 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED
4751 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED
4752 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_percent_invalid PASSED
4753 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_percent_valid PASSED
4754 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_slash_invalid PASSED
4755 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_slash_valid PASSED
4756 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_tilde_invalid PASSED
4757 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_tilde_valid PASSED
4758 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_definition_exact_match PASSED
4759 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_matching_any_string PASSED
4760 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_match_the_enum_exactly PASSED
4761 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_nested_refs_nested_ref_invalid PASSED
4762 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_nested_refs_nested_ref_valid PASSED
4763 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_order_of_evaluation_id_and_anchor_and_ref_data_is_invalid_against_first_definition PASSED
4764 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_order_of_evaluation_id_and_anchor_and_ref_data_is_valid_against_first_definition PASSED
4765 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_order_of_evaluation_id_and_ref_data_is_invalid_against_first_definition PASSED
4766 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_order_of_evaluation_id_and_ref_data_is_valid_against_first_definition PASSED
4767 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED
4768 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED
4769 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED
4770 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED
4771 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_applies_alongside_sibling_keywords_ref_invalid PASSED
4772 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_invalid PASSED
4773 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_valid PASSED
4774 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_creates_new_scope_when_adjacent_to_keywords_referenced_subschema_doesn_t_see_annotations_from_properties PASSED
4775 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_else_a_non_integer_is_invalid_due_to_the_ref PASSED
4776 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_else_an_integer_is_valid PASSED
4777 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_if_a_non_integer_is_invalid_due_to_the_ref PASSED
4778 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_if_an_integer_is_valid PASSED
4779 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_then_a_non_integer_is_invalid_due_to_the_ref PASSED
4780 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_then_an_integer_is_valid PASSED
4781 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED
4782 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED
4783 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED
4784 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED
4785 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED
4786 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED
4787 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED
4788 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_array_match_array PASSED
4789 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED
4790 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_object_match PASSED
4791 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_object_mismatch PASSED
4792 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED
4793 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED
4794 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED
4795 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED
4796 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED
4797 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_match PASSED
4798 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_mismatch PASSED
4799 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_recursive_match PASSED
4800 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_recursive_mismatch PASSED
4801 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED
4802 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED
4803 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_simple_URN_base_URI_with_ref_via_the_URN_invalid_under_the_URN_IDed_schema PASSED
4804 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_simple_URN_base_URI_with_ref_via_the_URN_valid_under_the_URN_IDed_schema PASSED
4805 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_default_validation_not_required_by_default PASSED
4806 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED
4807 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED
4808 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED
4809 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
4810 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
4811 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
4812 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED
4813 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_ignores_arrays PASSED
4814 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_ignores_other_non_objects PASSED
4815 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_ignores_strings PASSED
4816 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_non_present_required_property_is_invalid PASSED
4817 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_present_required_property_is_valid PASSED
4818 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_with_empty_array_property_not_required PASSED
4819 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED
4820 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED
4821 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED
4822 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED
4823 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED
4824 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_an_array_is_an_array PASSED
4825 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED
4826 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED
4827 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_null_is_not_an_array PASSED
4828 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED
4829 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED
4830 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED
4831 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED
4832 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED
4833 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED
4834 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED
4835 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED
4836 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED
4837 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED
4838 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED
4839 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED
4840 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED
4841 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED
4842 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_string_is_still_not_an_integer_even_if_it_looks_like_one PASSED
4843 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED
4844 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED
4845 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED
4846 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED
4847 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED
4848 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED
4849 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED
4850 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED
4851 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED
4852 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED
4853 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED
4854 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED
4855 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED
4856 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED
4857 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED
4858 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED
4859 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED
4860 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED
4861 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_null_is_null PASSED
4862 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED
4863 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED
4864 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED
4865 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_float_is_a_number PASSED
4866 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number_and_an_integer_ PASSED
4867 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED
4868 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_string_is_still_not_a_number_even_if_it_looks_like_one PASSED
4869 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED
4870 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED
4871 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED
4872 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_null_is_not_a_number PASSED
4873 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED
4874 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED
4875 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED
4876 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED
4877 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED
4878 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_an_object_is_an_object PASSED
4879 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_null_is_not_an_object PASSED
4880 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_1_is_not_a_string PASSED
4881 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED
4882 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED
4883 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_a_string_is_a_string PASSED
4884 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_a_string_is_still_a_string_even_if_it_looks_like_a_number PASSED
4885 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED
4886 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED
4887 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED
4888 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_null_is_not_a_string PASSED
4889 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_array_is_valid PASSED
4890 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_null_is_valid PASSED
4891 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_number_is_invalid PASSED
4892 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_object_is_valid PASSED
4893 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_string_is_invalid PASSED
4894 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_array_is_valid PASSED
4895 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_null_is_invalid PASSED
4896 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_number_is_invalid PASSED
4897 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_object_is_valid PASSED
4898 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_string_is_invalid PASSED
4899 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_as_array_with_one_item_number_is_invalid PASSED
4900 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_as_array_with_one_item_string_is_valid PASSED
4901 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_item_is_evaluated_in_an_uncle_schema_to_unevaluatedItems_no_extra_items PASSED
4902 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_item_is_evaluated_in_an_uncle_schema_to_unevaluatedItems_uncle_keyword_evaluation_is_not_significant PASSED
4903 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_booleans PASSED
4904 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_floats PASSED
4905 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_integers PASSED
4906 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_null PASSED
4907 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_objects PASSED
4908 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_strings PASSED
4909 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_as_schema_with_invalid_unevaluated_items PASSED
4910 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_as_schema_with_no_unevaluated_items PASSED
4911 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_as_schema_with_valid_unevaluated_items PASSED
4912 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_before_ref_with_no_unevaluated_items PASSED
4913 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_before_ref_with_unevaluated_items PASSED
4914 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_can_see_annotations_from_if_without_then_and_else_invalid_in_case_if_is_evaluated PASSED
4915 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_can_see_annotations_from_if_without_then_and_else_valid_in_case_if_is_evaluated PASSED
4916 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_can_t_see_inside_cousins_always_fails PASSED
4917 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_false_with_no_unevaluated_items PASSED
4918 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_false_with_unevaluated_items PASSED
4919 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_true_with_no_unevaluated_items PASSED
4920 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_true_with_unevaluated_items PASSED
4921 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_no_unevaluated_items PASSED
4922 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_unevaluated_items PASSED
4923 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_no_unevaluated_items PASSED
4924 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_unevaluated_items PASSED
4925 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_no_unevaluated_items PASSED
4926 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_unevaluated_items PASSED
4927 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_doesn_t_match_and_it_has_no_unevaluated_items PASSED
4928 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_doesn_t_match_and_it_has_unevaluated_items PASSED
4929 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_matches_and_it_has_no_unevaluated_items PASSED
4930 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_matches_and_it_has_unevaluated_items PASSED
4931 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_additionalItems_all_valid_under_unevaluatedItems PASSED
4932 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_additionalItems_invalid_under_unevaluatedItems PASSED
4933 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_applicator_additionalItems_all_valid_under_unevaluatedItems PASSED
4934 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_applicator_additionalItems_invalid_under_unevaluatedItems PASSED
4935 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_items_and_additionalItems_unevaluatedItems_doesn_t_apply PASSED
4936 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_and_additionalItems_with_additional_items PASSED
4937 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_and_additionalItems_with_no_additional_items PASSED
4938 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_invalid_additional_item PASSED
4939 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_no_additional_items PASSED
4940 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_only_valid_additional_items PASSED
4941 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_no_unevaluated_items PASSED
4942 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_unevaluated_items PASSED
4943 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_additional_items PASSED
4944 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_no_additional_items PASSED
4945 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_not_with_unevaluated_items PASSED
4946 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_null_instance_elements_allows_null_elements PASSED
4947 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_no_unevaluated_items PASSED
4948 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_unevaluated_items PASSED
4949 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_recursiveRef_with_no_unevaluated_items PASSED
4950 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_recursiveRef_with_unevaluated_items PASSED
4951 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ref_with_no_unevaluated_items PASSED
4952 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ref_with_unevaluated_items PASSED
4953 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_tuple_with_no_unevaluated_items PASSED
4954 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_tuple_with_unevaluated_items PASSED
4955 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_uniform_items_unevaluatedItems_doesn_t_apply PASSED
4956 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_nested_unevaluated_properties PASSED
4957 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_no_nested_unevaluated_properties PASSED
4958 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_nested_unevaluated_properties PASSED
4959 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_no_nested_unevaluated_properties PASSED
4960 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_consider_dependentSchemas PASSED
4961 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_see_bar_when_foo2_is_absent PASSED
4962 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_sees_bar_when_foo2_is_present PASSED
4963 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_Empty_is_invalid PASSED
4964 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_b_is_invalid PASSED
4965 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_c_is_invalid PASSED
4966 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_d_is_invalid PASSED
4967 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_is_valid PASSED
4968 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_a_is_invalid PASSED
4969 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_foo_is_valid PASSED
4970 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_is_valid PASSED
4971 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_c_is_invalid PASSED
4972 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_d_is_invalid PASSED
4973 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_is_valid PASSED
4974 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_d_is_invalid PASSED
4975 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_is_valid PASSED
4976 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_d_is_valid PASSED
4977 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_a_is_invalid PASSED
4978 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_b_is_invalid PASSED
4979 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_c_is_invalid PASSED
4980 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_d_is_invalid PASSED
4981 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foo_is_invalid PASSED
4982 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foox_is_valid PASSED
4983 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_is_valid PASSED
4984 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_base_case_both_properties_present PASSED
4985 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_in_place_applicator_siblings_bar_is_missing PASSED
4986 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_in_place_applicator_siblings_foo_is_missing PASSED
4987 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_base_case_both_properties_present PASSED
4988 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_in_place_applicator_siblings_bar_is_missing PASSED
4989 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_in_place_applicator_siblings_foo_is_missing PASSED
4990 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_nested_unevaluated_properties PASSED
4991 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_no_nested_unevaluated_properties PASSED
4992 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_nested_unevaluated_properties PASSED
4993 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_no_nested_unevaluated_properties PASSED
4994 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_nested_unevaluated_properties PASSED
4995 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_no_nested_unevaluated_properties PASSED
4996 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_nested_unevaluated_properties PASSED
4997 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_no_nested_unevaluated_properties PASSED
4998 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_arrays PASSED
4999 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_booleans PASSED
5000 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_floats PASSED
5001 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_integers PASSED
5002 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_null PASSED
5003 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_strings PASSED
5004 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_property_is_evaluated_in_an_uncle_schema_to_unevaluatedProperties_no_extra_properties PASSED
5005 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_property_is_evaluated_in_an_uncle_schema_to_unevaluatedProperties_uncle_keyword_evaluation_is_not_significant PASSED
5006 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_no_unevaluated_properties PASSED
5007 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_unevaluated_properties PASSED
5008 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_can_see_annotations_from_if_without_then_and_else_invalid_in_case_if_is_evaluated PASSED
5009 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_can_see_annotations_from_if_without_then_and_else_valid_in_case_if_is_evaluated PASSED
5010 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_always_fails PASSED
5011 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_reverse_order__always_fails PASSED
5012 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_false_with_no_unevaluated_properties PASSED
5013 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_false_with_unevaluated_properties PASSED
5014 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_allows_only_number_properties PASSED
5015 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_string_property_is_invalid PASSED
5016 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_Empty_is_invalid_no_x_or_y_ PASSED
5017 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_x_and_y_are_invalid PASSED
5018 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_x_are_valid PASSED
5019 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_y_are_valid PASSED
5020 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_are_invalid_no_x_or_y_ PASSED
5021 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_x_are_valid PASSED
5022 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_y_are_valid PASSED
5023 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_x_and_y_are_invalid PASSED
5024 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_schema_with_invalid_unevaluated_properties PASSED
5025 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_schema_with_no_unevaluated_properties PASSED
5026 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_schema_with_valid_unevaluated_properties PASSED
5027 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Deep_nested_is_valid PASSED
5028 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Empty_is_valid PASSED
5029 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Nested_is_valid PASSED
5030 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Single_is_valid PASSED
5031 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_1st_level_is_invalid PASSED
5032 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_2nd_level_is_invalid PASSED
5033 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_3rd_level_is_invalid PASSED
5034 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_true_with_no_unevaluated_properties PASSED
5035 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_true_with_unevaluated_properties PASSED
5036 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_additional_properties PASSED
5037 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_no_additional_properties PASSED
5038 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_no_unevaluated_properties PASSED
5039 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_unevaluated_properties PASSED
5040 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_no_unevaluated_properties PASSED
5041 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_unevaluated_properties PASSED
5042 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_no_unevaluated_properties PASSED
5043 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_unevaluated_properties PASSED
5044 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_no_unevaluated_properties PASSED
5045 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_unevaluated_properties PASSED
5046 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_no_unevaluated_properties PASSED
5047 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_unevaluated_properties PASSED
5048 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_no_unevaluated_properties PASSED
5049 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_unevaluated_properties PASSED
5050 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_false_and_has_no_unevaluated_properties PASSED
5051 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_false_and_has_unevaluated_properties PASSED
5052 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_true_and_has_no_unevaluated_properties PASSED
5053 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_true_and_has_unevaluated_properties PASSED
5054 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_false_and_has_no_unevaluated_properties PASSED
5055 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_false_and_has_unevaluated_properties PASSED
5056 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_true_and_has_no_unevaluated_properties PASSED
5057 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_true_and_has_unevaluated_properties PASSED
5058 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_false_and_has_no_unevaluated_properties PASSED
5059 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_false_and_has_unevaluated_properties PASSED
5060 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_true_and_has_no_unevaluated_properties PASSED
5061 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_true_and_has_unevaluated_properties PASSED
5062 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_additional_properties PASSED
5063 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_no_additional_properties PASSED
5064 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_additional_properties PASSED
5065 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_no_additional_properties PASSED
5066 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_additional_properties PASSED
5067 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_no_additional_properties PASSED
5068 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_nested_unevaluated_properties PASSED
5069 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_no_nested_unevaluated_properties PASSED
5070 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_not_with_unevaluated_properties PASSED
5071 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_null_valued_instance_properties_allows_null_valued_properties PASSED
5072 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_no_unevaluated_properties PASSED
5073 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_unevaluated_properties PASSED
5074 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_recursiveRef_with_no_unevaluated_properties PASSED
5075 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_recursiveRef_with_unevaluated_properties PASSED
5076 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_no_unevaluated_properties PASSED
5077 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_unevaluated_properties PASSED
5078 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED
5079 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED
5080 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED
5081 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED
5082 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED
5083 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED
5084 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED
5085 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED
5086 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED
5087 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED
5088 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED
5089 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED
5090 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED
5091 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED
5092 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED
5093 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_false_from_items_array_is_valid PASSED
5094 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
5095 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
5096 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_true_from_items_array_is_valid PASSED
5097 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_valid PASSED
5098 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
5099 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
5100 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_valid PASSED
5101 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
5102 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_false_true_is_valid PASSED
5103 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_true_false_is_valid PASSED
5104 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
5105 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
5106 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED
5107 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED
5108 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED
5109 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED
5110 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED
5111 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED
5112 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED
5113 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED
5114 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED
5115 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED
5116 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED
5117 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED
5118 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED
5119 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED
5120 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED
5121 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED
5122 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED
5123 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED
5124 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED
5125 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED
5126 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED
5127 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED
5128 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED
5129 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED
5130 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED
5131 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED
5132 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED
5133 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED
5134 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items__false_false_from_items_array_is_not_valid PASSED
5135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
5136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
5137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items__true_true_from_items_array_is_not_valid PASSED
5138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_not_valid PASSED
5139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
5140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
5141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_not_valid PASSED
5142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
5143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_false_true_is_not_valid PASSED
5144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_true_false_is_not_valid PASSED
5145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
5146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
5147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_non_schema_in_first_anyOf PASSED
5148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_non_schema_in_third_anyOf PASSED
5149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_second_anyOf_which_has_a_real_schema_in_it PASSED
5150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_vocabulary_ignore_unrecognized_optional_vocabulary_number_value PASSED
5151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_vocabulary_ignore_unrecognized_optional_vocabulary_string_value PASSED
5152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_vocabulary_schema_that_uses_custom_metaschema_with_with_no_validation_vocabulary_applicator_vocabulary_still_works PASSED
5153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_vocabulary_schema_that_uses_custom_metaschema_with_with_no_validation_vocabulary_no_validation_invalid_number_but_it_still_validates SKIPPED
5154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_vocabulary_schema_that_uses_custom_metaschema_with_with_no_validation_vocabulary_no_validation_valid_number PASSED
5155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED
5156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_minus_offset PASSED
5157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_plus_offset PASSED
5158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_without_second_fraction PASSED
5159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_UTC SKIPPED
5160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_with_minus_offset SKIPPED
5161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED
5162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED
5163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED
5164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED
5165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED
5166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED
5167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_closing_Z_after_time_zone_offset SKIPPED
5168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_past_leap_second_UTC SKIPPED
5169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED
5170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_hour_UTC SKIPPED
5171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_minute_UTC SKIPPED
5172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED
5173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED
5174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED
5175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_date_portion SKIPPED
5176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_time_portion SKIPPED
5177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED
5178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED
5179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
5180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_2020_is_a_leap_year PASSED
5181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_2021_is_not_a_leap_year PASSED
5182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_YYYYMMDD_without_dashes_2023_03_28_ PASSED
5183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_implicit_day_of_week_2023_01_02_ PASSED
5184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_rollover_to_next_year_2023_01_01_ PASSED
5185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_with_day_of_week_2023_03_28_ PASSED
5186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_29_days_in_February_normal_ PASSED
5187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_30_days_in_February_leap_ PASSED
5188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED
5189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED
5190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED
5191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED
5192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED
5193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED
5194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED
5195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED
5196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED
5197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED
5198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED
5199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED
5200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string PASSED
5201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_28_days_in_February_normal_ PASSED
5202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_29_days_in_February_leap_ PASSED
5203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED
5204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED
5205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED
5206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED
5207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED
5208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED
5209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED
5210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED
5211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED
5212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED
5213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED
5214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_arrays PASSED
5215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_booleans PASSED
5216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_floats PASSED
5217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_integers PASSED
5218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_nulls PASSED
5219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_objects PASSED
5220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_an_invalid_date_string PASSED
5221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_invalid_month PASSED
5222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_invalid_month_day_combination PASSED
5223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
5224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_non_padded_day_dates_are_not_valid PASSED
5225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_non_padded_month_dates_are_not_valid PASSED
5226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED
5227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_a_valid_duration_string PASSED
5228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_arrays PASSED
5229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_booleans PASSED
5230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_floats PASSED
5231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_integers PASSED
5232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_nulls PASSED
5233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_objects PASSED
5234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_an_invalid_duration_string SKIPPED
5235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_element_without_unit SKIPPED
5236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_elements_out_of_order SKIPPED
5237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_four_years_duration PASSED
5238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED
5239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_missing_time_separator SKIPPED
5240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_no_date_or_time_elements_present SKIPPED
5241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_no_elements_present SKIPPED
5242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_no_time_elements_present SKIPPED
5243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_days_and_hours PASSED
5244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_hours PASSED
5245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_minute_duration PASSED
5246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_month_duration PASSED
5247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_time_element_in_the_date_position SKIPPED
5248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_two_weeks PASSED
5249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_weeks_cannot_be_combined_with_other_units SKIPPED
5250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_zero_time_in_days PASSED
5251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_zero_time_in_seconds PASSED
5252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED
5253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED
5254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED
5255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED
5256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED
5257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED
5258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED
5259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED
5260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED
5261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED
5262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED
5263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED
5264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED
5265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED
5266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_two_subsequent_dots_inside_local_part_are_not_valid SKIPPED
5267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED
5268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED
5269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED
5270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_valid_host_name PASSED
5271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED
5272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED
5273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED
5274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED
5275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED
5276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED
5277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED
5278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_contains_underscore SKIPPED
5279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED
5280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED
5281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED
5282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_maximum_label_length PASSED
5283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label PASSED
5284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED
5285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_starting_with_digit PASSED
5286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_with_digits PASSED
5287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED
5288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED
5289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED
5290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_e_mail_address PASSED
5291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_idn_e_mail_example_example_test_in_Hangul_ PASSED
5292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_arrays PASSED
5293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_booleans PASSED
5294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_floats PASSED
5295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_integers PASSED
5296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_nulls PASSED
5297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_objects PASSED
5298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_e_mail_address PASSED
5299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_idn_e_mail_address PASSED
5300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Arabic_Indic_digits_mixed_with_Extended_Arabic_Indic_digits PASSED
5301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Arabic_Indic_digits_not_mixed_with_Extended_Arabic_Indic_digits PASSED
5302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Nonspacing_Mark PASSED
5303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Spacing_Combining_Mark PASSED
5304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_an_Enclosing_Mark PASSED
5305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_DISALLOWED_left_to_right_chars PASSED
5306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_DISALLOWED_right_to_left_chars PASSED
5307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_PVALID_left_to_right_chars PASSED
5308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_PVALID_right_to_left_chars PASSED
5309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Extended_Arabic_Indic_digits_not_mixed_with_Arabic_Indic_digits PASSED
5310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_followed_by_Greek PASSED
5311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_Greek PASSED
5312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_anything PASSED
5313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_Hebrew PASSED
5314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_anything PASSED
5315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_preceded_by_Hebrew PASSED
5316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_Hebrew PASSED
5317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_anything PASSED
5318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_preceded_by_Hebrew PASSED
5319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Han PASSED
5320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Hiragana PASSED
5321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Katakana PASSED
5322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_Hiragana_Katakana_or_Han PASSED
5323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_other_characters PASSED
5324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_following_l_ PASSED
5325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_preceding_l_ PASSED
5326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_following PASSED
5327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_preceding PASSED
5328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_surrounding_l_s PASSED
5329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_contains_in_the_3rd_and_4th_position PASSED
5330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_ends_with_a_dash PASSED
5331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_and_ends_with_a_dash PASSED
5332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_with_a_dash PASSED
5333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_Virama PASSED
5334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_anything PASSED
5335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_preceded_by_Virama PASSED
5336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_not_preceded_by_Virama_but_matches_regexp PASSED
5337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_preceded_by_Virama PASSED
5338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_a_host_name_with_a_component_too_long PASSED
5339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_a_valid_host_name_example_test_in_Hangul_ PASSED
5340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_arrays PASSED
5341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_booleans PASSED
5342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_floats PASSED
5343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_integers PASSED
5344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_nulls PASSED
5345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_objects PASSED
5346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_contains_illegal_char_U_302E_Hangul_single_dot_tone_mark PASSED
5347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_illegal_first_char_U_302E_Hangul_single_dot_tone_mark PASSED
5348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_Punycode PASSED
5349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_label_correct_Punycode PASSED
5350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label PASSED
5351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_ending_with_digit PASSED
5352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_starting_with_digit PASSED
5353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_digits PASSED
5354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_hyphen PASSED
5355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_valid_Chinese_Punycode PASSED
5356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED
5357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED
5358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED
5359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED
5360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED
5361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED
5362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED
5363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED
5364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED
5365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED
5366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED
5367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED
5368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED
5369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED
5370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED
5371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED
5372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED
5373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED
5374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED
5375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED
5376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED
5377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED
5378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED
5379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED
5380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED
5381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED
5382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED
5383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED
5384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED
5385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED
5386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED
5387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
5388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_in_the_IPv4_portion PASSED
5389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED
5390 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED
5391 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED
5392 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED
5393 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED
5394 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED
5395 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED
5396 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED
5397 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED
5398 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_octet_out_of_range PASSED
5399 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_leading_double_colons_ipv4_mapped_ipv6_address_ PASSED
5400 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED
5401 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED
5402 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED
5403 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED
5404 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_single_set_of_double_colons_in_the_middle_is_valid PASSED
5405 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED
5406 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED
5407 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED
5408 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED
5409 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED
5410 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED
5411 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED
5412 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI PASSED
5413 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_Reference PASSED
5414 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_fragment PASSED
5415 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_protocol_relative_IRI_Reference PASSED
5416 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_relative_IRI_Reference PASSED
5417 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_arrays PASSED
5418 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_booleans PASSED
5419 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_floats PASSED
5420 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_integers PASSED
5421 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_nulls PASSED
5422 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_objects PASSED
5423 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_Reference PASSED
5424 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_fragment PASSED
5425 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_based_on_IPv6 PASSED
5426 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_URL_encoded_stuff PASSED
5427 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag PASSED
5428 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag_and_parentheses PASSED
5429 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_many_special_characters PASSED
5430 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_arrays PASSED
5431 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_booleans PASSED
5432 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_floats PASSED
5433 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_integers PASSED
5434 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_nulls PASSED
5435 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_objects PASSED
5436 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_IRI PASSED
5437 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_IRI_based_on_IPv6 PASSED
5438 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_IRI_though_valid_IRI_reference PASSED
5439 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_relative_IRI_Reference PASSED
5440 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED
5441 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED
5442 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED
5443 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED
5444 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED
5445 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED
5446 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED
5447 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_1 PASSED
5448 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_2 PASSED
5449 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_3 PASSED
5450 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_1 PASSED
5451 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_2 PASSED
5452 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_3 PASSED
5453 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_multiple_characters_not_escaped_ PASSED
5454 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_not_escaped_ PASSED
5455 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_1 PASSED
5456 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_2 PASSED
5457 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_1 PASSED
5458 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_2 PASSED
5459 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_1 PASSED
5460 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_10 PASSED
5461 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_11 PASSED
5462 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_12 PASSED
5463 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_2 PASSED
5464 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_3 PASSED
5465 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_4 PASSED
5466 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_5 PASSED
5467 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_6 PASSED
5468 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_7 PASSED
5469 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_8 PASSED
5470 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_9 PASSED
5471 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_1 PASSED
5472 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_2 PASSED
5473 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_multiple_escaped_characters_ PASSED
5474 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_adding_to_the_last_array_position PASSED
5475 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_as_object_member_name_ PASSED
5476 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_empty_segment PASSED
5477 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_the_last_empty_segment PASSED
5478 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED
5479 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED
5480 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_arrays PASSED
5481 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_booleans PASSED
5482 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_floats PASSED
5483 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_integers PASSED
5484 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_nulls PASSED
5485 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_objects PASSED
5486 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP___is_not_a_valid_json_pointer PASSED
5487 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_RJP_taking_the_member_or_index_name PASSED
5488 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_downwards_RJP PASSED
5489 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_up_and_then_down_RJP_with_array_index PASSED
5490 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_upwards_RJP PASSED
5491 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_arrays PASSED
5492 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_booleans PASSED
5493 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_floats PASSED
5494 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_integers PASSED
5495 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_nulls PASSED
5496 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_objects PASSED
5497 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__an_invalid_RJP_that_is_a_valid_JSON_Pointer PASSED
5498 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__empty_string PASSED
5499 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__explicit_positive_prefix PASSED
5500 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__multi_digit_integer_prefix PASSED
5501 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__negative_prefix PASSED
5502 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__zero_cannot_be_followed_by_other_digits_plus_json_pointer PASSED
5503 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__zero_cannot_be_followed_by_other_digits_plus_octothorpe PASSED
5504 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string PASSED
5505 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_case_insensitive_Z PASSED
5506 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_leap_second_Zulu SKIPPED
5507 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_minus_offset PASSED
5508 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_plus_offset PASSED
5509 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_precise_second_fraction PASSED
5510 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_second_fraction PASSED
5511 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_arrays PASSED
5512 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_booleans PASSED
5513 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_floats PASSED
5514 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_integers PASSED
5515 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_nulls PASSED
5516 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_objects PASSED
5517 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_offset_indicator SKIPPED
5518 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_hour SKIPPED
5519 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_leap_second_wrong_hour_ SKIPPED
5520 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_leap_second_wrong_minute_ SKIPPED
5521 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_minute SKIPPED
5522 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_second SKIPPED
5523 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_hour SKIPPED
5524 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_minute SKIPPED
5525 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_with_both_Z_and_numoffset SKIPPED
5526 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_contains_letters SKIPPED
5527 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_hour_minute_in_time_offset_must_be_two_digits SKIPPED
5528 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_hour_minute_second_must_be_two_digits SKIPPED
5529 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_hour_ SKIPPED
5530 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_minute_ SKIPPED
5531 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_hour_ SKIPPED
5532 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_minute_ SKIPPED
5533 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_hour_ SKIPPED
5534 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_minute_ SKIPPED
5535 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_hour_ SKIPPED
5536 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_minute_ SKIPPED
5537 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED
5538 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_time_string_with_extra_leading_zeros SKIPPED
5539 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_time_string_with_no_leading_zero_for_single_digit SKIPPED
5540 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_no_time_offset SKIPPED
5541 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_no_time_offset_with_second_fraction SKIPPED
5542 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_offset_not_starting_with_plus_or_minus SKIPPED
5543 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
5544 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_large_negative_time_offset SKIPPED
5545 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_large_positive_time_offset SKIPPED
5546 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_negative_time_offset SKIPPED
5547 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_positive_time_offset SKIPPED
5548 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_zero_time_offset SKIPPED
5549 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED
5550 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED
5551 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED
5552 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED
5553 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED
5554 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED
5555 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED
5556 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED
5557 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED
5558 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED
5559 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED
5560 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED
5561 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED
5562 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED
5563 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED
5564 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED
5565 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED
5566 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED
5567 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED
5568 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED
5569 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED
5570 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_a_valid_uri_template PASSED
5571 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED
5572 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED
5573 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED
5574 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED
5575 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED
5576 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED
5577 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED
5578 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED
5579 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_ PASSED
5580 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED
5581 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED
5582 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED
5583 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED
5584 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED
5585 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED
5586 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED
5587 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URN PASSED
5588 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED
5589 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED
5590 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED
5591 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_tel_URI PASSED
5592 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED
5593 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED
5594 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED
5595 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED
5596 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED
5597 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED
5598 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI PASSED
5599 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED
5600 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED
5601 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED
5602 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED
5603 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED
5604 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED
5605 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_lower_case PASSED
5606 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_arrays PASSED
5607 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_booleans PASSED
5608 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_floats PASSED
5609 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_integers PASSED
5610 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_nulls PASSED
5611 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_objects PASSED
5612 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_upper_case PASSED
5613 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_zeroes_is_valid PASSED
5614 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_bad_characters_not_hex_ PASSED
5615 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_dashes_in_the_wrong_spot PASSED
5616 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_hypothetical_version_15 PASSED
5617 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_hypothetical_version_6 PASSED
5618 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_missing_section PASSED
5619 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_mixed_case PASSED
5620 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_no_dashes PASSED
5621 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_too_few_dashes PASSED
5622 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_too_many_dashes PASSED
5623 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_valid_version_4 PASSED
5624 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_valid_version_5 PASSED
5625 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_wrong_length PASSED
5626 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED
5627 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED
5628 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED
5629 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED
5630 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED
5631 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED
5632 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED
5633 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED
5634 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED
5635 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED
5636 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED
5637 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_both_keywords PASSED
5638 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_propertyNames_but_not_additionalProperties PASSED
5639 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED
5640 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED
5641 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED
5642 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar PASSED
5643 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar_even_when_foo2_is_present PASSED
5644 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_doesn_t_consider_dependentSchemas PASSED
5645 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED
5646 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED
5647 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_allOf PASSED
5648 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED
5649 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED
5650 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED
5651 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED
5652 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED
5653 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED
5654 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED
5655 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED
5656 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_mismatch_first PASSED
5657 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_mismatch_second PASSED
5658 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_simple_types_mismatch_one PASSED
5659 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_simple_types_valid PASSED
5660 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED
5661 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_both PASSED
5662 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED
5663 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED
5664 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_valid PASSED
5665 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
5666 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
5667 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED
5668 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED
5669 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED
5670 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED
5671 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED
5672 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED
5673 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED
5674 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_wrong_type PASSED
5675 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
5676 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED
5677 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_match PASSED
5678 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_mismatch PASSED
5679 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_absolute_URI_match PASSED
5680 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_absolute_URI_mismatch PASSED
5681 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED
5682 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED
5683 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_exact_match_to_enum_and_type_matches PASSED
5684 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_in_implementations_that_strip_anchor_this_may_match_either_def PASSED
5685 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_match_ref_to_anchor PASSED
5686 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_no_match_on_enum_or_ref_to_anchor PASSED
5687 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_same_anchor_with_different_base_uri__ref_does_not_resolve_to_defs_A_allOf_0 PASSED
5688 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_same_anchor_with_different_base_uri__ref_resolves_to_defs_A_allOf_1 PASSED
5689 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_both_anyOf_valid PASSED
5690 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED
5691 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED
5692 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED
5693 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED
5694 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_first_anyOf_valid PASSED
5695 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_neither_anyOf_valid PASSED
5696 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_second_anyOf_valid PASSED
5697 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED
5698 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED
5699 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED
5700 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
5701 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED
5702 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED
5703 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED
5704 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED
5705 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
5706 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED
5707 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED
5708 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_float_comparison_with_high_precision_on_negative_numbers_comparison_works_for_very_negative_numbers PASSED
5709 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_integer_a_bignum_is_an_integer PASSED
5710 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_integer_a_negative_bignum_is_an_integer PASSED
5711 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED
5712 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED
5713 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_number_a_bignum_is_a_number PASSED
5714 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_number_a_negative_bignum_is_a_number PASSED
5715 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_string_a_bignum_is_not_a_string PASSED
5716 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED
5717 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED
5718 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED
5719 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED
5720 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED
5721 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED
5722 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED
5723 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED
5724 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED
5725 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__array_is_valid PASSED
5726 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED
5727 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED
5728 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED
5729 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED
5730 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__null_is_valid PASSED
5731 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__number_is_valid PASSED
5732 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__object_is_valid PASSED
5733 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__string_is_valid PASSED
5734 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_validation_another_type_is_invalid PASSED
5735 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_validation_another_value_is_invalid PASSED
5736 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_validation_same_value_is_valid PASSED
5737 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_0_does_not_match_other_zero_like_types_empty_array_is_invalid PASSED
5738 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_0_does_not_match_other_zero_like_types_empty_object_is_invalid PASSED
5739 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_0_does_not_match_other_zero_like_types_empty_string_is_invalid PASSED
5740 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED
5741 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_0_does_not_match_other_zero_like_types_float_zero_is_valid PASSED
5742 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_0_does_not_match_other_zero_like_types_integer_zero_is_valid PASSED
5743 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED
5744 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED
5745 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED
5746 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_2_0_matches_integer_and_float_types_float_2_00001_is_invalid PASSED
5747 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_invalid PASSED
5748 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_2_0_matches_integer_and_float_types_float_2_0_is_valid PASSED
5749 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED
5750 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED
5751 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_false_does_not_match_a_0___a_0_0_is_invalid PASSED
5752 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED
5753 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED
5754 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_true_does_not_match_a_1___a_1_0_is_invalid PASSED
5755 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED
5756 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED
5757 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_array_another_array_item_is_invalid PASSED
5758 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_array_array_with_additional_items_is_invalid PASSED
5759 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_array_same_array_is_valid PASSED
5760 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED
5761 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED
5762 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0___false_is_valid PASSED
5763 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0_false_is_valid PASSED
5764 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED
5765 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED
5766 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_null_not_null_is_invalid PASSED
5767 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_null_null_is_valid PASSED
5768 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_another_object_is_invalid PASSED
5769 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_another_type_is_invalid PASSED
5770 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_same_object_is_valid PASSED
5771 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED
5772 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED
5773 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED
5774 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1___true_is_valid PASSED
5775 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED
5776 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED
5777 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1_true_is_valid PASSED
5778 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_is_valid PASSED
5779 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_float_minus_one_is_invalid PASSED
5780 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_is_valid PASSED
5781 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_float_and_integers_are_equal_up_to_64_bit_representation_limits_integer_minus_one_is_invalid PASSED
5782 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
5783 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_nul_characters_in_strings_match_string_with_nul PASSED
5784 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED
5785 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED
5786 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED
5787 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED
5788 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED
5789 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_not_array_is_valid PASSED
5790 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED
5791 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED
5792 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED
5793 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED
5794 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED
5795 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED
5796 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED
5797 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED
5798 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_with_false_if_subschema_any_non_empty_array_is_valid PASSED
5799 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_with_false_if_subschema_empty_array_is_invalid PASSED
5800 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_with_null_instance_elements_allows_null_items PASSED
5801 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_does_not_match_items_matches_contains PASSED
5802 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_matches_both_items_and_contains PASSED
5803 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_matches_items_does_not_match_contains PASSED
5804 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_matches_neither_items_nor_contains PASSED
5805 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_a_valid_base64_encoded_JSON_document PASSED
5806 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_a_validly_encoded_invalid_JSON_document_validates_true PASSED
5807 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_an_invalid_base64_string_that_is_valid_JSON_validates_true PASSED
5808 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_ignores_non_strings PASSED
5809 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_a_valid_base64_encoded_JSON_document PASSED
5810 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_a_validly_encoded_invalid_JSON_document_validates_true PASSED
5811 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_empty_array_as_a_base64_encoded_JSON_document PASSED
5812 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_empty_object_as_a_base64_encoded_JSON_document_validates_true PASSED
5813 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_invalid_base64_encoded_JSON_document_validates_true PASSED
5814 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_an_invalid_base64_string_that_is_valid_JSON_validates_true PASSED
5815 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_another_valid_base64_encoded_JSON_document PASSED
5816 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_ignores_non_strings PASSED
5817 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_string_encoding_a_valid_base64_string PASSED
5818 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_string_encoding_an_invalid_base64_string_is_not_a_valid_character_validates_true PASSED
5819 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_string_encoding_ignores_non_strings PASSED
5820 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_string_encoded_content_based_on_media_type_a_valid_JSON_document PASSED
5821 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_string_encoded_content_based_on_media_type_an_invalid_JSON_document_validates_true PASSED
5822 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_string_encoded_content_based_on_media_type_ignores_non_strings PASSED
5823 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_cross_draft_refs_to_historic_drafts_are_processed_as_historic_drafts_first_item_not_a_string_is_valid PASSED
5824 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED
5825 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED
5826 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED
5827 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED
5828 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_failing_ PASSED
5829 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_an_explicit_property_value_is_checked_against_maximum_passing_ PASSED
5830 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_the_default_keyword_does_not_do_anything_if_the_property_is_missing_missing_properties_are_not_filled_in_with_the_default PASSED
5831 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_defs_validate_definition_against_metaschema_invalid_definition_schema PASSED
5832 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_defs_validate_definition_against_metaschema_valid_definition_schema PASSED
5833 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_CRLF PASSED
5834 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_CRLF_missing_dependent PASSED
5835 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes PASSED
5836 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes_missing_dependent PASSED
5837 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_empty_dependents_empty_object PASSED
5838 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_empty_dependents_non_object_is_valid PASSED
5839 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_empty_dependents_object_with_one_property PASSED
5840 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_missing_both_dependencies PASSED
5841 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_missing_dependency PASSED
5842 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_missing_other_dependency PASSED
5843 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_neither PASSED
5844 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_nondependants PASSED
5845 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_with_dependencies PASSED
5846 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_ignores_arrays PASSED
5847 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_ignores_other_non_objects PASSED
5848 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_ignores_strings PASSED
5849 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_missing_dependency PASSED
5850 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_neither PASSED
5851 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_nondependant PASSED
5852 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_with_dependency PASSED
5853 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_empty_object_is_valid PASSED
5854 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_object_with_both_properties_is_invalid PASSED
5855 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED
5856 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED
5857 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote PASSED
5858 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote_invalid_under_dependent_schema PASSED
5859 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab PASSED
5860 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab_invalid_under_dependent_schema PASSED
5861 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_both PASSED
5862 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_dependency PASSED
5863 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_root PASSED
5864 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_no_dependency PASSED
5865 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_ignores_arrays PASSED
5866 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_ignores_other_non_objects PASSED
5867 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_ignores_strings PASSED
5868 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_no_dependency PASSED
5869 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_valid PASSED
5870 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_wrong_type PASSED
5871 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_wrong_type_both PASSED
5872 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_wrong_type_other PASSED
5873 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_resolves_to_the_first_dynamicAnchor_still_in_scope_that_is_encountered_when_the_schema_is_evaluated_An_array_containing_non_strings_is_invalid PASSED
5874 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_resolves_to_the_first_dynamicAnchor_still_in_scope_that_is_encountered_when_the_schema_is_evaluated_An_array_of_strings_is_valid PASSED
5875 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_that_initially_resolves_to_a_schema_with_a_matching_dynamicAnchor_resolves_to_the_first_dynamicAnchor_in_the_dynamic_scope_The_recursive_part_is_not_valid_against_the_root PASSED
5876 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_that_initially_resolves_to_a_schema_with_a_matching_dynamicAnchor_resolves_to_the_first_dynamicAnchor_in_the_dynamic_scope_The_recursive_part_is_valid_against_the_root PASSED
5877 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_that_initially_resolves_to_a_schema_without_a_matching_dynamicAnchor_behaves_like_a_normal_ref_to_anchor_The_recursive_part_doesn_t_need_to_validate_against_the_root PASSED
5878 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_to_a_dynamicAnchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_an_anchor_An_array_containing_non_strings_is_invalid PASSED
5879 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_to_a_dynamicAnchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_an_anchor_An_array_of_strings_is_valid PASSED
5880 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_to_an_anchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_an_anchor_An_array_containing_non_strings_is_invalid PASSED
5881 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_to_an_anchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_an_anchor_An_array_of_strings_is_valid PASSED
5882 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_with_a_non_matching_dynamicAnchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_anchor_Any_array_is_valid PASSED
5883 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_with_intermediate_scopes_that_don_t_include_a_matching_dynamicAnchor_does_not_affect_dynamic_scope_resolution_An_array_containing_non_strings_is_invalid PASSED
5884 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_with_intermediate_scopes_that_don_t_include_a_matching_dynamicAnchor_does_not_affect_dynamic_scope_resolution_An_array_of_strings_is_valid PASSED
5885 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_without_a_matching_dynamicAnchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_anchor_Any_array_is_valid PASSED
5886 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_without_anchor_in_fragment_behaves_identical_to_ref_An_array_of_numbers_is_valid PASSED
5887 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_dynamicRef_without_anchor_in_fragment_behaves_identical_to_ref_An_array_of_strings_is_invalid PASSED
5888 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_ref_to_a_dynamicAnchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_an_anchor_An_array_containing_non_strings_is_invalid PASSED
5889 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_A_ref_to_a_dynamicAnchor_in_the_same_schema_resource_behaves_like_a_normal_ref_to_an_anchor_An_array_of_strings_is_valid PASSED
5890 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_An_anchor_with_the_same_name_as_a_dynamicAnchor_is_not_used_for_dynamic_scope_resolution_Any_array_is_valid PASSED
5891 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_points_to_a_boolean_schema_follow_dynamicRef_to_a_false_schema PASSED
5892 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_points_to_a_boolean_schema_follow_dynamicRef_to_a_true_schema PASSED
5893 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_skips_over_intermediate_resources_direct_reference_integer_property_passes PASSED
5894 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_skips_over_intermediate_resources_direct_reference_string_property_fails PASSED
5895 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_defs_first_correct_extended_schema PASSED
5896 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_defs_first_incorrect_extended_schema PASSED
5897 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_defs_first_incorrect_parent_schema PASSED
5898 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_ref_first_correct_extended_schema PASSED
5899 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_ref_first_incorrect_extended_schema PASSED
5900 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_ref_first_incorrect_parent_schema PASSED
5901 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_to_dynamicRef_finds_detached_dynamicAnchor_non_number_is_invalid PASSED
5902 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_to_dynamicRef_finds_detached_dynamicAnchor_number_is_valid PASSED
5903 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_after_leaving_a_dynamic_scope_it_is_not_used_by_a_dynamicRef__then_defs_thingy_is_the_final_stop_for_the_dynamicRef PASSED
5904 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_after_leaving_a_dynamic_scope_it_is_not_used_by_a_dynamicRef_first_scope_is_not_in_dynamic_scope_for_the_dynamicRef PASSED
5905 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_after_leaving_a_dynamic_scope_it_is_not_used_by_a_dynamicRef_string_matches_defs_thingy_but_the_dynamicRef_does_not_stop_here PASSED
5906 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_number_list_with_number_values PASSED
5907 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_number_list_with_string_values PASSED
5908 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_string_list_with_number_values PASSED
5909 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_string_list_with_string_values PASSED
5910 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_strict_tree_schema_guards_against_misspelled_properties_instance_with_correct_field PASSED
5911 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_strict_tree_schema_guards_against_misspelled_properties_instance_with_misspelled_field PASSED
5912 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_tests_for_implementation_dynamic_anchor_and_reference_link_correct_extended_schema PASSED
5913 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_tests_for_implementation_dynamic_anchor_and_reference_link_incorrect_extended_schema PASSED
5914 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_tests_for_implementation_dynamic_anchor_and_reference_link_incorrect_parent_schema PASSED
5915 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED
5916 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED
5917 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED
5918 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED
5919 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED
5920 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED
5921 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED
5922 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED
5923 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED
5924 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED
5925 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED
5926 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED
5927 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED
5928 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED
5929 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED
5930 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED
5931 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED
5932 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED
5933 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED
5934 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED
5935 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED
5936 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED
5937 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED
5938 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED
5939 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED
5940 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED
5941 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED
5942 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_both_properties_are_valid PASSED
5943 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED
5944 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED
5945 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED
5946 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_wrong_bar_value PASSED
5947 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_wrong_foo_value PASSED
5948 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED
5949 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED
5950 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED
5951 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED
5952 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED
5953 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED
5954 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED
5955 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED
5956 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED
5957 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_nul_characters_in_strings_match_string_with_nul PASSED
5958 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED
5959 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_simple_enum_validation_something_else_is_invalid PASSED
5960 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED
5961 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED
5962 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED
5963 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED
5964 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED
5965 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED
5966 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED
5967 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED
5968 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_float_overflow_all_integers_are_multiples_of_0_5_if_overflow_is_handled_valid_if_optional_overflow_handling_is_implemented PASSED
5969 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_arrays PASSED
5970 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_booleans PASSED
5971 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_floats PASSED
5972 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_integers PASSED
5973 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_nulls PASSED
5974 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_objects PASSED
5975 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_invalid_date_string_is_only_an_annotation_by_default PASSED
5976 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_arrays PASSED
5977 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_booleans PASSED
5978 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_floats PASSED
5979 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_integers PASSED
5980 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_nulls PASSED
5981 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_objects PASSED
5982 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_invalid_date_time_string_is_only_an_annotation_by_default PASSED
5983 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_arrays PASSED
5984 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_booleans PASSED
5985 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_floats PASSED
5986 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_integers PASSED
5987 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_nulls PASSED
5988 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_objects PASSED
5989 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_invalid_duration_string_is_only_an_annotation_by_default PASSED
5990 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_arrays PASSED
5991 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_booleans PASSED
5992 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_floats PASSED
5993 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_integers PASSED
5994 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_nulls PASSED
5995 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_objects PASSED
5996 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_invalid_email_string_is_only_an_annotation_by_default PASSED
5997 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_arrays PASSED
5998 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_booleans PASSED
5999 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_floats PASSED
6000 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_integers PASSED
6001 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_nulls PASSED
6002 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_objects PASSED
6003 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_invalid_hostname_string_is_only_an_annotation_by_default PASSED
6004 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_arrays PASSED
6005 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_booleans PASSED
6006 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_floats PASSED
6007 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_integers PASSED
6008 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_nulls PASSED
6009 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_objects PASSED
6010 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_invalid_idn_email_string_is_only_an_annotation_by_default PASSED
6011 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_arrays PASSED
6012 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_booleans PASSED
6013 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_floats PASSED
6014 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_integers PASSED
6015 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_nulls PASSED
6016 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_objects PASSED
6017 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_invalid_idn_hostname_string_is_only_an_annotation_by_default PASSED
6018 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED
6019 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED
6020 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_floats PASSED
6021 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_integers PASSED
6022 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED
6023 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_objects PASSED
6024 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_invalid_ipv4_string_is_only_an_annotation_by_default PASSED
6025 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED
6026 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED
6027 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_floats PASSED
6028 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_integers PASSED
6029 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED
6030 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_objects PASSED
6031 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_invalid_ipv6_string_is_only_an_annotation_by_default PASSED
6032 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_arrays PASSED
6033 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_booleans PASSED
6034 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_floats PASSED
6035 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_integers PASSED
6036 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_nulls PASSED
6037 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_objects PASSED
6038 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_invalid_iri_string_is_only_an_annotation_by_default PASSED
6039 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_arrays PASSED
6040 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_booleans PASSED
6041 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_floats PASSED
6042 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_integers PASSED
6043 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_nulls PASSED
6044 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_objects PASSED
6045 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_invalid_iri_reference_string_is_only_an_annotation_by_default PASSED
6046 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED
6047 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED
6048 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED
6049 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED
6050 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED
6051 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED
6052 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_invalid_json_pointer_string_is_only_an_annotation_by_default PASSED
6053 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_arrays PASSED
6054 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_booleans PASSED
6055 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_floats PASSED
6056 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_integers PASSED
6057 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_nulls PASSED
6058 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_objects PASSED
6059 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_invalid_regex_string_is_only_an_annotation_by_default PASSED
6060 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_arrays PASSED
6061 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_booleans PASSED
6062 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_floats PASSED
6063 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_integers PASSED
6064 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_nulls PASSED
6065 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_objects PASSED
6066 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_invalid_relative_json_pointer_string_is_only_an_annotation_by_default PASSED
6067 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_arrays PASSED
6068 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_booleans PASSED
6069 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_floats PASSED
6070 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_integers PASSED
6071 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_nulls PASSED
6072 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_objects PASSED
6073 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_invalid_time_string_is_only_an_annotation_by_default PASSED
6074 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_arrays PASSED
6075 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_booleans PASSED
6076 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_floats PASSED
6077 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_integers PASSED
6078 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_nulls PASSED
6079 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_objects PASSED
6080 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_invalid_uri_string_is_only_an_annotation_by_default PASSED
6081 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED
6082 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED
6083 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED
6084 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED
6085 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED
6086 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED
6087 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_invalid_uri_reference_string_is_only_an_annotation_by_default PASSED
6088 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED
6089 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED
6090 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_floats PASSED
6091 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_integers PASSED
6092 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED
6093 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_objects PASSED
6094 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_invalid_uri_template_string_is_only_an_annotation_by_default PASSED
6095 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_arrays PASSED
6096 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_booleans PASSED
6097 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_floats PASSED
6098 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_integers PASSED
6099 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_nulls PASSED
6100 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_objects PASSED
6101 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_invalid_uuid_string_is_only_an_annotation_by_default PASSED
6102 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_id__id_inside_an_enum_is_not_a_real_identifier_exact_match_to_enum_and_type_matches PASSED
6103 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_id__id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED
6104 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_id__id_inside_an_enum_is_not_a_real_identifier_no_match_on_enum_or_ref_to_id PASSED
6105 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_else_without_then_invalid_through_else PASSED
6106 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_else_without_then_valid_through_else PASSED
6107 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_else_without_then_valid_when_if_test_passes PASSED
6108 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_then_without_else_invalid_through_then PASSED
6109 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_then_without_else_valid_through_then PASSED
6110 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_then_without_else_valid_when_if_test_fails PASSED
6111 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__invalid_redirects_to_else_and_fails PASSED
6112 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__no_redirects_to_then_and_fails PASSED
6113 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__other_redirects_to_else_and_passes PASSED
6114 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_appears_at_the_end_when_serialized_keyword_processing_sequence__yes_redirects_to_then_and_passes PASSED
6115 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_with_boolean_schema_false_boolean_schema_false_in_if_always_chooses_the_else_path_invalid_ PASSED
6116 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_with_boolean_schema_false_boolean_schema_false_in_if_always_chooses_the_else_path_valid_ PASSED
6117 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_with_boolean_schema_true_boolean_schema_true_in_if_always_chooses_the_then_path_invalid_ PASSED
6118 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_with_boolean_schema_true_boolean_schema_true_in_if_always_chooses_the_then_path_valid_ PASSED
6119 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_else_without_if_valid_when_invalid_against_lone_else PASSED
6120 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_else_without_if_valid_when_valid_against_lone_else PASSED
6121 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_if_without_then_or_else_valid_when_invalid_against_lone_if PASSED
6122 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_if_without_then_or_else_valid_when_valid_against_lone_if PASSED
6123 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_then_without_if_valid_when_invalid_against_lone_then PASSED
6124 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_then_without_if_valid_when_valid_against_lone_then PASSED
6125 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_non_interference_across_combined_schemas_valid_but_would_have_been_invalid_through_else PASSED
6126 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_non_interference_across_combined_schemas_valid_but_would_have_been_invalid_through_then PASSED
6127 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_else PASSED
6128 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_then PASSED
6129 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_else PASSED
6130 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_then PASSED
6131 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_failing_case PASSED
6132 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_infinite_loop_detection_evaluating_the_same_schema_location_against_the_same_data_location_twice_is_not_a_sign_of_an_infinite_loop_passing_case PASSED
6133 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED
6134 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_ignores_non_arrays PASSED
6135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_valid_items PASSED
6136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_wrong_type_of_items PASSED
6137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_fewer_items_is_valid PASSED
6138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_too_many_items PASSED
6139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_too_many_sub_items PASSED
6140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_valid_items PASSED
6141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_wrong_item PASSED
6142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_wrong_sub_item PASSED
6143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_does_not_look_in_applicators_valid_case_prefixItems_in_allOf_does_not_constrain_items_invalid_case PASSED
6144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_does_not_look_in_applicators_valid_case_prefixItems_in_allOf_does_not_constrain_items_valid_case PASSED
6145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED
6146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED
6147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED
6148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED
6149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_heterogeneous_array_heterogeneous_invalid_instance PASSED
6150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_heterogeneous_array_valid_instance PASSED
6151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_null_instance_elements_allows_null_elements PASSED
6152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_nested_items_nested_array_with_invalid_type PASSED
6153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_nested_items_not_deep_enough PASSED
6154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_nested_items_valid_nested_array PASSED
6155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_validation_adjusts_the_starting_index_for_items_valid_items PASSED
6156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_validation_adjusts_the_starting_index_for_items_wrong_type_of_second_item PASSED
6157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_additional_items_are_not_permitted PASSED
6158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_empty_array PASSED
6159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_equal_number_of_items_present PASSED
6160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_fewer_number_of_items_present_1_ PASSED
6161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_fewer_number_of_items_present_2_ PASSED
6162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_all_elements_match_invalid_maxContains PASSED
6163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_all_elements_match_valid_maxContains PASSED
6164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_empty_data PASSED
6165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_some_elements_match_invalid_maxContains PASSED
6166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_some_elements_match_valid_maxContains PASSED
6167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_value_with_a_decimal_one_element_matches_valid_maxContains PASSED
6168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_value_with_a_decimal_too_many_elements_match_invalid_maxContains PASSED
6169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_without_contains_is_ignored_one_item_valid_against_lone_maxContains PASSED
6170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_without_contains_is_ignored_two_items_still_valid_against_lone_maxContains PASSED
6171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_minContains_maxContains_actual_minContains_maxContains PASSED
6172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_minContains_maxContains_minContains_actual_maxContains PASSED
6173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_minContains_maxContains_minContains_maxContains_actual PASSED
6174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_exact_length_is_valid PASSED
6175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_ignores_non_arrays PASSED
6176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_shorter_is_valid PASSED
6177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_too_long_is_invalid PASSED
6178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED
6179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED
6180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_exact_length_is_valid PASSED
6181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_ignores_non_strings PASSED
6182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_shorter_is_valid PASSED
6183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_too_long_is_invalid PASSED
6184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED
6185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED
6186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED
6187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED
6188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED
6189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED
6190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_ignores_arrays PASSED
6191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED
6192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_ignores_strings PASSED
6193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED
6194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED
6195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED
6196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED
6197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED
6198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED
6199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_boundary_point_is_valid PASSED
6200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_ignores_non_numbers PASSED
6201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED
6202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED
6203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED
6204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED
6205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_all_elements_match_invalid_maxContains PASSED
6206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_all_elements_match_invalid_minContains PASSED
6207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_all_elements_match_valid_maxContains_and_minContains PASSED
6208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_empty_data PASSED
6209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_invalid_maxContains PASSED
6210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_invalid_maxContains_and_minContains PASSED
6211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_invalid_minContains PASSED
6212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_empty_data PASSED
6213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_minContains_0_makes_contains_always_pass PASSED
6214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_with_maxContains_empty_data PASSED
6215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_with_maxContains_not_more_than_maxContains PASSED
6216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_with_maxContains_too_many PASSED
6217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_all_elements_match_valid_minContains PASSED
6218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_empty_data PASSED
6219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_no_elements_match PASSED
6220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_single_element_matches_valid_minContains PASSED
6221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_some_elements_match_valid_minContains PASSED
6222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_all_elements_match_invalid_minContains PASSED
6223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_exactly_as_needed_ PASSED
6224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_more_than_needed_ PASSED
6225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_empty_data PASSED
6226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_some_elements_match_invalid_minContains PASSED
6227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_some_elements_match_valid_minContains PASSED
6228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_with_a_decimal_value_both_elements_match_valid_minContains PASSED
6229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_with_a_decimal_value_one_element_matches_invalid_minContains PASSED
6230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_without_contains_is_ignored_one_item_valid_against_lone_minContains PASSED
6231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_without_contains_is_ignored_zero_items_still_valid_against_lone_minContains PASSED
6232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_exact_length_is_valid PASSED
6233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_ignores_non_arrays PASSED
6234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_longer_is_valid PASSED
6235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_too_short_is_invalid PASSED
6236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED
6237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED
6238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_exact_length_is_valid PASSED
6239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_ignores_non_strings PASSED
6240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_longer_is_valid PASSED
6241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED
6242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_too_short_is_invalid PASSED
6243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED
6244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED
6245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_exact_length_is_valid PASSED
6246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_ignores_arrays PASSED
6247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED
6248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_ignores_strings PASSED
6249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_longer_is_valid PASSED
6250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_too_short_is_invalid PASSED
6251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED
6252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED
6253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED
6254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED
6255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_boundary_point_is_valid PASSED
6256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_ignores_non_numbers PASSED
6257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED
6258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED
6259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED
6260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED
6261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED
6262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED
6263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED
6264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_int_ignores_non_numbers PASSED
6265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_int_int_by_int PASSED
6266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_int_int_by_int_fail PASSED
6267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED
6268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED
6269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED
6270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED
6271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED
6272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED
6273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED
6274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_no_schema_validation_without_schema_a_1_character_string_is_not_valid PASSED
6275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_no_schema_validation_without_schema_a_3_character_string_is_valid PASSED
6276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_no_schema_validation_without_schema_a_non_string_is_valid PASSED
6277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED
6278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED
6279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED
6280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED
6281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED
6282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED
6283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one_ASCII PASSED
6284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED
6285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two_ASCII PASSED
6286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED
6287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED
6288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED
6289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED
6290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED
6291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED
6292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED
6293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED
6294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED
6295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED
6296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED
6297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED
6298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_collect_annotations_inside_a_not_even_if_collection_is_disabled_annotations_are_still_collected_inside_a_not_ PASSED
6299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_collect_annotations_inside_a_not_even_if_collection_is_disabled_unevaluated_property PASSED
6300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_double_negation_any_value_is_valid PASSED
6301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED
6302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED
6303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED
6304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED
6305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED
6306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED
6307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED
6308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED
6309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED
6310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED
6311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED
6312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED
6313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED
6314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED
6315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED
6316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED
6317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED
6318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED
6319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbidden_property_property_absent PASSED
6320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbidden_property_property_present PASSED
6321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_allowed PASSED
6322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_disallowed PASSED
6323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_more_complex_schema_match PASSED
6324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_more_complex_schema_mismatch PASSED
6325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_more_complex_schema_other_match PASSED
6326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_multiple_types_mismatch PASSED
6327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_multiple_types_other_mismatch PASSED
6328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_multiple_types_valid PASSED
6329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED
6330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED
6331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_both_oneOf_valid PASSED
6332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED
6333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED
6334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED
6335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED
6336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_first_oneOf_valid PASSED
6337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_neither_oneOf_valid PASSED
6338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_second_oneOf_valid PASSED
6339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED
6340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED
6341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED
6342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED
6343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED
6344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED
6345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED
6346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED
6347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED
6348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED
6349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED
6350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED
6351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED
6352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED
6353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_both_valid_invalid PASSED
6354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_first_valid_valid PASSED
6355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_second_valid_valid PASSED
6356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED
6357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED
6358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED
6359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED
6360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED
6361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED
6362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED
6363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED
6364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED
6365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED
6366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED
6367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED
6368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED
6369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED
6370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_object_with_a_property_matching_both_true_and_false_is_invalid PASSED
6371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED
6372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED
6373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED
6374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED
6375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_non_recognized_members_are_ignored PASSED
6376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_recognized_members_are_accounted_for PASSED
6377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive PASSED
6378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_regexes_are_not_anchored_by_default_and_are_case_sensitive_regexes_are_case_sensitive_2 PASSED
6379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED
6380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED
6381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED
6382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_arrays PASSED
6383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_booleans PASSED
6384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_floats PASSED
6385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_integers PASSED
6386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_null PASSED
6387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_objects PASSED
6388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_JavaScript_pseudo_array_is_valid PASSED
6389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_array_with_additional_items PASSED
6390 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_correct_types PASSED
6391 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_empty_array PASSED
6392 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_incomplete_array_of_items PASSED
6393 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_wrong_types PASSED
6394 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_additional_items_are_allowed_by_default_only_the_first_item_is_validated PASSED
6395 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_boolean_schemas_array_with_one_item_is_valid PASSED
6396 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_boolean_schemas_array_with_two_items_is_invalid PASSED
6397 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_boolean_schemas_empty_array_is_valid PASSED
6398 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_null_instance_elements_allows_null_elements PASSED
6399 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED
6400 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED
6401 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED
6402 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_ignores_arrays PASSED
6403 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_ignores_other_non_objects PASSED
6404 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED
6405 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED
6406 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED
6407 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED
6408 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED
6409 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED
6410 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED
6411 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED
6412 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED
6413 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED
6414 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED
6415 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED
6416 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
6417 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
6418 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
6419 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED
6420 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED
6421 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED
6422 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED
6423 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED
6424 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED
6425 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED
6426 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED
6427 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED
6428 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_ignores_arrays PASSED
6429 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED
6430 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_ignores_strings PASSED
6431 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED
6432 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED
6433 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED
6434 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED
6435 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED
6436 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED
6437 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_match PASSED
6438 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_mismatch PASSED
6439 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__match PASSED
6440 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__mismatch PASSED
6441 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_match PASSED
6442 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_mismatch PASSED
6443 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED
6444 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED
6445 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote__ref_to_ref_finds_detached_anchor_non_number_is_invalid PASSED
6446 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote__ref_to_ref_finds_detached_anchor_number_is_valid PASSED
6447 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_anchor_within_remote_ref_remote_anchor_invalid PASSED
6448 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_anchor_within_remote_ref_remote_anchor_valid PASSED
6449 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED
6450 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED
6451 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED
6452 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED
6453 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED
6454 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED
6455 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED
6456 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED
6457 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED
6458 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED
6459 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_URN_id_number_is_invalid PASSED
6460 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_URN_id_string_is_valid PASSED
6461 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_id_number_is_invalid PASSED
6462 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_id_string_is_valid PASSED
6463 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_number_is_invalid PASSED
6464 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_string_is_valid PASSED
6465 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_remote_ref_invalid PASSED
6466 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_remote_ref_valid PASSED
6467 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_with_ref_to_defs_invalid PASSED
6468 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_with_ref_to_defs_valid PASSED
6469 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED
6470 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED
6471 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED
6472 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED
6473 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED
6474 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_Recursive_references_between_schemas_invalid_tree PASSED
6475 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_Recursive_references_between_schemas_valid_tree PASSED
6476 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED
6477 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED
6478 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_non_string_is_invalid PASSED
6479 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED
6480 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED
6481 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED
6482 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED
6483 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED
6484 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED
6485 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED
6486 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_ref_with_nested_pointer_ref_a_non_string_is_invalid PASSED
6487 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_ref_with_nested_pointer_ref_a_string_is_valid PASSED
6488 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_non_number_is_invalid PASSED
6489 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_must_be_resolved_against_nearest_parent_not_just_immediate_parent_number_is_valid PASSED
6490 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED
6491 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED
6492 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED
6493 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED
6494 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED
6495 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED
6496 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED
6497 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED
6498 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_percent_invalid PASSED
6499 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_percent_valid PASSED
6500 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_slash_invalid PASSED
6501 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_slash_valid PASSED
6502 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_tilde_invalid PASSED
6503 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_tilde_valid PASSED
6504 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_definition_exact_match PASSED
6505 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_do_not_evaluate_the_ref_inside_the_enum_matching_any_string PASSED
6506 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_naive_replacement_of_ref_with_its_destination_is_not_correct_match_the_enum_exactly PASSED
6507 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_nested_refs_nested_ref_invalid PASSED
6508 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_nested_refs_nested_ref_valid PASSED
6509 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_order_of_evaluation_id_and_anchor_and_ref_data_is_invalid_against_first_definition PASSED
6510 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_order_of_evaluation_id_and_anchor_and_ref_data_is_valid_against_first_definition PASSED
6511 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_order_of_evaluation_id_and_ref_data_is_invalid_against_first_definition PASSED
6512 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_order_of_evaluation_id_and_ref_data_is_valid_against_first_definition PASSED
6513 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED
6514 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED
6515 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED
6516 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED
6517 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_applies_alongside_sibling_keywords_ref_invalid PASSED
6518 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_invalid PASSED
6519 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_valid PASSED
6520 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_creates_new_scope_when_adjacent_to_keywords_referenced_subschema_doesn_t_see_annotations_from_properties PASSED
6521 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_else_a_non_integer_is_invalid_due_to_the_ref PASSED
6522 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_else_an_integer_is_valid PASSED
6523 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_if_a_non_integer_is_invalid_due_to_the_ref PASSED
6524 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_if_an_integer_is_valid PASSED
6525 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_then_a_non_integer_is_invalid_due_to_the_ref PASSED
6526 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_then_an_integer_is_valid PASSED
6527 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED
6528 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED
6529 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED
6530 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED
6531 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED
6532 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED
6533 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED
6534 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_array_match_array PASSED
6535 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED
6536 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_object_match PASSED
6537 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_object_mismatch PASSED
6538 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED
6539 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED
6540 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED
6541 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED
6542 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED
6543 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_match PASSED
6544 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_mismatch PASSED
6545 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_recursive_match PASSED
6546 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_recursive_mismatch PASSED
6547 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED
6548 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED
6549 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_simple_URN_base_URI_with_ref_via_the_URN_invalid_under_the_URN_IDed_schema PASSED
6550 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_simple_URN_base_URI_with_ref_via_the_URN_valid_under_the_URN_IDed_schema PASSED
6551 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_default_validation_not_required_by_default PASSED
6552 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED
6553 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED
6554 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED
6555 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED
6556 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED
6557 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED
6558 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED
6559 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_ignores_arrays PASSED
6560 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_ignores_other_non_objects PASSED
6561 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_ignores_strings PASSED
6562 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_non_present_required_property_is_invalid PASSED
6563 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_present_required_property_is_valid PASSED
6564 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_with_empty_array_property_not_required PASSED
6565 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED
6566 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED
6567 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED
6568 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED
6569 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED
6570 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_an_array_is_an_array PASSED
6571 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED
6572 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED
6573 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_null_is_not_an_array PASSED
6574 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED
6575 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED
6576 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED
6577 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED
6578 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED
6579 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED
6580 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED
6581 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED
6582 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED
6583 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED
6584 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED
6585 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED
6586 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED
6587 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED
6588 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_string_is_still_not_an_integer_even_if_it_looks_like_one PASSED
6589 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED
6590 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED
6591 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED
6592 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED
6593 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED
6594 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED
6595 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED
6596 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED
6597 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED
6598 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED
6599 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED
6600 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED
6601 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED
6602 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED
6603 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED
6604 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED
6605 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED
6606 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED
6607 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_null_is_null PASSED
6608 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED
6609 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED
6610 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED
6611 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_float_is_a_number PASSED
6612 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number_and_an_integer_ PASSED
6613 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED
6614 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_string_is_still_not_a_number_even_if_it_looks_like_one PASSED
6615 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED
6616 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED
6617 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED
6618 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_null_is_not_a_number PASSED
6619 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED
6620 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED
6621 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED
6622 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED
6623 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED
6624 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_an_object_is_an_object PASSED
6625 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_null_is_not_an_object PASSED
6626 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_1_is_not_a_string PASSED
6627 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED
6628 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED
6629 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_a_string_is_a_string PASSED
6630 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_a_string_is_still_a_string_even_if_it_looks_like_a_number PASSED
6631 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED
6632 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED
6633 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED
6634 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_null_is_not_a_string PASSED
6635 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_array_is_valid PASSED
6636 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_null_is_valid PASSED
6637 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_number_is_invalid PASSED
6638 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_object_is_valid PASSED
6639 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_string_is_invalid PASSED
6640 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_array_is_valid PASSED
6641 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_null_is_invalid PASSED
6642 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_number_is_invalid PASSED
6643 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_object_is_valid PASSED
6644 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_string_is_invalid PASSED
6645 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_as_array_with_one_item_number_is_invalid PASSED
6646 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_as_array_with_one_item_string_is_valid PASSED
6647 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_item_is_evaluated_in_an_uncle_schema_to_unevaluatedItems_no_extra_items PASSED
6648 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_item_is_evaluated_in_an_uncle_schema_to_unevaluatedItems_uncle_keyword_evaluation_is_not_significant PASSED
6649 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_booleans PASSED
6650 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_floats PASSED
6651 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_integers PASSED
6652 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_null PASSED
6653 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_objects PASSED
6654 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_strings PASSED
6655 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_a_s_and_b_s_are_valid PASSED
6656 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_a_s_b_s_and_c_s_are_valid PASSED
6657 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_empty_array_is_valid PASSED
6658 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_only_a_s_and_c_s_are_invalid PASSED
6659 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_only_a_s_are_valid PASSED
6660 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_only_b_s_and_c_s_are_invalid PASSED
6661 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_only_b_s_are_invalid PASSED
6662 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_only_c_s_are_invalid PASSED
6663 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_as_schema_with_invalid_unevaluated_items PASSED
6664 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_as_schema_with_no_unevaluated_items PASSED
6665 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_as_schema_with_valid_unevaluated_items PASSED
6666 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_before_ref_with_no_unevaluated_items PASSED
6667 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_before_ref_with_unevaluated_items PASSED
6668 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_can_see_annotations_from_if_without_then_and_else_invalid_in_case_if_is_evaluated PASSED
6669 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_can_see_annotations_from_if_without_then_and_else_valid_in_case_if_is_evaluated PASSED
6670 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_can_t_see_inside_cousins_always_fails PASSED
6671 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_adjacent_contains_contains_fails_second_item_is_not_evaluated PASSED
6672 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_adjacent_contains_contains_passes_second_item_is_not_evaluated PASSED
6673 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_adjacent_contains_second_item_is_evaluated_by_contains PASSED
6674 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_multiple_nested_contains_5_not_evaluated_passes_unevaluatedItems PASSED
6675 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_multiple_nested_contains_7_not_evaluated_fails_unevaluatedItems PASSED
6676 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_false_with_no_unevaluated_items PASSED
6677 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_false_with_unevaluated_items PASSED
6678 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_true_with_no_unevaluated_items PASSED
6679 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_true_with_unevaluated_items PASSED
6680 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_no_unevaluated_items PASSED
6681 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_unevaluated_items PASSED
6682 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_no_unevaluated_items PASSED
6683 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_unevaluated_items PASSED
6684 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_no_unevaluated_items PASSED
6685 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_unevaluated_items PASSED
6686 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_dynamicRef_with_no_unevaluated_items PASSED
6687 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_dynamicRef_with_unevaluated_items PASSED
6688 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_doesn_t_match_and_it_has_no_unevaluated_items PASSED
6689 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_doesn_t_match_and_it_has_unevaluated_items PASSED
6690 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_matches_and_it_has_no_unevaluated_items PASSED
6691 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_matches_and_it_has_unevaluated_items PASSED
6692 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_items_and_prefixItems_unevaluatedItems_doesn_t_apply PASSED
6693 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_items_invalid_under_items PASSED
6694 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_items_valid_under_items PASSED
6695 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_invalid_additional_item PASSED
6696 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_no_additional_items PASSED
6697 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_only_valid_additional_items PASSED
6698 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_prefixItems_and_items_with_additional_items PASSED
6699 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_prefixItems_and_items_with_no_additional_items PASSED
6700 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_no_unevaluated_items PASSED
6701 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_unevaluated_items PASSED
6702 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_additional_items PASSED
6703 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_no_additional_items PASSED
6704 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_not_with_unevaluated_items PASSED
6705 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_null_instance_elements_allows_null_elements PASSED
6706 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_no_unevaluated_items PASSED
6707 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_unevaluated_items PASSED
6708 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_ref_with_no_unevaluated_items PASSED
6709 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_ref_with_unevaluated_items PASSED
6710 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_tuple_with_no_unevaluated_items PASSED
6711 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_tuple_with_unevaluated_items PASSED
6712 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_uniform_items_unevaluatedItems_doesn_t_apply PASSED
6713 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_nested_unevaluated_properties PASSED
6714 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_no_nested_unevaluated_properties PASSED
6715 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_nested_unevaluated_properties PASSED
6716 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_no_nested_unevaluated_properties PASSED
6717 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_consider_dependentSchemas PASSED
6718 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_see_bar_when_foo2_is_absent PASSED
6719 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_sees_bar_when_foo2_is_present PASSED
6720 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_Empty_is_invalid PASSED
6721 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_b_is_invalid PASSED
6722 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_c_is_invalid PASSED
6723 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_d_is_invalid PASSED
6724 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_is_valid PASSED
6725 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_a_is_invalid PASSED
6726 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_foo_is_valid PASSED
6727 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_is_valid PASSED
6728 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_c_is_invalid PASSED
6729 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_d_is_invalid PASSED
6730 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_is_valid PASSED
6731 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_d_is_invalid PASSED
6732 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_is_valid PASSED
6733 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_d_is_valid PASSED
6734 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_a_is_invalid PASSED
6735 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_b_is_invalid PASSED
6736 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_c_is_invalid PASSED
6737 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_d_is_invalid PASSED
6738 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foo_is_invalid PASSED
6739 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foox_is_valid PASSED
6740 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_is_valid PASSED
6741 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_base_case_both_properties_present PASSED
6742 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_in_place_applicator_siblings_bar_is_missing PASSED
6743 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_in_place_applicator_siblings_foo_is_missing PASSED
6744 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_base_case_both_properties_present PASSED
6745 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_in_place_applicator_siblings_bar_is_missing PASSED
6746 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_in_place_applicator_siblings_foo_is_missing PASSED
6747 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_nested_unevaluated_properties PASSED
6748 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_no_nested_unevaluated_properties PASSED
6749 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_nested_unevaluated_properties PASSED
6750 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_no_nested_unevaluated_properties PASSED
6751 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_nested_unevaluated_properties PASSED
6752 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_no_nested_unevaluated_properties PASSED
6753 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_nested_unevaluated_properties PASSED
6754 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_no_nested_unevaluated_properties PASSED
6755 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_arrays PASSED
6756 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_booleans PASSED
6757 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_floats PASSED
6758 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_integers PASSED
6759 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_null PASSED
6760 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_strings PASSED
6761 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_property_is_evaluated_in_an_uncle_schema_to_unevaluatedProperties_no_extra_properties PASSED
6762 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_property_is_evaluated_in_an_uncle_schema_to_unevaluatedProperties_uncle_keyword_evaluation_is_not_significant PASSED
6763 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_no_unevaluated_properties PASSED
6764 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_unevaluated_properties PASSED
6765 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_can_see_annotations_from_if_without_then_and_else_invalid_in_case_if_is_evaluated PASSED
6766 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_can_see_annotations_from_if_without_then_and_else_valid_in_case_if_is_evaluated PASSED
6767 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_always_fails PASSED
6768 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_reverse_order__always_fails PASSED
6769 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_false_with_no_unevaluated_properties PASSED
6770 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_false_with_unevaluated_properties PASSED
6771 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_allows_only_number_properties PASSED
6772 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_string_property_is_invalid PASSED
6773 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_Empty_is_invalid_no_x_or_y_ PASSED
6774 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_x_and_y_are_invalid PASSED
6775 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_x_are_valid PASSED
6776 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_y_are_valid PASSED
6777 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_are_invalid_no_x_or_y_ PASSED
6778 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_x_are_valid PASSED
6779 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_y_are_valid PASSED
6780 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_x_and_y_are_invalid PASSED
6781 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_schema_with_invalid_unevaluated_properties PASSED
6782 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_schema_with_no_unevaluated_properties PASSED
6783 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_schema_with_valid_unevaluated_properties PASSED
6784 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Deep_nested_is_valid PASSED
6785 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Empty_is_valid PASSED
6786 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Nested_is_valid PASSED
6787 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Single_is_valid PASSED
6788 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_1st_level_is_invalid PASSED
6789 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_2nd_level_is_invalid PASSED
6790 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_3rd_level_is_invalid PASSED
6791 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_true_with_no_unevaluated_properties PASSED
6792 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_true_with_unevaluated_properties PASSED
6793 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_additional_properties PASSED
6794 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_no_additional_properties PASSED
6795 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_no_unevaluated_properties PASSED
6796 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_unevaluated_properties PASSED
6797 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_no_unevaluated_properties PASSED
6798 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_unevaluated_properties PASSED
6799 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_no_unevaluated_properties PASSED
6800 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_unevaluated_properties PASSED
6801 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_no_unevaluated_properties PASSED
6802 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_unevaluated_properties PASSED
6803 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_no_unevaluated_properties PASSED
6804 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_unevaluated_properties PASSED
6805 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_no_unevaluated_properties PASSED
6806 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_unevaluated_properties PASSED
6807 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dynamicRef_with_no_unevaluated_properties PASSED
6808 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dynamicRef_with_unevaluated_properties PASSED
6809 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_false_and_has_no_unevaluated_properties PASSED
6810 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_false_and_has_unevaluated_properties PASSED
6811 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_true_and_has_no_unevaluated_properties PASSED
6812 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_else_not_defined_when_if_is_true_and_has_unevaluated_properties PASSED
6813 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_false_and_has_no_unevaluated_properties PASSED
6814 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_false_and_has_unevaluated_properties PASSED
6815 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_true_and_has_no_unevaluated_properties PASSED
6816 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_then_not_defined_when_if_is_true_and_has_unevaluated_properties PASSED
6817 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_false_and_has_no_unevaluated_properties PASSED
6818 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_false_and_has_unevaluated_properties PASSED
6819 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_true_and_has_no_unevaluated_properties PASSED
6820 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_true_and_has_unevaluated_properties PASSED
6821 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_additional_properties PASSED
6822 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_no_additional_properties PASSED
6823 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_additional_properties PASSED
6824 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_no_additional_properties PASSED
6825 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_additional_properties PASSED
6826 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_no_additional_properties PASSED
6827 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_nested_unevaluated_properties PASSED
6828 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_no_nested_unevaluated_properties PASSED
6829 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_not_with_unevaluated_properties PASSED
6830 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_null_valued_instance_properties_allows_null_valued_properties PASSED
6831 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_no_unevaluated_properties PASSED
6832 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_unevaluated_properties PASSED
6833 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_no_unevaluated_properties PASSED
6834 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_unevaluated_properties PASSED
6835 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED
6836 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED
6837 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED
6838 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED
6839 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED
6840 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED
6841 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED
6842 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED
6843 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED
6844 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED
6845 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED
6846 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED
6847 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED
6848 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED
6849 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED
6850 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_false_from_items_array_is_valid PASSED
6851 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
6852 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
6853 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items__true_true_from_items_array_is_valid PASSED
6854 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_valid PASSED
6855 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
6856 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
6857 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_valid PASSED
6858 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
6859 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_false_true_is_valid PASSED
6860 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_non_unique_array_extended_from_true_false_is_valid PASSED
6861 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
6862 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
6863 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED
6864 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED
6865 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED
6866 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED
6867 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED
6868 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED
6869 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED
6870 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED
6871 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED
6872 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED
6873 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED
6874 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED
6875 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED
6876 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED
6877 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED
6878 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED
6879 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED
6880 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED
6881 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED
6882 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED
6883 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED
6884 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED
6885 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED
6886 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED
6887 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED
6888 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED
6889 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED
6890 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED
6891 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items__false_false_from_items_array_is_not_valid PASSED
6892 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED
6893 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED
6894 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items__true_true_from_items_array_is_not_valid PASSED
6895 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_false_from_items_array_is_not_valid PASSED
6896 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__false_true_from_items_array_is_valid PASSED
6897 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_false_from_items_array_is_valid PASSED
6898 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false__true_true_from_items_array_is_not_valid PASSED
6899 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_and_additionalItems_false_extra_items_are_invalid_even_if_unique PASSED
6900 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_false_true_is_not_valid PASSED
6901 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_non_unique_array_extended_from_true_false_is_not_valid PASSED
6902 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_false_true_is_valid PASSED
6903 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items_unique_array_extended_from_true_false_is_valid PASSED
6904 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_non_schema_in_first_anyOf PASSED
6905 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_non_schema_in_third_anyOf PASSED
6906 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unknownKeyword__id_inside_an_unknown_keyword_is_not_a_real_identifier_type_matches_second_anyOf_which_has_a_real_schema_in_it PASSED
6907 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_vocabulary_ignore_unrecognized_optional_vocabulary_number_value PASSED
6908 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_vocabulary_ignore_unrecognized_optional_vocabulary_string_value PASSED
6909 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_vocabulary_schema_that_uses_custom_metaschema_with_with_no_validation_vocabulary_applicator_vocabulary_still_works PASSED
6910 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_vocabulary_schema_that_uses_custom_metaschema_with_with_no_validation_vocabulary_no_validation_invalid_number_but_it_still_validates SKIPPED
6911 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_vocabulary_schema_that_uses_custom_metaschema_with_with_no_validation_vocabulary_no_validation_valid_number PASSED
6912 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED
6913 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_minus_offset PASSED
6914 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_with_plus_offset PASSED
6915 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string_without_second_fraction PASSED
6916 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_UTC SKIPPED
6917 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_with_a_leap_second_with_minus_offset SKIPPED
6918 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED
6919 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED
6920 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED
6921 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED
6922 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED
6923 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED
6924 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_closing_Z_after_time_zone_offset SKIPPED
6925 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_past_leap_second_UTC SKIPPED
6926 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED
6927 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_hour_UTC SKIPPED
6928 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_with_leap_second_on_a_wrong_minute_UTC SKIPPED
6929 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED
6930 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED
6931 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED
6932 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_date_portion SKIPPED
6933 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_invalid_non_ASCII_৪_a_Bengali_4_in_time_portion SKIPPED
6934 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED
6935 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED
6936 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
6937 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_2020_is_a_leap_year PASSED
6938 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_2021_is_not_a_leap_year PASSED
6939 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_YYYYMMDD_without_dashes_2023_03_28_ PASSED
6940 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_implicit_day_of_week_2023_01_02_ PASSED
6941 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_rollover_to_next_year_2023_01_01_ PASSED
6942 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_week_number_with_day_of_week_2023_03_28_ PASSED
6943 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_29_days_in_February_normal_ PASSED
6944 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_30_days_in_February_leap_ PASSED
6945 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED
6946 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED
6947 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED
6948 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED
6949 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED
6950 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED
6951 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED
6952 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED
6953 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED
6954 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED
6955 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED
6956 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED
6957 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string PASSED
6958 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_28_days_in_February_normal_ PASSED
6959 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_29_days_in_February_leap_ PASSED
6960 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED
6961 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED
6962 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED
6963 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED
6964 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED
6965 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED
6966 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED
6967 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED
6968 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED
6969 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED
6970 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED
6971 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_arrays PASSED
6972 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_booleans PASSED
6973 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_floats PASSED
6974 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_integers PASSED
6975 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_nulls PASSED
6976 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_objects PASSED
6977 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_an_invalid_date_string PASSED
6978 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_invalid_month PASSED
6979 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_invalid_month_day_combination PASSED
6980 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
6981 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_non_padded_day_dates_are_not_valid PASSED
6982 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_non_padded_month_dates_are_not_valid PASSED
6983 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED
6984 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_a_valid_duration_string PASSED
6985 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_arrays PASSED
6986 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_booleans PASSED
6987 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_floats PASSED
6988 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_integers PASSED
6989 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_nulls PASSED
6990 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_objects PASSED
6991 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_an_invalid_duration_string SKIPPED
6992 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_element_without_unit SKIPPED
6993 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_elements_out_of_order SKIPPED
6994 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_four_years_duration PASSED
6995 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED
6996 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_missing_time_separator SKIPPED
6997 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_no_date_or_time_elements_present SKIPPED
6998 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_no_elements_present SKIPPED
6999 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_no_time_elements_present SKIPPED
7000 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_days_and_hours PASSED
7001 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_hours PASSED
7002 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_minute_duration PASSED
7003 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_month_duration PASSED
7004 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_time_element_in_the_date_position SKIPPED
7005 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_two_weeks PASSED
7006 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_weeks_cannot_be_combined_with_other_units SKIPPED
7007 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_zero_time_in_days PASSED
7008 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_zero_time_in_seconds PASSED
7009 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_a_quoted_string_with_a_double_dot_in_the_local_part_is_valid PASSED
7010 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_a_quoted_string_with_a_in_the_local_part_is_valid PASSED
7011 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_a_quoted_string_with_a_space_in_the_local_part_is_valid PASSED
7012 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED
7013 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED
7014 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED
7015 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED
7016 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED
7017 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED
7018 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED
7019 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_IPv4_address_literal_after_the_is_valid PASSED
7020 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_IPv6_address_literal_after_the_is_valid PASSED
7021 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_invalid_IPv4_address_literal SKIPPED
7022 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_invalid_domain SKIPPED
7023 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED
7024 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED
7025 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED
7026 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED
7027 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED
7028 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED
7029 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED
7030 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_two_subsequent_dots_inside_local_part_are_not_valid SKIPPED
7031 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED
7032 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED
7033 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED
7034 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_valid_host_name PASSED
7035 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED
7036 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED
7037 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED
7038 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED
7039 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED
7040 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED
7041 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED
7042 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_contains_underscore SKIPPED
7043 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED
7044 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED
7045 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED
7046 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_maximum_label_length PASSED
7047 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label PASSED
7048 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED
7049 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_starting_with_digit PASSED
7050 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_with_digits PASSED
7051 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED
7052 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED
7053 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED
7054 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_e_mail_address PASSED
7055 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_idn_e_mail_example_example_test_in_Hangul_ PASSED
7056 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_arrays PASSED
7057 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_booleans PASSED
7058 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_floats PASSED
7059 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_integers PASSED
7060 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_nulls PASSED
7061 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_objects PASSED
7062 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_e_mail_address PASSED
7063 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_idn_e_mail_address PASSED
7064 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Arabic_Indic_digits_mixed_with_Extended_Arabic_Indic_digits PASSED
7065 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Arabic_Indic_digits_not_mixed_with_Extended_Arabic_Indic_digits PASSED
7066 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Nonspacing_Mark PASSED
7067 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Spacing_Combining_Mark PASSED
7068 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_an_Enclosing_Mark PASSED
7069 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_DISALLOWED_left_to_right_chars PASSED
7070 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_DISALLOWED_right_to_left_chars PASSED
7071 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_PVALID_left_to_right_chars PASSED
7072 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Exceptions_that_are_PVALID_right_to_left_chars PASSED
7073 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Extended_Arabic_Indic_digits_not_mixed_with_Arabic_Indic_digits PASSED
7074 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_followed_by_Greek PASSED
7075 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_Greek PASSED
7076 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_anything PASSED
7077 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_Hebrew PASSED
7078 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_anything PASSED
7079 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_preceded_by_Hebrew PASSED
7080 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_Hebrew PASSED
7081 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_anything PASSED
7082 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_preceded_by_Hebrew PASSED
7083 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Han PASSED
7084 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Hiragana PASSED
7085 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Katakana PASSED
7086 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_Hiragana_Katakana_or_Han PASSED
7087 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_other_characters PASSED
7088 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_following_l_ PASSED
7089 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_preceding_l_ PASSED
7090 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_following PASSED
7091 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_preceding PASSED
7092 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_surrounding_l_s PASSED
7093 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_contains_in_the_3rd_and_4th_position PASSED
7094 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_ends_with_a_dash PASSED
7095 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_and_ends_with_a_dash PASSED
7096 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_with_a_dash PASSED
7097 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_Virama PASSED
7098 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_anything PASSED
7099 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_preceded_by_Virama PASSED
7100 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_not_preceded_by_Virama_but_matches_regexp PASSED
7101 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_preceded_by_Virama PASSED
7102 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_a_host_name_with_a_component_too_long PASSED
7103 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_a_valid_host_name_example_test_in_Hangul_ PASSED
7104 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_arrays PASSED
7105 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_booleans PASSED
7106 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_floats PASSED
7107 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_integers PASSED
7108 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_nulls PASSED
7109 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_objects PASSED
7110 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_contains_illegal_char_U_302E_Hangul_single_dot_tone_mark PASSED
7111 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_illegal_first_char_U_302E_Hangul_single_dot_tone_mark PASSED
7112 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_Punycode PASSED
7113 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_label_correct_Punycode PASSED
7114 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label PASSED
7115 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_ending_with_digit PASSED
7116 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_starting_with_digit PASSED
7117 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_digits PASSED
7118 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_hyphen PASSED
7119 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_valid_Chinese_Punycode PASSED
7120 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED
7121 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED
7122 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED
7123 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED
7124 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED
7125 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED
7126 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED
7127 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED
7128 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED
7129 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED
7130 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED
7131 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED
7132 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED
7133 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED
7134 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED
7135 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED
7136 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED
7137 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED
7138 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED
7139 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED
7140 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED
7141 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED
7142 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED
7143 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED
7144 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED
7145 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED
7146 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED
7147 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED
7148 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED
7149 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED
7150 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED
7151 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED
7152 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_in_the_IPv4_portion PASSED
7153 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED
7154 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED
7155 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED
7156 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED
7157 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED
7158 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED
7159 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED
7160 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED
7161 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED
7162 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_octet_out_of_range PASSED
7163 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_leading_double_colons_ipv4_mapped_ipv6_address_ PASSED
7164 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED
7165 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED
7166 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED
7167 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED
7168 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_single_set_of_double_colons_in_the_middle_is_valid PASSED
7169 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED
7170 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED
7171 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED
7172 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED
7173 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED
7174 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED
7175 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED
7176 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI PASSED
7177 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_Reference PASSED
7178 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_fragment PASSED
7179 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_protocol_relative_IRI_Reference PASSED
7180 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_relative_IRI_Reference PASSED
7181 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_arrays PASSED
7182 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_booleans PASSED
7183 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_floats PASSED
7184 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_integers PASSED
7185 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_nulls PASSED
7186 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_objects PASSED
7187 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_Reference PASSED
7188 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_fragment PASSED
7189 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_based_on_IPv6 PASSED
7190 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_URL_encoded_stuff PASSED
7191 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag PASSED
7192 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag_and_parentheses PASSED
7193 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_many_special_characters PASSED
7194 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_arrays PASSED
7195 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_booleans PASSED
7196 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_floats PASSED
7197 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_integers PASSED
7198 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_nulls PASSED
7199 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_objects PASSED
7200 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_IRI PASSED
7201 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_IRI_based_on_IPv6 PASSED
7202 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_IRI_though_valid_IRI_reference PASSED
7203 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_relative_IRI_Reference PASSED
7204 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED
7205 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED
7206 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED
7207 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED
7208 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED
7209 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED
7210 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED
7211 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_1 PASSED
7212 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_2 PASSED
7213 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_URI_Fragment_Identifier_3 PASSED
7214 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_1 PASSED
7215 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_2 PASSED
7216 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_isn_t_empty_nor_starts_with_3 PASSED
7217 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_multiple_characters_not_escaped_ PASSED
7218 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_not_escaped_ PASSED
7219 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_1 PASSED
7220 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_some_escaped_but_not_all_2 PASSED
7221 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_1 PASSED
7222 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__not_a_valid_JSON_pointer_wrong_escape_character_2 PASSED
7223 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_1 PASSED
7224 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_10 PASSED
7225 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_11 PASSED
7226 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_12 PASSED
7227 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_2 PASSED
7228 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_3 PASSED
7229 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_4 PASSED
7230 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_5 PASSED
7231 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_6 PASSED
7232 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_7 PASSED
7233 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_8 PASSED
7234 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_as_stated_in_RFC_6901_9 PASSED
7235 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_1 PASSED
7236 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_escaped_with_fraction_part_2 PASSED
7237 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_multiple_escaped_characters_ PASSED
7238 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_adding_to_the_last_array_position PASSED
7239 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_used_as_object_member_name_ PASSED
7240 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_empty_segment PASSED
7241 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__valid_JSON_pointer_with_the_last_empty_segment PASSED
7242 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED
7243 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED
7244 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_arrays PASSED
7245 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_booleans PASSED
7246 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_floats PASSED
7247 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_integers PASSED
7248 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_nulls PASSED
7249 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_objects PASSED
7250 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP___is_not_a_valid_json_pointer PASSED
7251 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_RJP_taking_the_member_or_index_name PASSED
7252 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_downwards_RJP PASSED
7253 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_up_and_then_down_RJP_with_array_index PASSED
7254 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_upwards_RJP PASSED
7255 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_arrays PASSED
7256 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_booleans PASSED
7257 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_floats PASSED
7258 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_integers PASSED
7259 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_nulls PASSED
7260 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_objects PASSED
7261 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__an_invalid_RJP_that_is_a_valid_JSON_Pointer PASSED
7262 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__empty_string PASSED
7263 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__explicit_positive_prefix PASSED
7264 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__multi_digit_integer_prefix PASSED
7265 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__negative_prefix PASSED
7266 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__zero_cannot_be_followed_by_other_digits_plus_json_pointer PASSED
7267 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__zero_cannot_be_followed_by_other_digits_plus_octothorpe PASSED
7268 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string PASSED
7269 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_case_insensitive_Z PASSED
7270 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_leap_second_Zulu SKIPPED
7271 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_minus_offset PASSED
7272 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_plus_offset PASSED
7273 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_precise_second_fraction PASSED
7274 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_second_fraction PASSED
7275 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_arrays PASSED
7276 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_booleans PASSED
7277 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_floats PASSED
7278 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_integers PASSED
7279 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_nulls PASSED
7280 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_objects PASSED
7281 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_offset_indicator SKIPPED
7282 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_hour SKIPPED
7283 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_leap_second_wrong_hour_ SKIPPED
7284 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_leap_second_wrong_minute_ SKIPPED
7285 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_minute SKIPPED
7286 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_second SKIPPED
7287 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_hour SKIPPED
7288 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_minute SKIPPED
7289 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_with_both_Z_and_numoffset SKIPPED
7290 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_contains_letters SKIPPED
7291 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_hour_minute_in_time_offset_must_be_two_digits SKIPPED
7292 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_hour_minute_second_must_be_two_digits SKIPPED
7293 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_hour_ SKIPPED
7294 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_minute_ SKIPPED
7295 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_hour_ SKIPPED
7296 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_minute_ SKIPPED
7297 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_hour_ SKIPPED
7298 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_minute_ SKIPPED
7299 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_hour_ SKIPPED
7300 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_minute_ SKIPPED
7301 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED
7302 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_time_string_with_extra_leading_zeros SKIPPED
7303 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_time_string_with_no_leading_zero_for_single_digit SKIPPED
7304 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_no_time_offset SKIPPED
7305 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_no_time_offset_with_second_fraction SKIPPED
7306 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_offset_not_starting_with_plus_or_minus SKIPPED
7307 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED
7308 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_large_negative_time_offset SKIPPED
7309 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_large_positive_time_offset SKIPPED
7310 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_negative_time_offset SKIPPED
7311 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_positive_time_offset SKIPPED
7312 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_zero_time_offset SKIPPED
7313 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED
7314 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED
7315 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED
7316 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED
7317 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED
7318 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED
7319 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED
7320 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED
7321 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED
7322 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED
7323 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED
7324 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED
7325 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED
7326 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED
7327 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED
7328 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED
7329 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED
7330 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED
7331 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED
7332 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED
7333 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED
7334 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_a_valid_uri_template PASSED
7335 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED
7336 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED
7337 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED
7338 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED
7339 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED
7340 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED
7341 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED
7342 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED
7343 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_ PASSED
7344 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED
7345 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED
7346 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED
7347 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED
7348 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED
7349 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED
7350 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED
7351 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URN PASSED
7352 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED
7353 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED
7354 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED
7355 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_tel_URI PASSED
7356 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED
7357 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED
7358 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED
7359 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED
7360 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED
7361 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED
7362 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI PASSED
7363 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED
7364 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED
7365 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED
7366 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED
7367 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED
7368 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED
7369 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_lower_case PASSED
7370 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_arrays PASSED
7371 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_booleans PASSED
7372 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_floats PASSED
7373 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_integers PASSED
7374 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_nulls PASSED
7375 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_objects PASSED
7376 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_upper_case PASSED
7377 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_zeroes_is_valid PASSED
7378 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_bad_characters_not_hex_ PASSED
7379 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_dashes_in_the_wrong_spot PASSED
7380 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_hypothetical_version_15 PASSED
7381 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_hypothetical_version_6 PASSED
7382 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_missing_section PASSED
7383 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_mixed_case PASSED
7384 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_no_dashes PASSED
7385 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_too_few_dashes PASSED
7386 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_too_many_dashes PASSED
7387 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_valid_version_4 PASSED
7388 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_valid_version_5 PASSED
7389 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_wrong_length PASSED
7390 jsonschema/tests/test_types.py::TestTypeChecker::test_checks_can_be_added_at_init PASSED
7391 jsonschema/tests/test_types.py::TestTypeChecker::test_is_type PASSED
7392 jsonschema/tests/test_types.py::TestTypeChecker::test_is_unknown_type PASSED
7393 jsonschema/tests/test_types.py::TestTypeChecker::test_redefine_existing_type PASSED
7394 jsonschema/tests/test_types.py::TestTypeChecker::test_redefine_many PASSED
7395 jsonschema/tests/test_types.py::TestTypeChecker::test_remove PASSED
7396 jsonschema/tests/test_types.py::TestTypeChecker::test_remove_multiple PASSED
7397 jsonschema/tests/test_types.py::TestTypeChecker::test_remove_unknown_type PASSED
7398 jsonschema/tests/test_types.py::TestTypeChecker::test_repr PASSED
7399 jsonschema/tests/test_types.py::TestTypeChecker::test_type_check_can_raise_key_error PASSED
7400 jsonschema/tests/test_types.py::TestCustomTypes::test_object_can_be_extended PASSED
7401 jsonschema/tests/test_types.py::TestCustomTypes::test_object_extensions_can_handle_custom_validators PASSED
7402 jsonschema/tests/test_types.py::TestCustomTypes::test_object_extensions_require_custom_validators PASSED
7403 jsonschema/tests/test_types.py::TestCustomTypes::test_simple_type_can_be_extended PASSED
7404 jsonschema/tests/test_types.py::TestCustomTypes::test_unknown_type PASSED
7405 jsonschema/tests/test_utils.py::TestEqual::test_nan PASSED
7406 jsonschema/tests/test_utils.py::TestEqual::test_none PASSED
7407 jsonschema/tests/test_utils.py::TestDictEqual::test_additional_key PASSED
7408 jsonschema/tests/test_utils.py::TestDictEqual::test_empty_dictionaries PASSED
7409 jsonschema/tests/test_utils.py::TestDictEqual::test_equal_dictionaries PASSED
7410 jsonschema/tests/test_utils.py::TestDictEqual::test_equal_dictionaries_with_nan PASSED
7411 jsonschema/tests/test_utils.py::TestDictEqual::test_missing_key PASSED
7412 jsonschema/tests/test_utils.py::TestDictEqual::test_missing_value PASSED
7413 jsonschema/tests/test_utils.py::TestDictEqual::test_mixed_nested_equal PASSED
7414 jsonschema/tests/test_utils.py::TestDictEqual::test_nested_dict_unequal PASSED
7415 jsonschema/tests/test_utils.py::TestDictEqual::test_nested_equal PASSED
7416 jsonschema/tests/test_utils.py::TestDictEqual::test_nested_list_unequal PASSED
7417 jsonschema/tests/test_utils.py::TestDictEqual::test_one_none PASSED
7418 jsonschema/tests/test_utils.py::TestDictEqual::test_same_item PASSED
7419 jsonschema/tests/test_utils.py::TestListEqual::test_empty_list PASSED
7420 jsonschema/tests/test_utils.py::TestListEqual::test_equal_lists PASSED
7421 jsonschema/tests/test_utils.py::TestListEqual::test_equal_lists_with_nan PASSED
7422 jsonschema/tests/test_utils.py::TestListEqual::test_equal_nested_lists PASSED
7423 jsonschema/tests/test_utils.py::TestListEqual::test_first_list_larger PASSED
7424 jsonschema/tests/test_utils.py::TestListEqual::test_list_with_none_equal PASSED
7425 jsonschema/tests/test_utils.py::TestListEqual::test_list_with_none_unequal PASSED
7426 jsonschema/tests/test_utils.py::TestListEqual::test_one_none PASSED
7427 jsonschema/tests/test_utils.py::TestListEqual::test_same_list PASSED
7428 jsonschema/tests/test_utils.py::TestListEqual::test_second_list_larger PASSED
7429 jsonschema/tests/test_utils.py::TestListEqual::test_unequal_nested_lists PASSED
7430 jsonschema/tests/test_utils.py::TestListEqual::test_unsorted_lists PASSED
7431 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_attrs PASSED
7432 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_check_schema_with_different_metaschema PASSED
7433 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_check_schema_with_different_metaschema_defaults_to_self PASSED
7434 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_create_default_types PASSED
7435 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_dashes_are_stripped_from_validator_names PASSED
7436 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_extend PASSED
7437 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_extend_applicable_validators PASSED
7438 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_extend_idof PASSED
7439 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_if_a_version_is_not_provided_it_is_not_registered PASSED
7440 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_if_a_version_is_provided_it_is_registered PASSED
7441 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_init PASSED
7442 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_iter_errors_multiple_errors PASSED
7443 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_iter_errors_one_error PASSED
7444 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_iter_errors_successful PASSED
7445 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_long_repr PASSED
7446 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_repr PASSED
7447 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_repr_no_version PASSED
7448 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_validates_registers_meta_schema_draft6_id PASSED
7449 jsonschema/tests/test_validators.py::TestCreateAndExtend::test_validates_registers_meta_schema_id PASSED
7450 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_False_schema PASSED
7451 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalItems_multiple_failures PASSED
7452 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalItems_single_failure PASSED
7453 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalProperties_false_patternProperties PASSED
7454 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalProperties_multiple_failures PASSED
7455 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalProperties_single_failure PASSED
7456 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_const PASSED
7457 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_draft_6 PASSED
7458 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_few PASSED
7459 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_few_both_constrained PASSED
7460 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_many PASSED
7461 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_many_both_constrained PASSED
7462 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependencies_list_draft3 PASSED
7463 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependencies_list_draft7 PASSED
7464 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependencies_single_element PASSED
7465 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependentRequired PASSED
7466 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_does_not_contain PASSED
7467 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_exclusiveMaximum PASSED
7468 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_exclusiveMinimum PASSED
7469 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_additionalItems_with_Items PASSED
7470 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_items_prefixItems PASSED
7471 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_properties_additionalProperties PASSED
7472 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_properties_unevaluatedProperties PASSED
7473 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_unevaluatedItems_prefixItems PASSED
7474 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_invalid_format_default_message PASSED
7475 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxItems PASSED
7476 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxItems_0 PASSED
7477 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxLength PASSED
7478 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxLength_0 PASSED
7479 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxProperties PASSED
7480 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxProperties_0 PASSED
7481 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maximum PASSED
7482 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minItems PASSED
7483 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minItems_1 PASSED
7484 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minLength PASSED
7485 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minLength_1 PASSED
7486 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minProperties PASSED
7487 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minProperties_1 PASSED
7488 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minimum PASSED
7489 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_multipleOf PASSED
7490 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_multiple_type_failure PASSED
7491 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_object_with_named_type_failure PASSED
7492 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_object_without_title_type_failure_draft3 PASSED
7493 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_oneOf_matches_none PASSED
7494 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_oneOf_matches_too_many PASSED
7495 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_pattern PASSED
7496 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_prefixItems_with_items PASSED
7497 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_prefixItems_with_multiple_extra_items PASSED
7498 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_required PASSED
7499 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_single_item PASSED
7500 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_single_type_failure PASSED
7501 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_single_type_list_failure PASSED
7502 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_items PASSED
7503 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_items_on_invalid_type PASSED
7504 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_properties_disallowed PASSED
7505 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_properties_invalid_against_subschema PASSED
7506 jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_properties_on_invalid_type PASSED
7507 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_additionalItems PASSED
7508 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_additionalItems_with_items PASSED
7509 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_additionalProperties PASSED
7510 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_anyOf PASSED
7511 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_boolean_schema_False PASSED
7512 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_contains_none PASSED
7513 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_contains_too_few PASSED
7514 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_contains_too_many PASSED
7515 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_if_else PASSED
7516 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_if_then PASSED
7517 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_multiple_nesting PASSED
7518 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_patternProperties PASSED
7519 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_prefixItems PASSED
7520 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_prefixItems_with_items PASSED
7521 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_propertyNames PASSED
7522 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_recursive PASSED
7523 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_ref PASSED
7524 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_ref_sibling PASSED
7525 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_single_nesting PASSED
7526 jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_type PASSED
7527 jsonschema/tests/test_validators.py::TestDraft3Validator::test_False_is_not_a_schema PASSED
7528 jsonschema/tests/test_validators.py::TestDraft3Validator::test_False_is_not_a_schema_even_if_you_forget_to_check PASSED
7529 jsonschema/tests/test_validators.py::TestDraft3Validator::test_True_is_not_a_schema PASSED
7530 jsonschema/tests/test_validators.py::TestDraft3Validator::test_True_is_not_a_schema_even_if_you_forget_to_check PASSED
7531 jsonschema/tests/test_validators.py::TestDraft3Validator::test_any_type_is_redefinable PASSED
7532 jsonschema/tests/test_validators.py::TestDraft3Validator::test_any_type_is_valid_for_type_any PASSED
7533 jsonschema/tests/test_validators.py::TestDraft3Validator::test_check_redefined_sequence PASSED
7534 jsonschema/tests/test_validators.py::TestDraft3Validator::test_enum_allows_empty_arrays PASSED
7535 jsonschema/tests/test_validators.py::TestDraft3Validator::test_enum_allows_non_unique_items PASSED
7536 jsonschema/tests/test_validators.py::TestDraft3Validator::test_evolve PASSED
7537 jsonschema/tests/test_validators.py::TestDraft3Validator::test_evolve_with_subclass PASSED
7538 jsonschema/tests/test_validators.py::TestDraft3Validator::test_invalid_instances_are_not_valid PASSED
7539 jsonschema/tests/test_validators.py::TestDraft3Validator::test_invalid_properties PASSED
7540 jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_does_not_evade_bool_if_it_is_being_tested PASSED
7541 jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_evades_bool_inheriting_from_int PASSED
7542 jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_is_false_for_invalid_type PASSED
7543 jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_is_true_for_any_type PASSED
7544 jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_is_true_for_valid_type PASSED
7545 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_can_validate_with_decimals PASSED
7546 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED
7547 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_does_not_validate_formats_by_default PASSED
7548 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_implements_the_validator_protocol PASSED
7549 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_properly_formats_tuples_in_errors PASSED
7550 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED
7551 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED
7552 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED
7553 jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_validates_formats_if_a_checker_is_provided PASSED
7554 jsonschema/tests/test_validators.py::TestDraft3Validator::test_minItems_invalid_string PASSED
7555 jsonschema/tests/test_validators.py::TestDraft3Validator::test_non_existent_properties_are_ignored PASSED
7556 jsonschema/tests/test_validators.py::TestDraft3Validator::test_non_string_custom_type PASSED
7557 jsonschema/tests/test_validators.py::TestDraft3Validator::test_schema_with_invalid_regex PASSED
7558 jsonschema/tests/test_validators.py::TestDraft3Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED
7559 jsonschema/tests/test_validators.py::TestDraft3Validator::test_valid_instances_are_valid PASSED
7560 jsonschema/tests/test_validators.py::TestDraft4Validator::test_False_is_not_a_schema PASSED
7561 jsonschema/tests/test_validators.py::TestDraft4Validator::test_False_is_not_a_schema_even_if_you_forget_to_check PASSED
7562 jsonschema/tests/test_validators.py::TestDraft4Validator::test_True_is_not_a_schema PASSED
7563 jsonschema/tests/test_validators.py::TestDraft4Validator::test_True_is_not_a_schema_even_if_you_forget_to_check PASSED
7564 jsonschema/tests/test_validators.py::TestDraft4Validator::test_check_redefined_sequence PASSED
7565 jsonschema/tests/test_validators.py::TestDraft4Validator::test_enum_allows_empty_arrays PASSED
7566 jsonschema/tests/test_validators.py::TestDraft4Validator::test_enum_allows_non_unique_items PASSED
7567 jsonschema/tests/test_validators.py::TestDraft4Validator::test_evolve PASSED
7568 jsonschema/tests/test_validators.py::TestDraft4Validator::test_evolve_with_subclass PASSED
7569 jsonschema/tests/test_validators.py::TestDraft4Validator::test_invalid_instances_are_not_valid PASSED
7570 jsonschema/tests/test_validators.py::TestDraft4Validator::test_invalid_properties PASSED
7571 jsonschema/tests/test_validators.py::TestDraft4Validator::test_is_type_evades_bool_inheriting_from_int PASSED
7572 jsonschema/tests/test_validators.py::TestDraft4Validator::test_is_type_is_false_for_invalid_type PASSED
7573 jsonschema/tests/test_validators.py::TestDraft4Validator::test_is_type_is_true_for_valid_type PASSED
7574 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_can_validate_with_decimals PASSED
7575 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED
7576 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_does_not_validate_formats_by_default PASSED
7577 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_implements_the_validator_protocol PASSED
7578 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_properly_formats_tuples_in_errors PASSED
7579 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED
7580 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED
7581 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED
7582 jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_validates_formats_if_a_checker_is_provided PASSED
7583 jsonschema/tests/test_validators.py::TestDraft4Validator::test_minItems_invalid_string PASSED
7584 jsonschema/tests/test_validators.py::TestDraft4Validator::test_non_existent_properties_are_ignored PASSED
7585 jsonschema/tests/test_validators.py::TestDraft4Validator::test_non_string_custom_type PASSED
7586 jsonschema/tests/test_validators.py::TestDraft4Validator::test_schema_with_invalid_regex PASSED
7587 jsonschema/tests/test_validators.py::TestDraft4Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED
7588 jsonschema/tests/test_validators.py::TestDraft4Validator::test_valid_instances_are_valid PASSED
7589 jsonschema/tests/test_validators.py::TestDraft6Validator::test_check_redefined_sequence PASSED
7590 jsonschema/tests/test_validators.py::TestDraft6Validator::test_enum_allows_empty_arrays PASSED
7591 jsonschema/tests/test_validators.py::TestDraft6Validator::test_enum_allows_non_unique_items PASSED
7592 jsonschema/tests/test_validators.py::TestDraft6Validator::test_evolve PASSED
7593 jsonschema/tests/test_validators.py::TestDraft6Validator::test_evolve_with_subclass PASSED
7594 jsonschema/tests/test_validators.py::TestDraft6Validator::test_invalid_instances_are_not_valid PASSED
7595 jsonschema/tests/test_validators.py::TestDraft6Validator::test_invalid_properties PASSED
7596 jsonschema/tests/test_validators.py::TestDraft6Validator::test_is_type_evades_bool_inheriting_from_int PASSED
7597 jsonschema/tests/test_validators.py::TestDraft6Validator::test_is_type_is_false_for_invalid_type PASSED
7598 jsonschema/tests/test_validators.py::TestDraft6Validator::test_is_type_is_true_for_valid_type PASSED
7599 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_can_validate_with_decimals PASSED
7600 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED
7601 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_does_not_validate_formats_by_default PASSED
7602 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_implements_the_validator_protocol PASSED
7603 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_properly_formats_tuples_in_errors PASSED
7604 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED
7605 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED
7606 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED
7607 jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_validates_formats_if_a_checker_is_provided PASSED
7608 jsonschema/tests/test_validators.py::TestDraft6Validator::test_minItems_invalid_string PASSED
7609 jsonschema/tests/test_validators.py::TestDraft6Validator::test_non_existent_properties_are_ignored PASSED
7610 jsonschema/tests/test_validators.py::TestDraft6Validator::test_non_string_custom_type PASSED
7611 jsonschema/tests/test_validators.py::TestDraft6Validator::test_schema_with_invalid_regex PASSED
7612 jsonschema/tests/test_validators.py::TestDraft6Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED
7613 jsonschema/tests/test_validators.py::TestDraft6Validator::test_valid_instances_are_valid PASSED
7614 jsonschema/tests/test_validators.py::TestDraft7Validator::test_check_redefined_sequence PASSED
7615 jsonschema/tests/test_validators.py::TestDraft7Validator::test_enum_allows_empty_arrays PASSED
7616 jsonschema/tests/test_validators.py::TestDraft7Validator::test_enum_allows_non_unique_items PASSED
7617 jsonschema/tests/test_validators.py::TestDraft7Validator::test_evolve PASSED
7618 jsonschema/tests/test_validators.py::TestDraft7Validator::test_evolve_with_subclass PASSED
7619 jsonschema/tests/test_validators.py::TestDraft7Validator::test_invalid_instances_are_not_valid PASSED
7620 jsonschema/tests/test_validators.py::TestDraft7Validator::test_invalid_properties PASSED
7621 jsonschema/tests/test_validators.py::TestDraft7Validator::test_is_type_evades_bool_inheriting_from_int PASSED
7622 jsonschema/tests/test_validators.py::TestDraft7Validator::test_is_type_is_false_for_invalid_type PASSED
7623 jsonschema/tests/test_validators.py::TestDraft7Validator::test_is_type_is_true_for_valid_type PASSED
7624 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_can_validate_with_decimals PASSED
7625 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED
7626 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_does_not_validate_formats_by_default PASSED
7627 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_implements_the_validator_protocol PASSED
7628 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_properly_formats_tuples_in_errors PASSED
7629 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED
7630 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED
7631 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED
7632 jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_validates_formats_if_a_checker_is_provided PASSED
7633 jsonschema/tests/test_validators.py::TestDraft7Validator::test_minItems_invalid_string PASSED
7634 jsonschema/tests/test_validators.py::TestDraft7Validator::test_non_existent_properties_are_ignored PASSED
7635 jsonschema/tests/test_validators.py::TestDraft7Validator::test_non_string_custom_type PASSED
7636 jsonschema/tests/test_validators.py::TestDraft7Validator::test_schema_with_invalid_regex PASSED
7637 jsonschema/tests/test_validators.py::TestDraft7Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED
7638 jsonschema/tests/test_validators.py::TestDraft7Validator::test_valid_instances_are_valid PASSED
7639 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_check_redefined_sequence PASSED
7640 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_enum_allows_empty_arrays PASSED
7641 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_enum_allows_non_unique_items PASSED
7642 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_evolve PASSED
7643 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_evolve_with_subclass PASSED
7644 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_invalid_instances_are_not_valid PASSED
7645 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_invalid_properties PASSED
7646 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_is_type_evades_bool_inheriting_from_int PASSED
7647 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_is_type_is_false_for_invalid_type PASSED
7648 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_is_type_is_true_for_valid_type PASSED
7649 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_can_validate_with_decimals PASSED
7650 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED
7651 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_does_not_validate_formats_by_default PASSED
7652 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_implements_the_validator_protocol PASSED
7653 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_properly_formats_tuples_in_errors PASSED
7654 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED
7655 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED
7656 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED
7657 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_validates_formats_if_a_checker_is_provided PASSED
7658 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_minItems_invalid_string PASSED
7659 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_non_existent_properties_are_ignored PASSED
7660 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_non_string_custom_type PASSED
7661 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_schema_with_invalid_regex PASSED
7662 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED
7663 jsonschema/tests/test_validators.py::TestDraft201909Validator::test_valid_instances_are_valid PASSED
7664 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_check_redefined_sequence PASSED
7665 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_enum_allows_empty_arrays PASSED
7666 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_enum_allows_non_unique_items PASSED
7667 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_evolve PASSED
7668 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_evolve_with_subclass PASSED
7669 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_invalid_instances_are_not_valid PASSED
7670 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_invalid_properties PASSED
7671 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_is_type_evades_bool_inheriting_from_int PASSED
7672 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_is_type_is_false_for_invalid_type PASSED
7673 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_is_type_is_true_for_valid_type PASSED
7674 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_can_validate_with_decimals PASSED
7675 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED
7676 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_does_not_validate_formats_by_default PASSED
7677 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_implements_the_validator_protocol PASSED
7678 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_properly_formats_tuples_in_errors PASSED
7679 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED
7680 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED
7681 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED
7682 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_validates_formats_if_a_checker_is_provided PASSED
7683 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_minItems_invalid_string PASSED
7684 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_non_existent_properties_are_ignored PASSED
7685 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_non_string_custom_type PASSED
7686 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_schema_with_invalid_regex PASSED
7687 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED
7688 jsonschema/tests/test_validators.py::TestDraft202012Validator::test_valid_instances_are_valid PASSED
7689 jsonschema/tests/test_validators.py::TestLatestValidator::test_ref_resolvers_may_have_boolean_schemas_stored PASSED
7690 jsonschema/tests/test_validators.py::TestValidatorFor::test_False PASSED
7691 jsonschema/tests/test_validators.py::TestValidatorFor::test_True PASSED
7692 jsonschema/tests/test_validators.py::TestValidatorFor::test_custom_validator PASSED
7693 jsonschema/tests/test_validators.py::TestValidatorFor::test_custom_validator_draft6 PASSED
7694 jsonschema/tests/test_validators.py::TestValidatorFor::test_does_not_warn_if_meta_schema_is_unspecified PASSED
7695 jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_201909 PASSED
7696 jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_202012 PASSED
7697 jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_3 PASSED
7698 jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_4 PASSED
7699 jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_6 PASSED
7700 jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_7 PASSED
7701 jsonschema/tests/test_validators.py::TestValidatorFor::test_validator_for_custom_default PASSED
7702 jsonschema/tests/test_validators.py::TestValidatorFor::test_validator_for_custom_default_with_schema PASSED
7703 jsonschema/tests/test_validators.py::TestValidatorFor::test_validator_for_jsonschema_default PASSED
7704 jsonschema/tests/test_validators.py::TestValidatorFor::test_warns_if_meta_schema_specified_was_not_found PASSED
7705 jsonschema/tests/test_validators.py::TestValidate::test_draft202012_validator_is_chosen PASSED
7706 jsonschema/tests/test_validators.py::TestValidate::test_draft202012_validator_is_the_default PASSED
7707 jsonschema/tests/test_validators.py::TestValidate::test_draft3_validator_is_chosen PASSED
7708 jsonschema/tests/test_validators.py::TestValidate::test_draft4_validator_is_chosen PASSED
7709 jsonschema/tests/test_validators.py::TestValidate::test_draft6_validator_is_chosen PASSED
7710 jsonschema/tests/test_validators.py::TestValidate::test_draft7_validator_is_chosen PASSED
7711 jsonschema/tests/test_validators.py::TestValidate::test_it_uses_best_match PASSED
7712 jsonschema/tests/test_validators.py::TestValidate::test_schema_error_message PASSED
7713 jsonschema/tests/test_validators.py::TestValidate::test_validation_error_message PASSED
7714 jsonschema/tests/test_validators.py::TestThreading::test_validation_across_a_second_thread PASSED
7715 jsonschema/tests/test_validators.py::TestReferencing::test_custom_registries_do_not_autoretrieve_remote_resources PASSED
7716 jsonschema/tests/test_validators.py::TestReferencing::test_registry_with_retrieve PASSED
7717 jsonschema/tests/test_validators.py::TestRefResolver::test_cache_remote_off PASSED
7718 jsonschema/tests/test_validators.py::TestRefResolver::test_cache_remote_on PASSED
7719 jsonschema/tests/test_validators.py::TestRefResolver::test_custom_uri_scheme_handlers PASSED
7720 jsonschema/tests/test_validators.py::TestRefResolver::test_helpful_error_message_on_failed_pop_scope PASSED
7721 jsonschema/tests/test_validators.py::TestRefResolver::test_if_you_give_it_junk_you_get_a_resolution_error PASSED
7722 jsonschema/tests/test_validators.py::TestRefResolver::test_it_can_construct_a_base_uri_from_a_schema PASSED
7723 jsonschema/tests/test_validators.py::TestRefResolver::test_it_can_construct_a_base_uri_from_a_schema_without_id PASSED
7724 jsonschema/tests/test_validators.py::TestRefResolver::test_it_does_not_retrieve_schema_urls_from_the_network PASSED
7725 jsonschema/tests/test_validators.py::TestRefResolver::test_it_resolves_local_refs PASSED
7726 jsonschema/tests/test_validators.py::TestRefResolver::test_it_resolves_local_refs_with_id PASSED
7727 jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_local_refs_via_urlopen PASSED
7728 jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_stored_refs PASSED
7729 jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_unstored_refs_via_requests PASSED
7730 jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_unstored_refs_via_urlopen PASSED
7731 jsonschema/tests/test_validators.py::TestRefResolver::test_newly_created_validator_with_ref_resolver PASSED
7732 jsonschema/tests/test_validators.py::TestRefResolver::test_pointer_within_schema_with_different_id PASSED
7733 jsonschema/tests/test_validators.py::TestRefResolver::test_refresolver_with_pointer_in_schema_with_no_id PASSED
7735 ======== 7450 passed, 276 skipped ========