============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 7726 items jsonschema/tests/test_cli.py::TestCLI::test_custom_error_format PASSED jsonschema/tests/test_cli.py::TestCLI::test_custom_error_format_applies_to_schema_errors PASSED jsonschema/tests/test_cli.py::TestCLI::test_instance_does_not_exist PASSED jsonschema/tests/test_cli.py::TestCLI::test_instance_does_not_exist_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON PASSED jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON_on_stdin PASSED jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON_on_stdin_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_instance_is_invalid_JSON_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_explicit_base_uri PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_continues_with_the_rest PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_explicit_plain_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_multiple_errors PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_multiple_errors_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_instance_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_multiple_errors PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_multiple_errors_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_with_invalid_instance PASSED jsonschema/tests/test_cli.py::TestCLI::test_invalid_schema_with_invalid_instance_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_it_validates_using_draft4_when_specified PASSED jsonschema/tests/test_cli.py::TestCLI::test_it_validates_using_draft7_when_specified PASSED jsonschema/tests/test_cli.py::TestCLI::test_it_validates_using_the_latest_validator_when_unspecified PASSED jsonschema/tests/test_cli.py::TestCLI::test_multiple_invalid_instances PASSED jsonschema/tests/test_cli.py::TestCLI::test_multiple_invalid_instances_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_neither_instance_nor_schema_exist PASSED jsonschema/tests/test_cli.py::TestCLI::test_neither_instance_nor_schema_exist_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_nonexistent_file_with_explicit_base_uri PASSED jsonschema/tests/test_cli.py::TestCLI::test_schema_and_instance_are_both_invalid_JSON PASSED jsonschema/tests/test_cli.py::TestCLI::test_schema_and_instance_are_both_invalid_JSON_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_schema_does_not_exist PASSED jsonschema/tests/test_cli.py::TestCLI::test_schema_does_not_exist_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_schema_is_invalid_JSON PASSED jsonschema/tests/test_cli.py::TestCLI::test_schema_is_invalid_JSON_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_successful_validation PASSED jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_just_the_schema PASSED jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_just_the_schema_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_stdin PASSED jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_of_stdin_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_pretty_output PASSED jsonschema/tests/test_cli.py::TestCLI::test_successful_validation_via_explicit_base_uri PASSED jsonschema/tests/test_cli.py::TestCLI::test_unsuccessful_validation_via_explicit_base_uri PASSED jsonschema/tests/test_cli.py::TestParser::test_find_validator_by_fully_qualified_object_name PASSED jsonschema/tests/test_cli.py::TestParser::test_find_validator_in_jsonschema PASSED jsonschema/tests/test_cli.py::TestParser::test_unknown_output PASSED jsonschema/tests/test_cli.py::TestParser::test_useless_error_format PASSED jsonschema/tests/test_cli.py::TestCLIIntegration::test_license PASSED jsonschema/tests/test_cli.py::TestCLIIntegration::test_no_arguments_shows_usage_notes PASSED jsonschema/tests/test_cli.py::TestCLIIntegration::test_version PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_ErrorTree_setitem PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_FormatChecker_cls_checks PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_RefResolutionError PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_RefResolver PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_RefResolver_in_scope PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_is_valid_two_arguments PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_iter_errors_two_arguments PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_resolver PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_Validator_subclassing PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_WrappedReferencingError_hashability PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_automatic_remote_retrieval PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_catching_Unresolvable_directly PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_catching_Unresolvable_via_RefResolutionError PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_cli PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_draftN_format_checker PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_ErrorTree PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_FormatError PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_Validator PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_import_cli PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_validators_ErrorTree PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_validators_meta_schemas PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_validators_validators PASSED jsonschema/tests/test_deprecations.py::TestDeprecations::test_version PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_anyOf_traversal_for_non_type_matching_sibling_errors PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_anyOf_traversal_for_single_equally_relevant_error PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_anyOf_traversal_for_single_sibling_errors PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_boolean_schemas PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_if_the_most_relevant_error_is_allOf_it_is_traversed PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_if_the_most_relevant_error_is_anyOf_it_is_traversed PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_if_the_most_relevant_error_is_oneOf_it_is_traversed PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_it_prioritizes_matching_types PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_it_prioritizes_matching_union_types PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_nested_context_for_oneOf PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_no_anyOf_traversal_for_equally_relevant_errors PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_no_errors PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_no_oneOf_traversal_for_equally_relevant_errors PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_and_anyOf_are_weak_matches PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_traversal_for_non_type_matching_sibling_errors PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_traversal_for_single_equally_relevant_error PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_oneOf_traversal_for_single_sibling_errors PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_one_error PASSED jsonschema/tests/test_exceptions.py::TestBestMatch::test_shallower_errors_are_better_matches PASSED jsonschema/tests/test_exceptions.py::TestByRelevance::test_global_errors_are_even_better_matches PASSED jsonschema/tests/test_exceptions.py::TestByRelevance::test_short_paths_are_better_matches PASSED jsonschema/tests/test_exceptions.py::TestByRelevance::test_strong_keywords_are_higher_priority PASSED jsonschema/tests/test_exceptions.py::TestByRelevance::test_weak_keywords_are_lower_priority PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_children_have_their_errors_dicts_built PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_if_its_in_the_tree_anyhow_it_does_not_raise_an_error PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_contains_an_item_if_the_item_had_an_error PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_creates_a_child_tree_for_each_nested_path PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_does_not_contain_an_item_if_the_item_had_no_error PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_does_not_contain_subtrees_that_are_not_in_the_instance PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_it_knows_how_many_total_errors_it_contains PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_iter PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_keywords_that_failed_appear_in_errors_dict PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_multiple_errors_with_instance PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_repr_empty PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_repr_multiple PASSED jsonschema/tests/test_exceptions.py::TestErrorTree::test_repr_single PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_does_not_reorder_dicts PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_empty_paths PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_it_calls_super_and_sets_args PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_multiple_item_paths PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_one_item_paths PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_repr PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_str_works_with_instances_having_overriden_eq_operator PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_unset_error PASSED jsonschema/tests/test_exceptions.py::TestErrorInitReprStr::test_uses_pprint PASSED jsonschema/tests/test_exceptions.py::TestHashable::test_hashable PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_format_checkers_come_with_defaults PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_format_error_causes_become_validation_error_causes PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_it_can_register_checkers PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_it_can_register_cls_checkers PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_it_can_validate_no_formats PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_it_catches_registered_errors PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_it_raises_a_key_error_for_unknown_formats PASSED jsonschema/tests/test_format.py::TestFormatChecker::test_repr PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_does_not_look_in_applicators_items_defined_in_extends_are_not_examined PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_all_items_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_extends_are_not_examined PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_integer_a_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_integer_a_negative_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_number_a_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_number_a_negative_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_bignum_string_a_bignum_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_CSS_color_name_containing_invalid_characters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_valid_CSS_color_name PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_valid_six_digit_CSS_color_code PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_a_valid_three_digit_CSS_color_code PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_an_invalid_CSS_color_code SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_color_validation_of_CSS_colors_an_invalid_CSS_color_name SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_an_invalid_date_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_invalidates_non_padded_day_dates PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_invalidates_non_padded_month_dates PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_nondependant PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_dependencies_with_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_missing_other_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_nondependants PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_dependencies_multiple_dependencies_with_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_disallow_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_disallow_disallowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_other_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_other_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_subschema_other_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_disallow_multiple_disallow_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_int_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_int_int_by_int PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_int_int_by_int_fail PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_number_35_is_not_divisible_by_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_number_4_5_is_divisible_by_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_number_zero_is_divisible_by_anything_except_0_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_small_number_0_00751_is_not_divisible_by_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_divisibleBy_by_small_number_0_0075_is_divisible_by_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_both_properties_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_wrong_bar_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_enums_in_properties_wrong_foo_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_enum_simple_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_extends PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_mismatch_extended PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_mismatch_extends PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_simple_types_mismatch_extends PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_simple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_extends_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_mismatch_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_mismatch_first_extends PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_mismatch_second_extends PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_extends_multiple_extends_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_color_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_date_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_host_name_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ip_address_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_ipv6_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_regex_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_format_uri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_a_valid_host_name PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_contains_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_ends_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_ends_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_exceeds_maximum_label_length SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_maximum_label_length PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_starts_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_host_name_validation_of_host_names_starts_with_underscore SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ip_address_validation_of_IP_addresses_a_valid_IP_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ip_address_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ip_address_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_a_schema_given_for_items_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_a_schema_given_for_items_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_a_schema_given_for_items_wrong_type_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_an_array_of_schemas_for_items_correct_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_an_array_of_schemas_for_items_wrong_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_items_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxItems_maxItems_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_exclusiveMaximum_validation_below_the_maximum_is_still_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_explicit_false_exclusivity__ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minItems_minItems_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minLength_minLength_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_exclusiveMinimum_validation_above_the_minimum_is_still_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_pattern_pattern_validation_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_change_resolution_scope_changed_scope_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_change_resolution_scope_changed_scope_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_remote_ref_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_refRemote_remote_ref_remote_ref_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_percent_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_percent_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_slash_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_slash_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_tilde_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_escaped_pointer_ref_tilde_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_nested_refs_nested_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_nested_refs_nested_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_ref_overrides_any_sibling_keywords_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_ref_overrides_any_sibling_keywords_remote_ref_valid_maxItems_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_array_match_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_object_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_relative_pointer_ref_to_object_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_recursive_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_ref_root_pointer_ref_recursive_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_default_validation_not_required_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_explicitly_false_validation_not_required_if_required_is_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_validation_non_present_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_required_required_validation_present_required_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_time_validation_of_time_strings_a_valid_time_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_time_validation_of_time_strings_an_invalid_time_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_float PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_any_type_matches_any_type_any_type_includes_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_applies_a_nested_schema_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_applies_a_nested_schema_an_object_is_invalid_otherwise PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_an_array_is_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_array_type_matches_arrays_null_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_a_boolean_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_a_boolean_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_null_type_matches_only_the_null_object_null_is_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_float_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_number_type_matches_numbers_null_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_an_object_is_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_object_type_matches_objects_null_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_1_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_a_string_is_a_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_string_type_matches_strings_null_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_a_boolean_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_a_float_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_a_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_an_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_an_integer_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_an_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_can_include_schemas_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_from_separate_schemas_are_merged_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_from_separate_schemas_are_merged_an_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_type_types_from_separate_schemas_are_merged_an_integer_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_a_valid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_an_invalid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft3::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalItems_when_items_is_schema_additionalItems_does_nothing_all_items_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_mismatch_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_mismatch_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_simple_types_mismatch_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_simple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_base_schema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_allOf_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_both_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_first_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_neither_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_second_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_integer_a_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_integer_a_negative_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_number_a_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_number_a_negative_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_bignum_string_a_bignum_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_definitions_validate_definition_against_metaschema_invalid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_definitions_validate_definition_against_metaschema_valid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_nondependant PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_2 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_3 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_invalid_object_4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_valid_object_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_valid_object_2 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependencies_with_escaped_characters_valid_object_3 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_matches_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_matches_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_matches_root PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_dependent_subschema_incompatible_with_root_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_missing_other_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_nondependants PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_dependencies_multiple_dependencies_with_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_both_properties_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_wrong_bar_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_enums_in_properties_wrong_foo_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_enum_simple_enum_validation_something_else_is_invalid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_date_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv4_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_ipv6_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_format_uri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_valid_host_name PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_contains_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_maximum_label_length PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_id_id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_a_schema_given_for_items_wrong_type_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_correct_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_an_array_of_schemas_for_items_wrong_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_fewer_items_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_too_many_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_too_many_sub_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_wrong_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_and_subitems_wrong_sub_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_nested_items_nested_array_with_invalid_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_nested_items_not_deep_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_items_nested_items_valid_nested_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxItems_maxItems_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_exclusiveMaximum_validation_below_the_maximum_is_still_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_explicit_false_exclusivity__ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minItems_minItems_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minLength_minLength_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minProperties_minProperties_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_exclusiveMinimum_validation_above_the_minimum_is_still_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_explicit_false_exclusivity__ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_int_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_int_int_by_int PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_int_int_by_int_fail PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_float_division_inf_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_double_negation_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbidden_property_property_absent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_forbidden_property_property_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_disallowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_more_complex_schema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_more_complex_schema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_more_complex_schema_other_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_multiple_types_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_multiple_types_other_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_not_not_multiple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_first_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_oneOf_oneOf_with_required_second_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_pattern_pattern_validation_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_remote_ref_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_remote_ref_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Recursive_references_between_schemas_invalid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_Recursive_references_between_schemas_valid_tree PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_percent_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_percent_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_slash_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_slash_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_tilde_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_escaped_pointer_ref_tilde_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_nested_refs_nested_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_nested_refs_nested_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_ref_overrides_any_sibling_keywords_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_ref_overrides_any_sibling_keywords_ref_valid_maxItems_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_array_match_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_object_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_relative_pointer_ref_to_object_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_recursive_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_ref_root_pointer_ref_recursive_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_default_validation_not_required_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_non_present_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_validation_present_required_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_an_array_is_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_array_type_matches_arrays_null_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_null_is_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_float_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_float_with_zero_fractional_part_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_number_type_matches_numbers_null_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_an_object_is_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_object_type_matches_objects_null_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_1_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_a_string_is_a_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_string_type_matches_strings_null_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_object_or_null_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_array_or_object_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_as_array_with_one_item_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_type_type_as_array_with_one_item_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_URN PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_a_valid_tel_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft4::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalItems_when_items_is_schema_boolean_additionalItems_does_nothing_all_items_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_mismatch_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_mismatch_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_simple_types_mismatch_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_simple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_base_schema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_allOf_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_both_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_first_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_neither_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_second_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_integer_a_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_integer_a_negative_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_number_a_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_number_a_negative_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_bignum_string_a_bignum_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_boolean_schema_boolean_schema_true__string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_validation_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_validation_another_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_validation_same_value_is_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_array_another_array_item_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_array_array_with_additional_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_array_same_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_null_not_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_another_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_same_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_const_with_true_does_not_match_1_true_is_valid PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_const_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_validation_not_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_contains_with_null_instance_elements_allows_null_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_does_not_match_items_matches_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_matches_both_items_and_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_matches_items_does_not_match_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_contains_items_contains_matches_neither_items_nor_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_definitions_validate_definition_against_metaschema_invalid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_definitions_validate_definition_against_metaschema_valid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_nondependant PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_empty_array_empty_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_empty_array_non_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_empty_array_object_with_one_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_2 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_3 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_invalid_object_4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_valid_object_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_valid_object_2 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependencies_with_escaped_characters_valid_object_3 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_matches_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_matches_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_matches_root PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_dependent_subschema_incompatible_with_root_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_missing_other_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_nondependants PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_dependencies_multiple_dependencies_with_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_both_properties_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_wrong_bar_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_enums_in_properties_wrong_foo_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_enum_simple_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_date_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv4_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_ipv6_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_format_uri_template_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_valid_host_name PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_contains_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_maximum_label_length PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_id_id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_a_schema_given_for_items_wrong_type_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_correct_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_an_array_of_schemas_for_items_wrong_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_fewer_items_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_too_many_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_too_many_sub_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_wrong_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_and_subitems_wrong_sub_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schemas_array_with_one_item_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schemas_array_with_two_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_items_with_boolean_schemas_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_nested_items_nested_array_with_invalid_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_nested_items_not_deep_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_nested_items_valid_nested_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_items_single_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_int_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_int_int_by_int PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_int_int_by_int_fail PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_double_negation_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbidden_property_property_absent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_forbidden_property_property_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_disallowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_more_complex_schema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_more_complex_schema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_more_complex_schema_other_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_multiple_types_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_multiple_types_other_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_not_not_multiple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_first_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_oneOf_oneOf_with_required_second_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_pattern_pattern_validation_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_with_pattern_matching_property_names_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_with_pattern_non_matching_property_name_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_validation_with_pattern_object_without_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote__ref_to_ref_finds_location_independent_id_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote__ref_to_ref_finds_location_independent_id_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_with_ref_to_definitions_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_remote_ref_with_ref_to_definitions_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Recursive_references_between_schemas_invalid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Recursive_references_between_schemas_valid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Reference_an_anchor_with_a_non_relative_URI_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_Reference_an_anchor_with_a_non_relative_URI_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_percent_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_percent_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_slash_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_slash_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_tilde_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_escaped_pointer_ref_tilde_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_nested_refs_nested_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_nested_refs_nested_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_overrides_any_sibling_keywords_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_overrides_any_sibling_keywords_ref_valid_maxItems_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_array_match_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_object_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_pointer_ref_to_object_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_recursive_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_root_pointer_ref_recursive_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_default_validation_not_required_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_non_present_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_validation_present_required_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_with_empty_array_property_not_required PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_an_array_is_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_array_type_matches_arrays_null_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_null_is_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_float_is_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_number_type_matches_numbers_null_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_an_object_is_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_object_type_matches_objects_null_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_1_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_a_string_is_a_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_string_type_matches_strings_null_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_object_or_null_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_array_or_object_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_as_array_with_one_item_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_type_type_as_array_with_one_item_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_a_valid_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_URN PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_a_valid_tel_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft6::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalItems_when_items_is_schema_boolean_additionalItems_does_nothing_all_items_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_mismatch_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_mismatch_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_simple_types_mismatch_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_simple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_base_schema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_allOf_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_both_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_first_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_neither_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_second_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_integer_a_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_integer_a_negative_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_number_a_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_number_a_negative_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_bignum_string_a_bignum_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_boolean_schema_boolean_schema_true__string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_validation_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_validation_another_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_validation_same_value_is_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_array_another_array_item_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_array_array_with_additional_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_array_same_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_null_not_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_another_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_same_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_const_with_true_does_not_match_1_true_is_valid PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_const_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_validation_not_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_with_false_if_subschema_any_non_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_with_false_if_subschema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_contains_with_null_instance_elements_allows_null_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_does_not_match_items_matches_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_matches_both_items_and_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_matches_items_does_not_match_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_contains_items_contains_matches_neither_items_nor_contains PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_2020_is_a_leap_year PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_2021_is_not_a_leap_year PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_ISO8601_non_RFC3339_YYYYMMDD_without_dashes_2023_03_28_ PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_an_invalid_date_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_invalid_month PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_invalid_month_day_combination PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_invalid_non_ASCII_৪_a_Bengali_4_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_non_padded_day_dates_are_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_non_padded_month_dates_are_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_definitions_validate_definition_against_metaschema_invalid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_definitions_validate_definition_against_metaschema_valid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_nondependant PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_empty_array_empty_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_empty_array_non_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_empty_array_object_with_one_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_2 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_3 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_invalid_object_4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_valid_object_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_valid_object_2 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependencies_with_escaped_characters_valid_object_3 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_matches_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_matches_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_matches_root PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_dependent_subschema_incompatible_with_root_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_missing_both_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_missing_other_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_nondependants PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_wrong_type_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_subschema_wrong_type_other PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_dependencies_multiple_dependencies_with_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_both_properties_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_wrong_bar_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_enums_in_properties_wrong_foo_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_enum_simple_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_date_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_idn_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv4_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_ipv6_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_iri_reference_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_regex_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_relative_json_pointer_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_format_uri_template_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_valid_host_name PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_contains_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_maximum_label_length PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_id_id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_e_mail_address PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_e_mail_address PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Nonspacing_Mark PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Spacing_Combining_Mark PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_an_Enclosing_Mark PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_followed_by_Greek PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_Greek PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Han PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Hiragana PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Katakana PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_other_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_following_l_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_preceding_l_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_following PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_preceding PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_surrounding_l_s PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_U_label_ends_with_a_dash PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_with_a_dash PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_Virama PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_preceded_by_Virama PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_preceded_by_Virama PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_invalid_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_invalid_label_correct_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_idn_hostname_validation_of_internationalized_host_names_valid_Chinese_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_else_without_then_invalid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_else_without_then_valid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_else_without_then_valid_when_if_test_passes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_then_without_else_invalid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_then_without_else_valid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_if_and_then_without_else_valid_when_if_test_fails PASSED 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_else_without_if_valid_when_invalid_against_lone_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_else_without_if_valid_when_valid_against_lone_else PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_then_without_if_valid_when_invalid_against_lone_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_ignore_then_without_if_valid_when_valid_against_lone_then PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_then PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_IRI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_IRI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_protocol_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_a_valid_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_based_on_IPv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_a_valid_IRI_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_IRI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_IRI_based_on_IPv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_IRI_though_valid_IRI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_iri_validation_of_IRIs_an_invalid_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_a_schema_given_for_items_wrong_type_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_correct_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_an_array_of_schemas_for_items_wrong_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_fewer_items_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_too_many_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_too_many_sub_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_wrong_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_and_subitems_wrong_sub_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schemas_array_with_one_item_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schemas_array_with_two_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_items_with_boolean_schemas_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_nested_items_nested_array_with_invalid_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_nested_items_not_deep_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_nested_items_valid_nested_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_items_single_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_int_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_int_int_by_int PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_int_int_by_int_fail PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_double_negation_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbidden_property_property_absent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_forbidden_property_property_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_disallowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_more_complex_schema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_more_complex_schema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_more_complex_schema_other_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_multiple_types_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_multiple_types_other_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_not_not_multiple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_first_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_oneOf_oneOf_with_required_second_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_pattern_pattern_validation_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_with_pattern_matching_property_names_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_with_pattern_non_matching_property_name_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_validation_with_pattern_object_without_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote__ref_to_ref_finds_location_independent_id_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote__ref_to_ref_finds_location_independent_id_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_with_ref_to_definitions_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_remote_ref_with_ref_to_definitions_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Recursive_references_between_schemas_invalid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Recursive_references_between_schemas_valid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Reference_an_anchor_with_a_non_relative_URI_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_Reference_an_anchor_with_a_non_relative_URI_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_percent_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_percent_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_slash_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_slash_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_tilde_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_escaped_pointer_ref_tilde_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_nested_refs_nested_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_nested_refs_nested_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_overrides_any_sibling_keywords_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_overrides_any_sibling_keywords_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_overrides_any_sibling_keywords_ref_valid_maxItems_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_else_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_else_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_if_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_if_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_then_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_to_then_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_array_match_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_object_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_pointer_ref_to_object_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_recursive_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_root_pointer_ref_recursive_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_regex_validation_of_regular_expressions_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_downwards_RJP PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_upwards_RJP PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__empty_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__explicit_positive_prefix PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__multi_digit_integer_prefix PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__negative_prefix PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_default_validation_not_required_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_non_present_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_validation_present_required_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_with_empty_array_property_not_required PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_case_insensitive_Z PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_leap_second_Zulu SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_minus_offset PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_plus_offset PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_precise_second_fraction PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_a_valid_time_string_with_second_fraction PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_offset_indicator SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_hour SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_minute SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_second SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_hour SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_minute SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_contains_letters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_hour_minute_in_time_offset_must_be_two_digits SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_hour_minute_second_must_be_two_digits SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_invalid_time_string_with_extra_leading_zeros SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_no_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_no_time_offset_with_second_fraction SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_offset_not_starting_with_plus_or_minus SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_large_negative_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_large_positive_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_negative_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_positive_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_time_validation_of_time_strings_valid_leap_second_zero_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_an_array_is_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_array_type_matches_arrays_null_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_null_is_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_float_is_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_number_type_matches_numbers_null_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_an_object_is_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_object_type_matches_objects_null_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_1_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_a_string_is_a_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_string_type_matches_strings_null_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_object_or_null_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_array_or_object_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_as_array_with_one_item_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_type_type_as_array_with_one_item_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_a_valid_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_URN PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_a_valid_tel_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft7::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_are_allowed_by_default_only_the_first_item_is_validated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_as_false_without_items_ignores_non_arrays PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_as_schema_additional_items_do_not_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_as_schema_additional_items_match_schema PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_with_heterogeneous_array_heterogeneous_invalid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_with_heterogeneous_array_valid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_additionalItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_additional_items_are_not_permitted PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_equal_number_of_items_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_1_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_array_of_items_with_no_additionalItems_permitted_fewer_number_of_items_present_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_items_validation_adjusts_the_starting_index_for_additionalItems_wrong_type_of_second_item PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalItems_when_items_is_schema_boolean_additionalItems_does_nothing_all_items_match_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_both_keywords PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_propertyNames_but_not_additionalProperties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar_even_when_foo2_is_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_doesn_t_consider_dependentSchemas PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_mismatch_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_mismatch_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_simple_types_mismatch_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_simple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_base_schema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_allOf_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_absolute_URI_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_absolute_URI_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_match_ref_to_anchor PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anchor_same_anchor_with_different_base_uri__ref_resolves_to_defs_A_allOf_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_both_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_first_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_neither_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_second_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_integer_a_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_integer_a_negative_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_number_a_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_number_a_negative_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_bignum_string_a_bignum_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_boolean_schema_boolean_schema_true__string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_validation_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_validation_another_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_validation_same_value_is_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_array_another_array_item_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_array_array_with_additional_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_array_same_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_null_not_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_another_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_same_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_const_with_true_does_not_match_1_true_is_valid PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_const_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_validation_not_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_with_false_if_subschema_any_non_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_with_false_if_subschema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_contains_with_null_instance_elements_allows_null_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_does_not_match_items_matches_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_matches_both_items_and_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_matches_items_does_not_match_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_contains_items_contains_matches_neither_items_nor_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_a_valid_base64_encoded_JSON_document PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_ignores_non_strings PASSED 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_encoded_media_type_documents_with_schema_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_string_encoding_a_valid_base64_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_binary_string_encoding_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_string_encoded_content_based_on_media_type_a_valid_JSON_document PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_content_validation_of_string_encoded_content_based_on_media_type_ignores_non_strings PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_defs_validate_definition_against_metaschema_invalid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_defs_validate_definition_against_metaschema_valid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_CRLF PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_CRLF_missing_dependent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes_missing_dependent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_empty_dependents_empty_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_empty_dependents_non_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_empty_dependents_object_with_one_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_missing_both_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_missing_other_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_nondependants PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_multiple_dependents_required_with_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_nondependant PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentRequired_single_dependency_with_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote_invalid_under_dependent_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab_invalid_under_dependent_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_root PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_dependent_subschema_incompatible_with_root_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_wrong_type_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_dependentSchemas_single_dependency_wrong_type_other PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_both_properties_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_wrong_bar_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_enums_in_properties_wrong_foo_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_enum_simple_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_date_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_duration_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_idn_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv4_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_ipv6_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_iri_reference_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_regex_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_relative_json_pointer_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uri_template_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_format_uuid_format_all_string_formats_ignore_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_id__id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_else_without_then_invalid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_else_without_then_valid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_else_without_then_valid_when_if_test_passes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_then_without_else_invalid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_then_without_else_valid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_if_and_then_without_else_valid_when_if_test_fails PASSED 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_else_without_if_valid_when_invalid_against_lone_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_else_without_if_valid_when_valid_against_lone_else PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_then_without_if_valid_when_invalid_against_lone_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_ignore_then_without_if_valid_when_valid_against_lone_then PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_then PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_a_schema_given_for_items_wrong_type_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_array_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_correct_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_incomplete_array_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_an_array_of_schemas_for_items_wrong_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_array_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_fewer_items_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_too_many_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_too_many_sub_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_wrong_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_and_subitems_wrong_sub_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schemas_array_with_one_item_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schemas_array_with_two_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_items_with_boolean_schemas_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_nested_items_nested_array_with_invalid_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_nested_items_not_deep_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_nested_items_valid_nested_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_items_single_form_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_all_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_all_elements_match_valid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_some_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_some_elements_match_valid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_value_with_a_decimal_one_element_matches_valid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_with_contains_value_with_a_decimal_too_many_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_without_contains_is_ignored_one_item_valid_against_lone_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_maxContains_without_contains_is_ignored_two_items_still_valid_against_lone_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_minContains_maxContains_actual_minContains_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_minContains_maxContains_minContains_actual_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxContains_minContains_maxContains_minContains_maxContains_actual PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_all_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_all_elements_match_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_all_elements_match_valid_maxContains_and_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_invalid_maxContains_and_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_maxContains_minContains_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_maxContains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_maxContains_not_more_than_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_maxContains_too_many PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_no_maxContains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_0_with_no_maxContains_minContains_0_makes_contains_always_pass PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_all_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_no_elements_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_single_element_matches_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_1_with_contains_some_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_all_elements_match_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_exactly_as_needed_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_more_than_needed_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_some_elements_match_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_some_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_with_a_decimal_value_both_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_2_with_contains_with_a_decimal_value_one_element_matches_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_without_contains_is_ignored_one_item_valid_against_lone_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minContains_minContains_without_contains_is_ignored_zero_items_still_valid_against_lone_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_int_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_int_int_by_int PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_int_int_by_int_fail PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_no_schema_validation_without_schema_a_1_character_string_is_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_no_schema_validation_without_schema_a_3_character_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_no_schema_validation_without_schema_a_non_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_collect_annotations_inside_a_not_even_if_collection_is_disabled_unevaluated_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_double_negation_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbidden_property_property_absent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_forbidden_property_property_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_disallowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_more_complex_schema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_more_complex_schema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_more_complex_schema_other_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_multiple_types_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_multiple_types_other_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_not_not_multiple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_first_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_oneOf_oneOf_with_required_second_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_pattern_pattern_validation_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_with_pattern_matching_property_names_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_with_pattern_non_matching_property_name_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_validation_with_pattern_object_without_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_integer_matches_at_the_outer_level PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_integer_now_matches_as_a_property_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_single_level_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_two_levels_properties_match_with_inner_definition PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_nesting_two_levels_properties_match_with_recursiveRef PASSED 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_works_like_ref_integer_matches_at_the_outer_level PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_no_recursiveAnchor_works_like_ref_single_level_match PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_recursiveAnchor_false_works_like_ref_integer_matches_at_the_outer_level PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_with_recursiveAnchor_false_works_like_ref_single_level_match PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_recursive_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_recursiveAnchor_works_like_ref_recursive_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_integer_does_not_match_as_a_property_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_integer_matches_at_the_outer_level PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_single_level_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_two_levels_no_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef__recursiveRef_without_using_nesting_two_levels_properties_match_with_inner_definition PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef_dynamic_recursiveRef_destination_not_predictable_at_schema_compile_time__integer_node PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef_dynamic_recursiveRef_destination_not_predictable_at_schema_compile_time__numeric_node PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_recursiveRef_multiple_dynamic_paths_to_the_recursiveRef_keyword_recurse_to_anyLeafNode_floats_are_allowed PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote__ref_to_ref_finds_detached_anchor_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote__ref_to_ref_finds_detached_anchor_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_anchor_within_remote_ref_remote_anchor_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_anchor_within_remote_ref_remote_anchor_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_URN_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_URN_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_different_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_with_ref_to_defs_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_remote_ref_with_ref_to_defs_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_Recursive_references_between_schemas_invalid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_Recursive_references_between_schemas_valid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_ref_with_nested_pointer_ref_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_URN_ref_with_nested_pointer_ref_a_string_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_with_recursiveAnchor_extra_items_allowed_for_inner_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref__ref_with_recursiveAnchor_extra_items_disallowed_for_root PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_percent_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_percent_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_slash_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_slash_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_tilde_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_escaped_pointer_ref_tilde_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_nested_refs_nested_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_nested_refs_nested_ref_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_order_of_evaluation_id_and_ref_data_is_invalid_against_first_definition PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_order_of_evaluation_id_and_ref_data_is_valid_against_first_definition PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_applies_alongside_sibling_keywords_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_else_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_else_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_if_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_if_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_then_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_to_then_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_array_match_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_object_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_pointer_ref_to_object_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_recursive_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_root_pointer_ref_recursive_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_default_validation_not_required_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_non_present_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_validation_present_required_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_with_empty_array_property_not_required PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_an_array_is_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_array_type_matches_arrays_null_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_null_is_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_float_is_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_number_type_matches_numbers_null_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_an_object_is_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_object_type_matches_objects_null_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_1_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_a_string_is_a_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_string_type_matches_strings_null_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_object_or_null_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_array_or_object_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_as_array_with_one_item_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_type_type_as_array_with_one_item_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_item_is_evaluated_in_an_uncle_schema_to_unevaluatedItems_no_extra_items PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_non_array_instances_are_valid_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_as_schema_with_invalid_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_as_schema_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_as_schema_with_valid_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_before_ref_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_before_ref_with_unevaluated_items PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_can_t_see_inside_cousins_always_fails PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_false_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_false_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_true_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_true_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_unevaluated_items PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_matches_and_it_has_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_additionalItems_all_valid_under_unevaluatedItems PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_additionalItems_invalid_under_unevaluatedItems PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_applicator_additionalItems_all_valid_under_unevaluatedItems PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ignored_applicator_additionalItems_invalid_under_unevaluatedItems PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_items_and_additionalItems_unevaluatedItems_doesn_t_apply PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_and_additionalItems_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_and_additionalItems_with_no_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_invalid_additional_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_no_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_only_valid_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_no_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_not_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_recursiveRef_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_recursiveRef_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ref_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_ref_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_tuple_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_tuple_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedItems_unevaluatedItems_with_uniform_items_unevaluatedItems_doesn_t_apply PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_consider_dependentSchemas PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_see_bar_when_foo2_is_absent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_sees_bar_when_foo2_is_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_Empty_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_b_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_c_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_a_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_foo_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_c_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_d_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_a_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_b_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_c_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foo_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foox_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_base_case_both_properties_present PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_base_case_both_properties_present PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_non_object_instances_are_valid_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_property_is_evaluated_in_an_uncle_schema_to_unevaluatedProperties_no_extra_properties PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_unevaluated_properties PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_always_fails PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_reverse_order__always_fails PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_false_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_false_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_allows_only_number_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_string_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_Empty_is_invalid_no_x_or_y_ PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_x_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_y_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_x_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_y_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_x_and_y_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_schema_with_invalid_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_schema_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_schema_with_valid_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Deep_nested_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Empty_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Nested_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Single_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_1st_level_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_2nd_level_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_3rd_level_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_true_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_true_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_unevaluated_properties PASSED 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_false_and_has_unevaluated_properties PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_true_and_has_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_not_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_null_valued_instance_properties_allows_null_valued_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_recursiveRef_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_recursiveRef_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_vocabulary_ignore_unrecognized_optional_vocabulary_number_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909::test_vocabulary_ignore_unrecognized_optional_vocabulary_string_value PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_2020_is_a_leap_year PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_2021_is_not_a_leap_year PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_YYYYMMDD_without_dashes_2023_03_28_ PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_an_invalid_date_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_invalid_month PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_invalid_month_day_combination PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_invalid_non_ASCII_৪_a_Bengali_4_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_non_padded_day_dates_are_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_non_padded_month_dates_are_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_a_valid_duration_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_an_invalid_duration_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_element_without_unit SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_elements_out_of_order SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_four_years_duration PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_missing_time_separator SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_no_date_or_time_elements_present SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_no_elements_present SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_no_time_elements_present SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_days_and_hours PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_hours PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_minute_duration PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_one_month_duration PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_time_element_in_the_date_position SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_two_weeks PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_weeks_cannot_be_combined_with_other_units SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_zero_time_in_days PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_duration_validation_of_duration_strings_zero_time_in_seconds PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_valid_host_name PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_contains_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_maximum_label_length PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_starting_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_e_mail_address PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_e_mail_address PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Nonspacing_Mark PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Spacing_Combining_Mark PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_an_Enclosing_Mark PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_followed_by_Greek PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_Greek PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Han PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Hiragana PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Katakana PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_other_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_following_l_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_preceding_l_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_following PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_preceding PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_surrounding_l_s PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_ends_with_a_dash PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_with_a_dash PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_Virama PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_preceded_by_Virama PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_preceded_by_Virama PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_label_correct_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_starting_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_idn_hostname_validation_of_internationalized_host_names_valid_Chinese_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_protocol_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_a_valid_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_based_on_IPv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_a_valid_IRI_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_IRI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_IRI_based_on_IPv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_IRI_though_valid_IRI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_iri_validation_of_IRIs_an_invalid_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_downwards_RJP PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_upwards_RJP PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__empty_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__explicit_positive_prefix PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__multi_digit_integer_prefix PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__negative_prefix PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_case_insensitive_Z PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_leap_second_Zulu SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_minus_offset PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_plus_offset PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_precise_second_fraction PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_a_valid_time_string_with_second_fraction PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_offset_indicator SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_hour SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_minute SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_second SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_hour SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_minute SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_contains_letters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_hour_minute_in_time_offset_must_be_two_digits SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_hour_minute_second_must_be_two_digits SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_invalid_time_string_with_extra_leading_zeros SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_no_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_no_time_offset_with_second_fraction SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_offset_not_starting_with_plus_or_minus SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_large_negative_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_large_positive_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_negative_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_positive_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_time_validation_of_time_strings_valid_leap_second_zero_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_a_valid_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_URN PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_a_valid_tel_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_lower_case PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_upper_case PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_all_zeroes_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_bad_characters_not_hex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_dashes_in_the_wrong_spot PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_hypothetical_version_15 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_hypothetical_version_6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_missing_section PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_mixed_case PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_no_dashes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_too_few_dashes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_too_many_dashes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_valid_version_4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_valid_version_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft201909Format::test_uuid_uuid_format_wrong_length PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_are_allowed_by_default_additional_properties_are_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_an_additional_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_being_false_does_not_allow_other_properties_patternProperties_are_not_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_can_exist_by_itself_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_does_not_look_in_applicators_properties_defined_in_allOf_are_not_examined PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_both_keywords PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_propertyNames_Valid_against_propertyNames_but_not_additionalProperties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_schema_an_additional_invalid_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_schema_an_additional_valid_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_additionalProperties_with_schema_no_additional_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_can_t_see_bar_even_when_foo2_is_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_dependentSchemas_with_additionalProperties_additionalProperties_doesn_t_consider_dependentSchemas PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_matching_the_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_additionalProperties_non_ASCII_pattern_with_additionalProperties_not_matching_the_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_false_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_false_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_false PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_combined_with_anyOf_oneOf_allOf_true_anyOf_true_oneOf_true PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_mismatch_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_mismatch_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_simple_types_mismatch_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_simple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_first_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_mismatch_second_allOf PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_base_schema_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_boolean_schemas_some_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_one_empty_schema_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_first_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_first_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_last_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_the_last_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_with_two_empty_schemas_any_data_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_allOf_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_nested_allOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_allOf_nested_allOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_absolute_URI_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_absolute_URI_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_Location_independent_identifier_with_base_URI_change_in_subschema_mismatch PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor__anchor_inside_an_enum_is_not_a_real_identifier_match_ref_to_anchor PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anchor_same_anchor_with_different_base_uri__ref_resolves_to_defs_A_allOf_1 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_both_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_both_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_first_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_neither_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_complex_types_second_anyOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_first_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_neither_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_second_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_base_schema_both_anyOf_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_base_schema_one_anyOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_boolean_schemas_all_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_boolean_schemas_some_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_one_empty_schema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_anyOf_with_one_empty_schema_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_nested_anyOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_anyOf_nested_anyOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_float_comparison_with_high_precision_comparison_works_for_high_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_integer_a_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_integer_a_negative_bignum_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_maximum_integer_comparison_comparison_works_for_high_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_minimum_integer_comparison_comparison_works_for_very_negative_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_number_a_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_number_a_negative_bignum_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_bignum_string_a_bignum_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_false__string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_boolean_schema_boolean_schema_true__string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_validation_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_validation_another_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_validation_same_value_is_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_0_does_not_match_other_zero_like_types_false_is_invalid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_1_does_not_match_true_true_is_invalid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_2_0_matches_integer_and_float_types_integer_2_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_false_does_not_match_a_0___a_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_false_does_not_match_a_0___a_false_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_true_does_not_match_a_1___a_1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_a_true_does_not_match_a_1___a_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_array_another_array_item_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_array_array_with_additional_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_array_same_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_null_not_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_another_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_another_type_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_same_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_object_same_object_with_different_property_order_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_const_with_true_does_not_match_1_true_is_valid PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_const_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_with_item_matching_schema_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_with_item_matching_schema_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_with_two_items_matching_schema_5_6_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_array_without_items_matching_schema_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_validation_not_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_false_any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_false_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_false_non_arrays_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_true_any_non_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_const_keyword_array_with_item_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_const_keyword_array_with_two_items_5_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_keyword_with_const_keyword_array_without_item_5_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_with_false_if_subschema_any_non_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_with_false_if_subschema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_contains_with_null_instance_elements_allows_null_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_does_not_match_items_matches_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_matches_both_items_and_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_matches_items_does_not_match_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_contains_items_contains_matches_neither_items_nor_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_a_valid_base64_encoded_JSON_document PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_ignores_non_strings PASSED 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_encoded_media_type_documents_with_schema_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_string_encoding_a_valid_base64_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_binary_string_encoding_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_string_encoded_content_based_on_media_type_a_valid_JSON_document PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_content_validation_of_string_encoded_content_based_on_media_type_ignores_non_strings PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_string_value_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_string_value_for_default_valid_when_property_is_specified PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_type_for_default_still_valid_when_the_invalid_default_is_used PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_default_invalid_type_for_default_valid_when_property_is_specified PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_defs_validate_definition_against_metaschema_invalid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_defs_validate_definition_against_metaschema_valid_definition_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_CRLF PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_CRLF_missing_dependent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_dependencies_with_escaped_characters_quoted_quotes_missing_dependent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_empty_dependents_empty_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_empty_dependents_non_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_empty_dependents_object_with_one_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_missing_both_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_missing_other_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_nondependants PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_multiple_dependents_required_with_dependencies PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_missing_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_neither PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_nondependant PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentRequired_single_dependency_with_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_boolean_subschemas_object_with_property_having_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_quote_invalid_under_dependent_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependencies_with_escaped_characters_quoted_tab_invalid_under_dependent_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_matches_root PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_dependent_subschema_incompatible_with_root_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_no_dependency PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_wrong_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_wrong_type_both PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dependentSchemas_single_dependency_wrong_type_other PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_points_to_a_boolean_schema_follow_dynamicRef_to_a_false_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_points_to_a_boolean_schema_follow_dynamicRef_to_a_true_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_skips_over_intermediate_resources_direct_reference_integer_property_passes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__dynamicRef_skips_over_intermediate_resources_direct_reference_string_property_fails PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_defs_first_correct_extended_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_defs_first_incorrect_extended_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_defs_first_incorrect_parent_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_ref_first_correct_extended_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_ref_first_incorrect_extended_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_and_dynamicAnchor_are_independent_of_order_ref_first_incorrect_parent_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_to_dynamicRef_finds_detached_dynamicAnchor_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef__ref_to_dynamicRef_finds_detached_dynamicAnchor_number_is_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_number_list_with_number_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_number_list_with_string_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_string_list_with_number_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_multiple_dynamic_paths_to_the_dynamicRef_keyword_string_list_with_string_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_strict_tree_schema_guards_against_misspelled_properties_instance_with_correct_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_strict_tree_schema_guards_against_misspelled_properties_instance_with_misspelled_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_tests_for_implementation_dynamic_anchor_and_reference_link_correct_extended_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_tests_for_implementation_dynamic_anchor_and_reference_link_incorrect_extended_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_dynamicRef_tests_for_implementation_dynamic_anchor_and_reference_link_incorrect_parent_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false___0_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false___0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false___false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false_float_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_0_does_not_match_false_integer_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true___1_0_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true___1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true___true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true_float_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true_integer_one_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_1_does_not_match_true_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_escaped_characters_another_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_escaped_characters_member_1_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_escaped_characters_member_2_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0___0_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0___0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0___false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0_float_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_false_does_not_match_0_integer_zero_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1___1_0_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1___1_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1___true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1_float_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1_integer_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enum_with_true_does_not_match_1_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_both_properties_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_missing_all_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_missing_optional_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_missing_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_wrong_bar_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_enums_in_properties_wrong_foo_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_extra_properties_in_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_objects_are_deep_compared PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_validation_valid_object_matches PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_with_null_validation_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_with_null_validation_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_heterogeneous_enum_with_null_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_nul_characters_in_strings_do_not_match_string_lacking_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_nul_characters_in_strings_match_string_with_nul PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_simple_enum_validation_one_of_the_enum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_enum_simple_enum_validation_something_else_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_above_the_exclusiveMaximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_below_the_exclusiveMaximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMaximum_exclusiveMaximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_above_the_exclusiveMinimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_below_the_exclusiveMinimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_boundary_point_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_exclusiveMinimum_exclusiveMinimum_validation_ignores_non_numbers PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_format_invalid_date_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_date_time_format_invalid_date_time_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_duration_format_invalid_duration_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_email_format_invalid_email_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_hostname_format_invalid_hostname_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_email_format_invalid_idn_email_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_idn_hostname_format_invalid_idn_hostname_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv4_format_invalid_ipv4_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_ipv6_format_invalid_ipv6_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_format_invalid_iri_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_iri_reference_format_invalid_iri_reference_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_json_pointer_format_invalid_json_pointer_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_regex_format_invalid_regex_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_relative_json_pointer_format_all_string_formats_ignore_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_time_format_invalid_time_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_format_invalid_uri_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_reference_format_invalid_uri_reference_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uri_template_format_invalid_uri_template_string_is_only_an_annotation_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_format_uuid_format_invalid_uuid_string_is_only_an_annotation_by_default PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_id__id_inside_an_enum_is_not_a_real_identifier_match_ref_to_id PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_else_without_then_invalid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_else_without_then_valid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_else_without_then_valid_when_if_test_passes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_then_without_else_invalid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_then_without_else_valid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_if_and_then_without_else_valid_when_if_test_fails PASSED 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_else_without_if_valid_when_invalid_against_lone_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_else_without_if_valid_when_valid_against_lone_else PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_then_without_if_valid_when_invalid_against_lone_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_ignore_then_without_if_valid_when_valid_against_lone_then PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_invalid_through_then PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_else PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_if_then_else_validate_against_correct_branch_then_vs_else_valid_through_then PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_a_schema_given_for_items_wrong_type_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_fewer_items_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_too_many_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_too_many_sub_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_wrong_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_and_subitems_wrong_sub_item PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_false__any_non_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_false__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_true__any_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_boolean_schema_true__empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_heterogeneous_array_heterogeneous_invalid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_heterogeneous_array_valid_instance PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_items_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_nested_items_nested_array_with_invalid_type PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_nested_items_not_deep_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_nested_items_valid_nested_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_validation_adjusts_the_starting_index_for_items_valid_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_validation_adjusts_the_starting_index_for_items_wrong_type_of_second_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_additional_items_are_not_permitted PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_equal_number_of_items_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_fewer_number_of_items_present_1_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_items_prefixItems_with_no_additional_items_allowed_fewer_number_of_items_present_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_all_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_all_elements_match_valid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_some_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_some_elements_match_valid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_value_with_a_decimal_one_element_matches_valid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_with_contains_value_with_a_decimal_too_many_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_without_contains_is_ignored_one_item_valid_against_lone_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_maxContains_without_contains_is_ignored_two_items_still_valid_against_lone_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_minContains_maxContains_actual_minContains_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_minContains_maxContains_minContains_actual_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxContains_minContains_maxContains_minContains_maxContains_actual PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxItems_maxItems_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_two_graphemes_is_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxLength_maxLength_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_0_means_the_object_is_empty_no_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_0_means_the_object_is_empty_one_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_with_a_decimal_shorter_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maxProperties_maxProperties_validation_with_a_decimal_too_long_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_below_the_maximum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_above_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_below_the_maximum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_maximum_maximum_validation_with_unsigned_integer_boundary_point_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_all_elements_match_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_all_elements_match_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_all_elements_match_valid_maxContains_and_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_invalid_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_invalid_maxContains_and_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_maxContains_minContains_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_minContains_0_makes_contains_always_pass PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_with_maxContains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_with_maxContains_not_more_than_maxContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_0_with_maxContains_too_many PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_all_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_no_elements_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_single_element_matches_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_1_with_contains_some_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_all_elements_match_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_exactly_as_needed_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_all_elements_match_valid_minContains_more_than_needed_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_empty_data PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_some_elements_match_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_some_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_with_a_decimal_value_both_elements_match_valid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_2_with_contains_with_a_decimal_value_one_element_matches_invalid_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_without_contains_is_ignored_one_item_valid_against_lone_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minContains_minContains_without_contains_is_ignored_zero_items_still_valid_against_lone_minContains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_ignores_non_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minItems_minItems_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_ignores_non_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_one_grapheme_is_not_long_enough PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minLength_minLength_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_exact_length_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_with_a_decimal_longer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minProperties_minProperties_validation_with_a_decimal_too_short_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_boundary_point_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_boundary_point_with_float_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_float_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_int_below_the_minimum_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_negative_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_minimum_minimum_validation_with_signed_integer_positive_above_the_minimum_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_int_ignores_non_numbers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_int_int_by_int PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_int_int_by_int_fail PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_number_35_is_not_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_number_4_5_is_multiple_of_1_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_number_zero_is_multiple_of_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_small_number_0_00751_is_not_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_by_small_number_0_0075_is_multiple_of_0_0001 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_float_division_inf_always_invalid_but_naive_implementations_may_raise_an_overflow_error PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_multipleOf_small_multiple_of_large_integer_any_integer_is_a_multiple_of_1e_8 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_no_schema_validation_without_schema_a_1_character_string_is_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_no_schema_validation_without_schema_a_3_character_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_no_schema_validation_without_schema_a_non_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_doesn_t_match_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_patternProperties_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_one PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_doesn_t_match_two PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_empty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_single PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_non_bmp_regex_Proper_UTF_16_surrogate_pair_handling_pattern_matches_two PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_boolean_false_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_boolean_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_allow_everything_with_boolean_schema_false_string_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_collect_annotations_inside_a_not_even_if_collection_is_disabled_unevaluated_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_double_negation_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_boolean_schema_true_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_boolean_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_boolean_true_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_empty_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_empty_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbid_everything_with_empty_schema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbidden_property_property_absent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_forbidden_property_property_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_allowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_disallowed PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_more_complex_schema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_more_complex_schema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_more_complex_schema_other_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_multiple_types_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_multiple_types_other_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_not_not_multiple_types_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_nested_oneOf_to_check_validation_semantics_anything_non_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_nested_oneOf_to_check_validation_semantics_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_both_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_first_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_neither_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_complex_types_second_oneOf_valid_complex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_base_schema_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_base_schema_mismatch_base_schema PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_base_schema_one_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_all_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_all_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_more_than_one_true_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_boolean_schemas_one_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_empty_schema_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_empty_schema_one_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_both_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_first_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_neither_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_missing_optional_property_second_oneOf_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_both_invalid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_both_valid_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_first_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_oneOf_oneOf_with_required_second_valid_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_simultaneous_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_both_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_one_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_an_invalid_due_to_the_other_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_multiple_simultaneous_patternProperties_are_validated_multiple_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_invalid_match_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_a_single_valid_match_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_invalid_matches_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_validates_properties_matching_a_regex_multiple_valid_matches_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_empty_object_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_object_with_both_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_false_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_boolean_schemas_object_with_property_matching_schema_true_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_patternProperties_patternProperties_with_null_valued_instance_properties_allows_null_values PASSED 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_is_not_anchored_matches_a_substring PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_a_matching_pattern_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_a_non_matching_pattern_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_pattern_pattern_validation_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_JavaScript_pseudo_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_array_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_correct_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_empty_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_incomplete_array_of_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_a_schema_given_for_prefixItems_wrong_types PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_additional_items_are_allowed_by_default_only_the_first_item_is_validated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_boolean_schemas_array_with_one_item_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_boolean_schemas_array_with_two_items_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_boolean_schemas_empty_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_prefixItems_prefixItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_both_properties_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_both_properties_present_and_valid_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_doesn_t_invalidate_other_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_object_properties_validation_one_property_invalid_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_ignores_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_invalidates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_additionalProperty_validates_others PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_patternProperty_validates_nonproperty PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_property_invalidates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_patternProperties_additionalProperties_interaction_property_validates_property PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names___proto___not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_all_present_and_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_constructor_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_none_of_the_properties_mentioned PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_whose_names_are_Javascript_object_property_names_toString_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_both_properties_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_no_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_only_false_property_present_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_boolean_schema_only_true_property_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_escaped_characters_object_with_all_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_escaped_characters_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_properties_properties_with_null_valued_instance_properties_allows_null_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_all_property_names_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_object_without_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_validation_some_property_names_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_false_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_false_object_with_any_properties_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_true_empty_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_propertyNames_propertyNames_with_boolean_schema_true_object_with_any_properties_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_internals_of_known_non_applicator_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_a_root_arbitrary_keyword__mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refOfUnknownKeyword_reference_of_an_arbitrary_keyword_of_a_sub_schema_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_Location_independent_identifier_in_remote_ref_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_Location_independent_identifier_in_remote_ref_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote__ref_to_ref_finds_detached_anchor_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote__ref_to_ref_finds_detached_anchor_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_anchor_within_remote_ref_remote_anchor_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_anchor_within_remote_ref_remote_anchor_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_base_URI_change_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_base_URI_change_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_in_subschema_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_in_subschema_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_base_URI_change_change_folder_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_fragment_within_remote_ref_remote_fragment_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_fragment_within_remote_ref_remote_fragment_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_ref_within_remote_ref_ref_within_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_ref_within_remote_ref_ref_within_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_URN_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_URN_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_different_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_HTTP_ref_with_nested_absolute_ref_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_with_ref_to_defs_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_remote_ref_with_ref_to_defs_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_retrieved_nested_refs_resolve_relative_to_their_URI_not_id_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_root_ref_in_remote_ref_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_root_ref_in_remote_ref_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_refRemote_root_ref_in_remote_ref_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_Recursive_references_between_schemas_invalid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_Recursive_references_between_schemas_valid_tree PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_NSS_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_NSS_a_string_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_URN_and_JSON_pointer_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_URN_and_anchor_ref_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_q_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_q_component_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_r_component_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_base_URI_with_r_component_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_ref_with_nested_pointer_ref_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_URN_ref_with_nested_pointer_ref_a_string_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_nix_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_nix_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_windows_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__id_with_file_URI_still_resolves_pointers_windows_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__ref_to_boolean_schema_false_any_value_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref__ref_to_boolean_schema_true_any_value_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_empty_tokens_in_ref_json_pointer_non_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_empty_tokens_in_ref_json_pointer_number_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_percent_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_percent_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_slash_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_slash_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_tilde_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_escaped_pointer_ref_tilde_valid PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_nested_refs_nested_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_nested_refs_nested_ref_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_order_of_evaluation_id_and_ref_data_is_invalid_against_first_definition PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_order_of_evaluation_id_and_ref_data_is_valid_against_first_definition PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_containing_an_actual_ref_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_property_named_ref_that_is_not_a_reference_property_named_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_applies_alongside_sibling_keywords_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_applies_alongside_sibling_keywords_ref_valid_maxItems_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_else_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_else_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_if_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_if_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_then_a_non_integer_is_invalid_due_to_the_ref PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_to_then_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_with_absolute_path_reference_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_ref_with_absolute_path_reference_an_integer_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_quote_object_with_numbers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_quote_object_with_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_relative_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_relative_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_refs_with_relative_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_array_match_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_array_mismatch_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_object_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_pointer_ref_to_object_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_inner_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_refs_with_absolute_uris_and_defs_invalid_on_outer_field PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_relative_refs_with_absolute_uris_and_defs_valid_on_both_fields PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_remote_ref_containing_refs_itself_remote_ref_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_remote_ref_containing_refs_itself_remote_ref_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_recursive_match PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_root_pointer_ref_recursive_mismatch PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_simple_URN_base_URI_with_JSON_pointer_a_non_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_ref_simple_URN_base_URI_with_JSON_pointer_a_string_is_valid PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_default_validation_not_required_by_default PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names___proto___present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_all_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_constructor_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_ignores_other_non_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_properties_whose_names_are_Javascript_object_property_names_toString_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_ignores_other_non_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_non_present_required_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_validation_present_required_property_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_with_empty_array_property_not_required PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_with_escaped_characters_object_with_all_properties_present_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_required_required_with_escaped_characters_object_with_some_properties_missing_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_a_boolean_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_a_float_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_a_string_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_an_array_is_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_an_integer_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_an_object_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_array_type_matches_arrays_null_is_not_an_array PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_a_float_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_a_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_array_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_empty_string_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_integer_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_an_object_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_false_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_null_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_true_is_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_boolean_type_matches_booleans_zero_is_not_a_boolean PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_boolean_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_float_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_float_with_zero_fractional_part_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_a_string_is_not_an_integer PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_an_array_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_an_integer_is_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_an_object_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_integer_type_matches_integers_null_is_not_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_a_boolean_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_a_float_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_a_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_an_array_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_an_integer_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_an_object_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_multiple_types_can_be_specified_in_an_array_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_a_float_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_a_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_array_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_empty_string_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_integer_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_an_object_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_false_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_null_is_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_true_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_null_type_matches_only_the_null_object_zero_is_not_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_boolean_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_float_is_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_a_string_is_not_a_number PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_an_array_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_an_integer_is_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_an_object_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_number_type_matches_numbers_null_is_not_a_number PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_a_boolean_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_a_float_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_a_string_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_an_array_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_an_integer_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_an_object_is_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_object_type_matches_objects_null_is_not_an_object PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_1_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_a_boolean_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_a_float_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_a_string_is_a_string PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_an_array_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_an_empty_string_is_still_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_an_object_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_string_type_matches_strings_null_is_not_a_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_null_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_object_or_null_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_null_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_object_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_array_or_object_string_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_as_array_with_one_item_number_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_type_type_as_array_with_one_item_string_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_item_is_evaluated_in_an_uncle_schema_to_unevaluatedItems_no_extra_items PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_non_array_instances_are_valid_ignores_strings PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_and_contains_interact_to_control_item_dependency_relationship_empty_array_is_valid PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_as_schema_with_invalid_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_as_schema_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_as_schema_with_valid_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_before_ref_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_before_ref_with_unevaluated_items PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_can_t_see_inside_cousins_always_fails PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_adjacent_contains_contains_fails_second_item_is_not_evaluated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_adjacent_contains_contains_passes_second_item_is_not_evaluated PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_adjacent_contains_second_item_is_evaluated_by_contains PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_multiple_nested_contains_5_not_evaluated_passes_unevaluatedItems PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_depends_on_multiple_nested_contains_7_not_evaluated_fails_unevaluatedItems PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_false_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_false_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_true_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_true_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_one_schema_matches_and_has_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_anyOf_when_two_schemas_match_and_has_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_boolean_schemas_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_dynamicRef_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_dynamicRef_with_unevaluated_items PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_if_then_else_when_if_matches_and_it_has_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_items_and_prefixItems_unevaluatedItems_doesn_t_apply PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_items_invalid_under_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_items_valid_under_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_invalid_additional_item PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_no_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_items_with_only_valid_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_prefixItems_and_items_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_prefixItems_and_items_with_no_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_tuple_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_nested_unevaluatedItems_with_no_additional_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_not_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_null_instance_elements_allows_null_elements PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_oneOf_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_ref_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_ref_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_tuple_with_no_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_tuple_with_unevaluated_items PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedItems_unevaluatedItems_with_uniform_items_unevaluatedItems_doesn_t_apply PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_false_with_properties_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_cousin_unevaluatedProperties_true_and_false_true_with_properties_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_consider_dependentSchemas PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_doesn_t_see_bar_when_foo2_is_absent PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dependentSchemas_with_unevaluatedProperties_unevaluatedProperties_sees_bar_when_foo2_is_present PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_Empty_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_b_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_c_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_a_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_a_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_foo_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_all_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_c_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_b_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_c_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_d_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_a_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_b_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_c_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_d_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foo_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_foox_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_dynamic_evalation_inside_nested_refs_xx_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_allOf_has_unevaluated_base_case_both_properties_present PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_in_place_applicator_siblings_anyOf_has_unevaluated_base_case_both_properties_present PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_inside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_false_inner_true_properties_outside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_inside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_nested_unevaluatedProperties_outer_true_inner_false_properties_outside_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_null PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_non_object_instances_are_valid_ignores_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_property_is_evaluated_in_an_uncle_schema_to_unevaluatedProperties_no_extra_properties PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_before_ref_with_unevaluated_properties PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_always_fails PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_can_t_see_inside_cousins_reverse_order__always_fails PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_false_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_false_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_allows_only_number_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_not_affected_by_propertyNames_string_property_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_Empty_is_invalid_no_x_or_y_ PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_x_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_b_and_y_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_x_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_a_and_y_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_ref_inside_allOf_oneOf_x_and_y_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_schema_with_invalid_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_schema_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_schema_with_valid_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Deep_nested_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Empty_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Nested_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Single_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_1st_level_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_2nd_level_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_single_cyclic_ref_Unevaluated_on_3rd_level_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_true_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_true_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_additionalProperties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_patternProperties_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_adjacent_properties_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_one_matches_and_has_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_anyOf_when_two_match_and_has_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_boolean_schemas_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dependentSchemas_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dynamicRef_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_dynamicRef_with_unevaluated_properties PASSED 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_false_and_has_unevaluated_properties PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_if_then_else_when_if_is_true_and_has_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_additionalProperties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_patternProperties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_properties_with_no_additional_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_nested_unevaluatedProperties_with_no_nested_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_not_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_null_valued_instance_properties_allows_null_valued_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_oneOf_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_no_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_unevaluatedProperties_unevaluatedProperties_with_ref_with_unevaluated_properties PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_non_unique_heterogeneous_types_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_false_validation_unique_heterogeneous_types_are_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__a_false_and_a_0_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation__a_true_and_a_1_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_different_objects_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_false_is_not_equal_to_zero PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_nested_0_and_false_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_nested_1_and_true_are_unique PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_arrays_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_more_than_two_integers_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_nested_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_objects_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_array_of_strings_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_non_unique_heterogeneous_types_are_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_numbers_are_unique_if_mathematically_unequal PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_objects_are_non_unique_despite_key_order PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_property_order_of_array_of_objects_is_ignored PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_true_is_not_equal_to_one PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_arrays_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_integers_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_nested_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_objects_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_array_of_strings_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_validation_unique_heterogeneous_types_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items__false_true_from_items_array_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_uniqueItems_uniqueItems_with_an_array_of_items__true_false_from_items_array_is_valid PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_vocabulary_ignore_unrecognized_optional_vocabulary_number_value PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012::test_vocabulary_ignore_unrecognized_optional_vocabulary_string_value PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_a_valid_date_time_string PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_date_time_string SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_day_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_an_invalid_offset_in_date_time_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_case_insensitive_T_and_Z PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_day_dates SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_time_validation_of_date_time_strings_invalid_non_padded_month_dates SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_2020_is_a_leap_year PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_2021_is_not_a_leap_year PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_ISO8601_non_RFC3339_YYYYMMDD_without_dashes_2023_03_28_ PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_31_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_32_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_invalid_date_string_with_invalid_month PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_April PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_June PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_November PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_30_days_in_September PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_August PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_December PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_January PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_July PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_March PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_May PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_a_valid_date_string_with_31_days_in_October PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_an_invalid_date_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_invalid_month PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_invalid_month_day_combination PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_invalid_non_ASCII_৪_a_Bengali_4_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_non_padded_day_dates_are_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_non_padded_month_dates_are_not_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_date_validation_of_date_strings_only_RFC3339_not_all_of_ISO_8601_are_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_a_valid_duration_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_an_invalid_duration_string SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_element_without_unit SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_elements_out_of_order SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_four_years_duration PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_missing_time_separator SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_no_date_or_time_elements_present SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_no_elements_present SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_no_time_elements_present SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_days_and_hours PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_and_a_half_days_in_hours PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_minute_duration PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_one_month_duration PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_time_element_in_the_date_position SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_two_weeks PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_weeks_cannot_be_combined_with_other_units SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_zero_time_in_days PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_duration_validation_of_duration_strings_zero_time_in_seconds PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_a_valid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_IPv4_address_literal_after_the_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_IPv6_address_literal_after_the_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_invalid_IPv4_address_literal SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_invalid_domain SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_an_invalid_e_mail_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_dot_after_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_dot_before_local_part_is_not_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_tilde_after_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_tilde_before_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_tilde_in_local_part_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_email_validation_of_e_mail_addresses_two_separated_dots_inside_local_part_are_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_host_name_containing_illegal_characters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_host_name_starting_with_an_illegal_character SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_host_name_with_a_component_too_long SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_valid_host_name PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_a_valid_punycoded_IDN_hostname PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_contains_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_ends_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_ends_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_exceeds_maximum_label_length SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_maximum_label_length PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_starting_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_starts_with_hyphen SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_hostname_validation_of_host_names_starts_with_underscore SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_a_valid_e_mail_address PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_email_validation_of_an_internationalized_e_mail_addresses_an_invalid_e_mail_address PASSED 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Nonspacing_Mark PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_a_Spacing_Combining_Mark PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Begins_with_an_Enclosing_Mark PASSED 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_followed_by_Greek PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_Greek PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Greek_KERAIA_not_followed_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERESH_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_Hebrew_GERSHAYIM_preceded_by_Hebrew PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Han PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Hiragana PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_Katakana PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_KATAKANA_MIDDLE_DOT_with_no_other_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_following_l_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_no_preceding_l_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_following PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_nothing_preceding PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_MIDDLE_DOT_with_surrounding_l_s PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_ends_with_a_dash PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_U_label_starts_with_a_dash PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_Virama PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_not_preceded_by_anything PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_JOINER_preceded_by_Virama PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_ZERO_WIDTH_NON_JOINER_preceded_by_Virama PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_invalid_label_correct_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_ending_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_starting_with_digit PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_digits PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_single_label_with_hyphen PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_idn_hostname_validation_of_internationalized_host_names_valid_Chinese_Punycode PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_a_valid_IP_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_as_an_integer_decimal_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_an_IP_address_without_4_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_invalid_leading_zeroes_as_they_are_treated_as_octals PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_invalid_non_ASCII_২_a_Bengali_2_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_netmask_is_not_a_part_of_ipv4_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv4_validation_of_IP_addresses_value_without_leading_zero_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_8_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_first PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_long_invalid_ipv6_below_length_limit_second PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_long_valid_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_a_valid_IPv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_containing_illegal_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_out_of_range_values PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_an_IPv6_address_with_too_many_components PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_insufficient_octets_without_double_colons PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_invalid_non_ASCII_৪_a_Bengali_4_ PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_ipv4_is_not_ipv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_ipv4_segment_must_have_4_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_leading_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_leading_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_missing_leading_octet_with_omitted_octets_later PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_missing_trailing_octet_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_double_colons_between_the_sections PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_ipv4_section_with_a_hex_octet PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_mixed_format_with_the_ipv4_section_as_decimal_octets PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_netmask_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_no_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_no_digits_is_valid PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_4_hex_symbols_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_5_hex_symbols_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_colons_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_trailing_whitespace_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_triple_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_two_sets_of_double_colons_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_ipv6_validation_of_IPv6_addresses_zone_id_is_not_a_part_of_ipv6_address PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_IRI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_protocol_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_a_valid_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_reference_validation_of_IRI_References_an_invalid_IRI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_based_on_IPv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_a_valid_IRI_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_IRI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_IRI_based_on_IPv6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_IRI_though_valid_IRI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_iri_validation_of_IRIs_an_invalid_relative_IRI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__a_valid_JSON_pointer PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_json_pointer_validation_of_JSON_pointers_JSON_String_Representation__all_string_formats_ignore_objects PASSED 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_a_regular_expression_with_unclosed_parens_is_invalid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_a_valid_regular_expression PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_regex_validation_of_regular_expressions_all_string_formats_ignore_objects PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_downwards_RJP PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__a_valid_upwards_RJP PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__all_string_formats_ignore_objects PASSED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__empty_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__explicit_positive_prefix PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__multi_digit_integer_prefix PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_relative_json_pointer_validation_of_Relative_JSON_Pointers_RJP__negative_prefix PASSED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_case_insensitive_Z PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_leap_second_Zulu SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_minus_offset PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_plus_offset PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_precise_second_fraction PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_a_valid_time_string_with_second_fraction PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_offset_indicator SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_hour SKIPPED 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 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_minute SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_second SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_hour SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_an_invalid_time_string_with_invalid_time_numoffset_minute SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_contains_letters SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_hour_minute_in_time_offset_must_be_two_digits SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_hour_minute_second_must_be_two_digits SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_Zulu_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_negative_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_positive_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_hour_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_leap_second_zero_time_offset_wrong_minute_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_non_ASCII_২_a_Bengali_2_ SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_invalid_time_string_with_extra_leading_zeros SKIPPED 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 jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_no_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_no_time_offset_with_second_fraction SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_offset_not_starting_with_plus_or_minus SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_only_RFC3339_not_all_of_ISO_8601_are_valid SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_large_negative_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_large_positive_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_negative_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_positive_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_time_validation_of_time_strings_valid_leap_second_zero_time_offset SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_unknown_unknown_format_unknown_formats_ignore_strings PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_a_valid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_reference_validation_of_URI_References_an_invalid_URI_fragment PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_a_valid_relative_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_a_valid_uri_template PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_a_valid_uri_template_without_variables PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_template_format_uri_template_an_invalid_uri_template SKIPPED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_based_on_IPv4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_for_a_simple_text_file PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_URL_encoded_stuff PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_anchor_tag_and_parentheses PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_ftp_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URL_with_many_special_characters PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_URN PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_mailto_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_newsgroup_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_puny_coded_URL_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_a_valid_tel_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_though_valid_URI_reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_with_comma_in_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_URI_with_spaces_and_missing_scheme PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_protocol_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uri_validation_of_URIs_an_invalid_relative_URI_Reference PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_lower_case PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_arrays PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_booleans PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_floats PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_integers PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_nulls PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_string_formats_ignore_objects PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_upper_case PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_all_zeroes_is_valid PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_bad_characters_not_hex_ PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_dashes_in_the_wrong_spot PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_hypothetical_version_15 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_hypothetical_version_6 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_missing_section PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_mixed_case PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_no_dashes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_too_few_dashes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_too_many_dashes PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_valid_version_4 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_valid_version_5 PASSED jsonschema/tests/test_jsonschema_test_suite.py::TestDraft202012Format::test_uuid_uuid_format_wrong_length PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_checks_can_be_added_at_init PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_is_type PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_is_unknown_type PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_redefine_existing_type PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_redefine_many PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_remove PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_remove_multiple PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_remove_unknown_type PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_repr PASSED jsonschema/tests/test_types.py::TestTypeChecker::test_type_check_can_raise_key_error PASSED jsonschema/tests/test_types.py::TestCustomTypes::test_object_can_be_extended PASSED jsonschema/tests/test_types.py::TestCustomTypes::test_object_extensions_can_handle_custom_validators PASSED jsonschema/tests/test_types.py::TestCustomTypes::test_object_extensions_require_custom_validators PASSED jsonschema/tests/test_types.py::TestCustomTypes::test_simple_type_can_be_extended PASSED jsonschema/tests/test_types.py::TestCustomTypes::test_unknown_type PASSED jsonschema/tests/test_utils.py::TestEqual::test_nan PASSED jsonschema/tests/test_utils.py::TestEqual::test_none PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_additional_key PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_empty_dictionaries PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_equal_dictionaries PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_equal_dictionaries_with_nan PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_missing_key PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_missing_value PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_mixed_nested_equal PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_nested_dict_unequal PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_nested_equal PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_nested_list_unequal PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_one_none PASSED jsonschema/tests/test_utils.py::TestDictEqual::test_same_item PASSED jsonschema/tests/test_utils.py::TestListEqual::test_empty_list PASSED jsonschema/tests/test_utils.py::TestListEqual::test_equal_lists PASSED jsonschema/tests/test_utils.py::TestListEqual::test_equal_lists_with_nan PASSED jsonschema/tests/test_utils.py::TestListEqual::test_equal_nested_lists PASSED jsonschema/tests/test_utils.py::TestListEqual::test_first_list_larger PASSED jsonschema/tests/test_utils.py::TestListEqual::test_list_with_none_equal PASSED jsonschema/tests/test_utils.py::TestListEqual::test_list_with_none_unequal PASSED jsonschema/tests/test_utils.py::TestListEqual::test_one_none PASSED jsonschema/tests/test_utils.py::TestListEqual::test_same_list PASSED jsonschema/tests/test_utils.py::TestListEqual::test_second_list_larger PASSED jsonschema/tests/test_utils.py::TestListEqual::test_unequal_nested_lists PASSED jsonschema/tests/test_utils.py::TestListEqual::test_unsorted_lists PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_attrs PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_check_schema_with_different_metaschema PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_check_schema_with_different_metaschema_defaults_to_self PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_create_default_types PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_dashes_are_stripped_from_validator_names PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_extend PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_extend_applicable_validators PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_extend_idof PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_if_a_version_is_not_provided_it_is_not_registered PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_if_a_version_is_provided_it_is_registered PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_init PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_iter_errors_multiple_errors PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_iter_errors_one_error PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_iter_errors_successful PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_long_repr PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_repr PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_repr_no_version PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_validates_registers_meta_schema_draft6_id PASSED jsonschema/tests/test_validators.py::TestCreateAndExtend::test_validates_registers_meta_schema_id PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_False_schema PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalItems_multiple_failures PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalItems_single_failure PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalProperties_false_patternProperties PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalProperties_multiple_failures PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_additionalProperties_single_failure PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_const PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_draft_6 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_few PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_few_both_constrained PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_many PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_contains_too_many_both_constrained PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependencies_list_draft3 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependencies_list_draft7 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependencies_single_element PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_dependentRequired PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_does_not_contain PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_exclusiveMaximum PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_exclusiveMinimum PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_additionalItems_with_Items PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_items_prefixItems PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_properties_additionalProperties PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_properties_unevaluatedProperties PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_heterogeneous_unevaluatedItems_prefixItems PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_invalid_format_default_message PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxItems PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxItems_0 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxLength PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxLength_0 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxProperties PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maxProperties_0 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_maximum PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minItems PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minItems_1 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minLength PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minLength_1 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minProperties PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minProperties_1 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_minimum PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_multipleOf PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_multiple_type_failure PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_object_with_named_type_failure PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_object_without_title_type_failure_draft3 PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_oneOf_matches_none PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_oneOf_matches_too_many PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_pattern PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_prefixItems_with_items PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_prefixItems_with_multiple_extra_items PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_required PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_single_item PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_single_type_failure PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_single_type_list_failure PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_items PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_items_on_invalid_type PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_properties_disallowed PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_properties_invalid_against_subschema PASSED jsonschema/tests/test_validators.py::TestValidationErrorMessages::test_unevaluated_properties_on_invalid_type PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_additionalItems PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_additionalItems_with_items PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_additionalProperties PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_anyOf PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_boolean_schema_False PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_contains_none PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_contains_too_few PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_contains_too_many PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_if_else PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_if_then PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_multiple_nesting PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_patternProperties PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_prefixItems PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_prefixItems_with_items PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_propertyNames PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_recursive PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_ref PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_ref_sibling PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_single_nesting PASSED jsonschema/tests/test_validators.py::TestValidationErrorDetails::test_type PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_False_is_not_a_schema PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_False_is_not_a_schema_even_if_you_forget_to_check PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_True_is_not_a_schema PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_True_is_not_a_schema_even_if_you_forget_to_check PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_any_type_is_redefinable PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_any_type_is_valid_for_type_any PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_check_redefined_sequence PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_enum_allows_empty_arrays PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_enum_allows_non_unique_items PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_evolve PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_evolve_with_subclass PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_invalid_instances_are_not_valid PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_invalid_properties PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_does_not_evade_bool_if_it_is_being_tested PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_evades_bool_inheriting_from_int PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_is_false_for_invalid_type PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_is_true_for_any_type PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_is_type_is_true_for_valid_type PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_can_validate_with_decimals PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_does_not_validate_formats_by_default PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_implements_the_validator_protocol PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_properly_formats_tuples_in_errors PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_it_validates_formats_if_a_checker_is_provided PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_minItems_invalid_string PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_non_existent_properties_are_ignored PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_non_string_custom_type PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_schema_with_invalid_regex PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED jsonschema/tests/test_validators.py::TestDraft3Validator::test_valid_instances_are_valid PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_False_is_not_a_schema PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_False_is_not_a_schema_even_if_you_forget_to_check PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_True_is_not_a_schema PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_True_is_not_a_schema_even_if_you_forget_to_check PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_check_redefined_sequence PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_enum_allows_empty_arrays PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_enum_allows_non_unique_items PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_evolve PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_evolve_with_subclass PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_invalid_instances_are_not_valid PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_invalid_properties PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_is_type_evades_bool_inheriting_from_int PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_is_type_is_false_for_invalid_type PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_is_type_is_true_for_valid_type PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_can_validate_with_decimals PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_does_not_validate_formats_by_default PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_implements_the_validator_protocol PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_properly_formats_tuples_in_errors PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_it_validates_formats_if_a_checker_is_provided PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_minItems_invalid_string PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_non_existent_properties_are_ignored PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_non_string_custom_type PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_schema_with_invalid_regex PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED jsonschema/tests/test_validators.py::TestDraft4Validator::test_valid_instances_are_valid PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_check_redefined_sequence PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_enum_allows_empty_arrays PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_enum_allows_non_unique_items PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_evolve PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_evolve_with_subclass PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_invalid_instances_are_not_valid PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_invalid_properties PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_is_type_evades_bool_inheriting_from_int PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_is_type_is_false_for_invalid_type PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_is_type_is_true_for_valid_type PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_can_validate_with_decimals PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_does_not_validate_formats_by_default PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_implements_the_validator_protocol PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_properly_formats_tuples_in_errors PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_it_validates_formats_if_a_checker_is_provided PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_minItems_invalid_string PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_non_existent_properties_are_ignored PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_non_string_custom_type PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_schema_with_invalid_regex PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED jsonschema/tests/test_validators.py::TestDraft6Validator::test_valid_instances_are_valid PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_check_redefined_sequence PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_enum_allows_empty_arrays PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_enum_allows_non_unique_items PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_evolve PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_evolve_with_subclass PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_invalid_instances_are_not_valid PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_invalid_properties PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_is_type_evades_bool_inheriting_from_int PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_is_type_is_false_for_invalid_type PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_is_type_is_true_for_valid_type PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_can_validate_with_decimals PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_does_not_validate_formats_by_default PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_implements_the_validator_protocol PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_properly_formats_tuples_in_errors PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_it_validates_formats_if_a_checker_is_provided PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_minItems_invalid_string PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_non_existent_properties_are_ignored PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_non_string_custom_type PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_schema_with_invalid_regex PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED jsonschema/tests/test_validators.py::TestDraft7Validator::test_valid_instances_are_valid PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_check_redefined_sequence PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_enum_allows_empty_arrays PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_enum_allows_non_unique_items PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_evolve PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_evolve_with_subclass PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_invalid_instances_are_not_valid PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_invalid_properties PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_is_type_evades_bool_inheriting_from_int PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_is_type_is_false_for_invalid_type PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_is_type_is_true_for_valid_type PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_can_validate_with_decimals PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_does_not_validate_formats_by_default PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_implements_the_validator_protocol PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_properly_formats_tuples_in_errors PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_it_validates_formats_if_a_checker_is_provided PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_minItems_invalid_string PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_non_existent_properties_are_ignored PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_non_string_custom_type PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_schema_with_invalid_regex PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED jsonschema/tests/test_validators.py::TestDraft201909Validator::test_valid_instances_are_valid PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_check_redefined_sequence PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_enum_allows_empty_arrays PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_enum_allows_non_unique_items PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_evolve PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_evolve_with_subclass PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_invalid_instances_are_not_valid PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_invalid_properties PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_is_type_evades_bool_inheriting_from_int PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_is_type_is_false_for_invalid_type PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_is_type_is_true_for_valid_type PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_can_validate_with_decimals PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_creates_a_ref_resolver_if_not_provided PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_does_not_validate_formats_by_default PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_implements_the_validator_protocol PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_properly_formats_tuples_in_errors PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_returns_true_for_formats_it_does_not_know_about PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_upconverts_from_deprecated_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_upconverts_from_yet_older_deprecated_legacy_RefResolvers PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_it_validates_formats_if_a_checker_is_provided PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_minItems_invalid_string PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_non_existent_properties_are_ignored PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_non_string_custom_type PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_schema_with_invalid_regex PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_schema_with_invalid_regex_with_disabled_format_validation PASSED jsonschema/tests/test_validators.py::TestDraft202012Validator::test_valid_instances_are_valid PASSED jsonschema/tests/test_validators.py::TestLatestValidator::test_ref_resolvers_may_have_boolean_schemas_stored PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_False PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_True PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_custom_validator PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_custom_validator_draft6 PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_does_not_warn_if_meta_schema_is_unspecified PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_201909 PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_202012 PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_3 PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_4 PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_6 PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_draft_7 PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_validator_for_custom_default PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_validator_for_custom_default_with_schema PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_validator_for_jsonschema_default PASSED jsonschema/tests/test_validators.py::TestValidatorFor::test_warns_if_meta_schema_specified_was_not_found PASSED jsonschema/tests/test_validators.py::TestValidate::test_draft202012_validator_is_chosen PASSED jsonschema/tests/test_validators.py::TestValidate::test_draft202012_validator_is_the_default PASSED jsonschema/tests/test_validators.py::TestValidate::test_draft3_validator_is_chosen PASSED jsonschema/tests/test_validators.py::TestValidate::test_draft4_validator_is_chosen PASSED jsonschema/tests/test_validators.py::TestValidate::test_draft6_validator_is_chosen PASSED jsonschema/tests/test_validators.py::TestValidate::test_draft7_validator_is_chosen PASSED jsonschema/tests/test_validators.py::TestValidate::test_it_uses_best_match PASSED jsonschema/tests/test_validators.py::TestValidate::test_schema_error_message PASSED jsonschema/tests/test_validators.py::TestValidate::test_validation_error_message PASSED jsonschema/tests/test_validators.py::TestThreading::test_validation_across_a_second_thread PASSED jsonschema/tests/test_validators.py::TestReferencing::test_custom_registries_do_not_autoretrieve_remote_resources PASSED jsonschema/tests/test_validators.py::TestReferencing::test_registry_with_retrieve PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_cache_remote_off PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_cache_remote_on PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_custom_uri_scheme_handlers PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_helpful_error_message_on_failed_pop_scope PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_if_you_give_it_junk_you_get_a_resolution_error PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_can_construct_a_base_uri_from_a_schema PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_can_construct_a_base_uri_from_a_schema_without_id PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_does_not_retrieve_schema_urls_from_the_network PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_resolves_local_refs PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_resolves_local_refs_with_id PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_local_refs_via_urlopen PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_stored_refs PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_unstored_refs_via_requests PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_it_retrieves_unstored_refs_via_urlopen PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_newly_created_validator_with_ref_resolver PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_pointer_within_schema_with_different_id PASSED jsonschema/tests/test_validators.py::TestRefResolver::test_refresolver_with_pointer_in_schema_with_no_id PASSED ======== 7450 passed, 276 skipped ========