============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
collecting ... collected 414 items

tests/rules/test_anchors.py::AnchorsTestCase::test_disabled PASSED
tests/rules/test_anchors.py::AnchorsTestCase::test_forbid_duplicated_anchors PASSED
tests/rules/test_anchors.py::AnchorsTestCase::test_forbid_undeclared_aliases PASSED
tests/rules/test_anchors.py::AnchorsTestCase::test_forbid_unused_anchors PASSED
tests/rules/test_braces.py::ColonTestCase::test_disabled PASSED
tests/rules/test_braces.py::ColonTestCase::test_forbid PASSED
tests/rules/test_braces.py::ColonTestCase::test_max_spaces PASSED
tests/rules/test_braces.py::ColonTestCase::test_max_spaces_empty PASSED
tests/rules/test_braces.py::ColonTestCase::test_min_and_max_spaces PASSED
tests/rules/test_braces.py::ColonTestCase::test_min_and_max_spaces_empty PASSED
tests/rules/test_braces.py::ColonTestCase::test_min_spaces PASSED
tests/rules/test_braces.py::ColonTestCase::test_min_spaces_empty PASSED
tests/rules/test_braces.py::ColonTestCase::test_mixed_empty_nonempty PASSED
tests/rules/test_brackets.py::ColonTestCase::test_disabled PASSED
tests/rules/test_brackets.py::ColonTestCase::test_forbid PASSED
tests/rules/test_brackets.py::ColonTestCase::test_max_spaces PASSED
tests/rules/test_brackets.py::ColonTestCase::test_max_spaces_empty PASSED
tests/rules/test_brackets.py::ColonTestCase::test_min_and_max_spaces PASSED
tests/rules/test_brackets.py::ColonTestCase::test_min_and_max_spaces_empty PASSED
tests/rules/test_brackets.py::ColonTestCase::test_min_spaces PASSED
tests/rules/test_brackets.py::ColonTestCase::test_min_spaces_empty PASSED
tests/rules/test_brackets.py::ColonTestCase::test_mixed_empty_nonempty PASSED
tests/rules/test_colons.py::ColonTestCase::test_after_do_not_confound_with_trailing_space PASSED
tests/rules/test_colons.py::ColonTestCase::test_after_enabled PASSED
tests/rules/test_colons.py::ColonTestCase::test_after_enabled_question_mark PASSED
tests/rules/test_colons.py::ColonTestCase::test_after_max PASSED
tests/rules/test_colons.py::ColonTestCase::test_after_with_explicit_block_mappings PASSED
tests/rules/test_colons.py::ColonTestCase::test_before_enabled PASSED
tests/rules/test_colons.py::ColonTestCase::test_before_max PASSED
tests/rules/test_colons.py::ColonTestCase::test_before_with_explicit_block_mappings PASSED
tests/rules/test_colons.py::ColonTestCase::test_both_before_and_after PASSED
tests/rules/test_colons.py::ColonTestCase::test_disabled PASSED
tests/rules/test_colons.py::ColonTestCase::test_with_alias_as_key PASSED
tests/rules/test_commas.py::CommaTestCase::test_after_max PASSED
tests/rules/test_commas.py::CommaTestCase::test_after_max_3 PASSED
tests/rules/test_commas.py::CommaTestCase::test_after_min PASSED
tests/rules/test_commas.py::CommaTestCase::test_before_max PASSED
tests/rules/test_commas.py::CommaTestCase::test_before_max_3 PASSED
tests/rules/test_commas.py::CommaTestCase::test_before_max_with_comma_on_new_line PASSED
tests/rules/test_commas.py::CommaTestCase::test_both_before_and_after PASSED
tests/rules/test_commas.py::CommaTestCase::test_disabled PASSED
tests/rules/test_comments.py::CommentsTestCase::test_both PASSED
tests/rules/test_comments.py::CommentsTestCase::test_disabled PASSED
tests/rules/test_comments.py::CommentsTestCase::test_empty_comment PASSED
tests/rules/test_comments.py::CommentsTestCase::test_empty_comment_crlf_disabled_newlines PASSED
tests/rules/test_comments.py::CommentsTestCase::test_empty_comment_crlf_dos_newlines PASSED
tests/rules/test_comments.py::CommentsTestCase::test_first_line PASSED
tests/rules/test_comments.py::CommentsTestCase::test_ignore_shebang PASSED
tests/rules/test_comments.py::CommentsTestCase::test_last_line PASSED
tests/rules/test_comments.py::CommentsTestCase::test_multi_line_scalar PASSED
tests/rules/test_comments.py::CommentsTestCase::test_shebang PASSED
tests/rules/test_comments.py::CommentsTestCase::test_spaces_from_content PASSED
tests/rules/test_comments.py::CommentsTestCase::test_starting_space PASSED
tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_disable PASSED
tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_empty_comment PASSED
tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_enabled PASSED
tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_first_line PASSED
tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_inline_comment PASSED
tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_no_newline_at_end PASSED
tests/rules/test_common.py::CommonTestCase::test_get_line_indent PASSED
tests/rules/test_document_end.py::DocumentEndTestCase::test_directives PASSED
tests/rules/test_document_end.py::DocumentEndTestCase::test_disabled PASSED
tests/rules/test_document_end.py::DocumentEndTestCase::test_forbidden PASSED
tests/rules/test_document_end.py::DocumentEndTestCase::test_multiple_documents PASSED
tests/rules/test_document_end.py::DocumentEndTestCase::test_required PASSED
tests/rules/test_document_start.py::DocumentStartTestCase::test_directives PASSED
tests/rules/test_document_start.py::DocumentStartTestCase::test_disabled PASSED
tests/rules/test_document_start.py::DocumentStartTestCase::test_forbidden PASSED
tests/rules/test_document_start.py::DocumentStartTestCase::test_multiple_documents PASSED
tests/rules/test_document_start.py::DocumentStartTestCase::test_required PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_0_empty_lines PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_10_empty_lines PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_disabled PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_empty_document PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_empty_lines_at_end PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_empty_lines_at_start PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_spaces PASSED
tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_with_dos_newlines PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_disabled PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_all_lines PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_comments PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_different_level PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_disabled PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_empty_block_sequence PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_empty_flow_mapping PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_explicit_end_of_document PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_not_empty_or_explicit_null PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_not_end_of_document PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_single_line PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_various_explicit_null PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_complex_objects PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_disabled PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_primative_item PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_various_explicit_null PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_comments PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_disabled PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_multi_line PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_single_line PASSED
tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_various_explicit_null PASSED
tests/rules/test_float_values.py::FloatValuesTestCase::test_disabled PASSED
tests/rules/test_float_values.py::FloatValuesTestCase::test_inf PASSED
tests/rules/test_float_values.py::FloatValuesTestCase::test_nan PASSED
tests/rules/test_float_values.py::FloatValuesTestCase::test_numeral_before_decimal PASSED
tests/rules/test_float_values.py::FloatValuesTestCase::test_scientific_notation PASSED
tests/rules/test_hyphens.py::HyphenTestCase::test_disabled PASSED
tests/rules/test_hyphens.py::HyphenTestCase::test_enabled PASSED
tests/rules/test_hyphens.py::HyphenTestCase::test_max_3 PASSED
tests/rules/test_indentation.py::IndentationStackTestCase::test_anchors PASSED
tests/rules/test_indentation.py::IndentationStackTestCase::test_flows PASSED
tests/rules/test_indentation.py::IndentationStackTestCase::test_flows_imbrication PASSED
tests/rules/test_indentation.py::IndentationStackTestCase::test_non_indented_sequences PASSED
tests/rules/test_indentation.py::IndentationStackTestCase::test_simple_mapping PASSED
tests/rules/test_indentation.py::IndentationStackTestCase::test_simple_sequence PASSED
tests/rules/test_indentation.py::IndentationStackTestCase::test_tags PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_anchors PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_broken_flows PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_clear_sequence_item PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_cleared_flows PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_consistent_spaces PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_consistent_spaces_and_indent_sequences PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_direct_flows PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_disabled PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_empty_value PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_explicit_block_mappings PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_first_line PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_flows_imbrication PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_indent_sequences_consistent PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_indent_sequences_whatever PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_multi_lines PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_nested_collections PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_nested_collections_with_spaces_consistent PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_one_space PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_over_indented PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_return PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_tags PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_three_spaces PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_two_spaces PASSED
tests/rules/test_indentation.py::IndentationTestCase::test_under_indented PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_folded_style PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_literal_style PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_plain PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_quoted PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_folded_style PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_literal_style PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_plain PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_quoted PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_consistent PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_double_quoted PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_folded PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_literal PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_plain PASSED
tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_single_quoted PASSED
tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_disabled PASSED
tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_enabled PASSED
tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_forbid_duplicated_merge_keys PASSED
tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_key_tokens_in_flow_sequences PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_accents PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_case PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_disabled PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_enabled PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_key_duplicates PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_key_tokens_in_flow_sequences PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_accents PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_case PASSED
tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_word_length PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_default PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_disabled PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_max_length_10 PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_non_breakable_inline_mappings PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_non_breakable_word PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_spaces PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_unicode PASSED
tests/rules/test_line_length.py::LineLengthTestCase::test_with_dos_newlines PASSED
tests/rules/test_new_line_at_end_of_file.py::NewLineAtEndOfFileTestCase::test_disabled PASSED
tests/rules/test_new_line_at_end_of_file.py::NewLineAtEndOfFileTestCase::test_enabled PASSED
tests/rules/test_new_lines.py::NewLinesTestCase::test_disabled PASSED
tests/rules/test_new_lines.py::NewLinesTestCase::test_dos_type PASSED
tests/rules/test_new_lines.py::NewLinesTestCase::test_platform_type PASSED
tests/rules/test_new_lines.py::NewLinesTestCase::test_unix_type PASSED
tests/rules/test_new_lines.py::NewLinesTestCase::test_unix_type_required_st_sp PASSED
tests/rules/test_octal_values.py::OctalValuesTestCase::test_disabled PASSED
tests/rules/test_octal_values.py::OctalValuesTestCase::test_explicit_octal_values PASSED
tests/rules/test_octal_values.py::OctalValuesTestCase::test_implicit_octal_values PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_allow_quoted_quotes PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_any_quotes_not_required PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_default PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_disabled PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_octal_values PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed_corner_cases PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed_extras PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed_single_quotes PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_quote_type_any PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_quote_type_double PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_quote_type_single PASSED
tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_single_quotes_not_required PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_allow_quoted_quotes PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_any_quotes_not_required PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_disabled PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_octal_values PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed_corner_cases PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed_extras PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed_single_quotes PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_quote_type_any PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_quote_type_double PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_quote_type_single PASSED
tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_single_quotes_not_required PASSED
tests/rules/test_trailing_spaces.py::TrailingSpacesTestCase::test_disabled PASSED
tests/rules/test_trailing_spaces.py::TrailingSpacesTestCase::test_enabled PASSED
tests/rules/test_trailing_spaces.py::TrailingSpacesTestCase::test_with_dos_new_lines PASSED
tests/rules/test_truthy.py::TruthyTestCase::test_check_keys_disabled PASSED
tests/rules/test_truthy.py::TruthyTestCase::test_combined_allowed_values PASSED
tests/rules/test_truthy.py::TruthyTestCase::test_different_allowed_values PASSED
tests/rules/test_truthy.py::TruthyTestCase::test_disabled PASSED
tests/rules/test_truthy.py::TruthyTestCase::test_enabled PASSED
tests/rules/test_truthy.py::TruthyTestCase::test_explicit_types PASSED
tests/rules/test_truthy.py::TruthyTestCase::test_no_allowed_values PASSED
tests/test_cli.py::CommandLineConfigTestCase::test_config_file PASSED
tests/test_cli.py::CommandLineConfigTestCase::test_multiple_parent_config_file PASSED
tests/test_cli.py::CommandLineConfigTestCase::test_parent_config_file PASSED
tests/test_cli.py::CommandLineTestCase::test_find_files_recursively PASSED
tests/test_cli.py::CommandLineTestCase::test_github_actions_detection PASSED
tests/test_cli.py::CommandLineTestCase::test_run_auto_output_without_tty_output PASSED
tests/test_cli.py::CommandLineTestCase::test_run_default_format_output_in_tty PASSED
tests/test_cli.py::CommandLineTestCase::test_run_default_format_output_without_tty PASSED
tests/test_cli.py::CommandLineTestCase::test_run_empty_file PASSED
tests/test_cli.py::CommandLineTestCase::test_run_format_colored PASSED
tests/test_cli.py::CommandLineTestCase::test_run_format_colored_warning PASSED
tests/test_cli.py::CommandLineTestCase::test_run_format_github PASSED
tests/test_cli.py::CommandLineTestCase::test_run_list_files PASSED
tests/test_cli.py::CommandLineTestCase::test_run_multiple_files PASSED
tests/test_cli.py::CommandLineTestCase::test_run_no_warnings PASSED
tests/test_cli.py::CommandLineTestCase::test_run_no_warnings_and_strict PASSED
tests/test_cli.py::CommandLineTestCase::test_run_non_ascii_file PASSED
tests/test_cli.py::CommandLineTestCase::test_run_non_existing_file PASSED
tests/test_cli.py::CommandLineTestCase::test_run_non_universal_newline PASSED
tests/test_cli.py::CommandLineTestCase::test_run_one_ok_file PASSED
tests/test_cli.py::CommandLineTestCase::test_run_one_problem_file PASSED
tests/test_cli.py::CommandLineTestCase::test_run_one_warning PASSED
tests/test_cli.py::CommandLineTestCase::test_run_piped_output_nocolor PASSED
tests/test_cli.py::CommandLineTestCase::test_run_read_from_stdin PASSED
tests/test_cli.py::CommandLineTestCase::test_run_version PASSED
tests/test_cli.py::CommandLineTestCase::test_run_warning_in_strict_mode PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_bad_arguments PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_bad_config PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_config_file PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_empty_config PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_implicit_extends_config PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_locale PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_user_global_config_file PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_user_xdg_config_home_in_env PASSED
tests/test_cli.py::CommandLineTestCase::test_run_with_user_yamllint_config_file_in_env PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extend_edit_rule PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extend_on_file PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extend_on_object PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extend_recursive_default_values PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extend_reenable_rule PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extend_remove_rule PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extended_ignore_list PASSED
tests/test_config.py::ExtendedConfigTestCase::test_extended_ignore_str PASSED
tests/test_config.py::ExtendedLibraryConfigTestCase::test_extend_config_disable_rule PASSED
tests/test_config.py::ExtendedLibraryConfigTestCase::test_extend_config_override_rule_partly PASSED
tests/test_config.py::ExtendedLibraryConfigTestCase::test_extend_config_override_whole_rule PASSED
tests/test_config.py::IgnoreConfigTestCase::test_ignore_from_file_incorrect_type PASSED
tests/test_config.py::IgnoreConfigTestCase::test_ignore_from_file_not_exist PASSED
tests/test_config.py::IgnoreConfigTestCase::test_mutually_exclusive_ignore_keys PASSED
tests/test_config.py::IgnoreConfigTestCase::test_no_ignore PASSED
tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_from_file PASSED
tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_list PASSED
tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_on_ignored_file PASSED
tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_str PASSED
tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_with_broken_symlink PASSED
tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignored_from_file PASSED
tests/test_config.py::SimpleConfigTestCase::test_enable_disable_keywords PASSED
tests/test_config.py::SimpleConfigTestCase::test_invalid_conf PASSED
tests/test_config.py::SimpleConfigTestCase::test_invalid_ignore PASSED
tests/test_config.py::SimpleConfigTestCase::test_invalid_locale PASSED
tests/test_config.py::SimpleConfigTestCase::test_invalid_rule PASSED
tests/test_config.py::SimpleConfigTestCase::test_invalid_rule_ignore PASSED
tests/test_config.py::SimpleConfigTestCase::test_invalid_rule_ignore_from_file PASSED
tests/test_config.py::SimpleConfigTestCase::test_invalid_yaml_files PASSED
tests/test_config.py::SimpleConfigTestCase::test_missing_option PASSED
tests/test_config.py::SimpleConfigTestCase::test_parse_config PASSED
tests/test_config.py::SimpleConfigTestCase::test_unknown_option PASSED
tests/test_config.py::SimpleConfigTestCase::test_unknown_rule PASSED
tests/test_config.py::SimpleConfigTestCase::test_validate_rule_conf PASSED
tests/test_config.py::SimpleConfigTestCase::test_yes_no_for_booleans PASSED
tests/test_linter.py::LinterTestCase::test_linter_problem_repr_with_rule PASSED
tests/test_linter.py::LinterTestCase::test_linter_problem_repr_without_rule PASSED
tests/test_linter.py::LinterTestCase::test_run_on_bytes PASSED
tests/test_linter.py::LinterTestCase::test_run_on_int PASSED
tests/test_linter.py::LinterTestCase::test_run_on_list PASSED
tests/test_linter.py::LinterTestCase::test_run_on_non_ascii_chars PASSED
tests/test_linter.py::LinterTestCase::test_run_on_stream PASSED
tests/test_linter.py::LinterTestCase::test_run_on_string PASSED
tests/test_linter.py::LinterTestCase::test_run_on_unicode PASSED
tests/test_module.py::ModuleTestCase::test_run_module_no_args PASSED
tests/test_module.py::ModuleTestCase::test_run_module_on_bad_dir PASSED
tests/test_module.py::ModuleTestCase::test_run_module_on_dir PASSED
tests/test_module.py::ModuleTestCase::test_run_module_on_file PASSED
tests/test_parser.py::ParserTestCase::test_line_generator PASSED
tests/test_parser.py::ParserTestCase::test_token_or_comment_generator PASSED
tests/test_parser.py::ParserTestCase::test_token_or_comment_or_line_generator PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.1 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.2 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.3 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.4 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.5 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.6 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.7 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.8 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-10.9 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.1 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.10 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.12 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.13 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.14 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.15 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.16 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.17 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.18 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.19 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.2 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.20 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.21 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.22 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.25 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.26 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.28 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.3 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.4 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.5 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.6 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.7 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.8 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-2.9 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.1 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.11 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.2 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.3 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.4 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.5 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.7 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.8 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-5.9 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.10 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.11 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.13 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.14 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.16 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.23 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.28 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.29 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.4 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.5 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.6 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.7 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.8 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-6.9 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.11 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.13 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.14 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.15 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.16 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.18 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.19 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.20 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.23 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.24 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.4 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.5 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.6 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.7 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.8 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-7.9 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.1 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.10 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.11 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.12 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.13 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.14 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.15 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.16 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.17 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.2 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.20 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.22 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.4 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.5 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.6 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.7 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.8 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-8.9 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-9.1 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-9.2 PASSED
tests/test_spec_examples.py::SpecificationTestCase::test_example-9.6 PASSED
tests/test_syntax_errors.py::YamlLintTestCase::test_empty_flows PASSED
tests/test_syntax_errors.py::YamlLintTestCase::test_explicit_mapping PASSED
tests/test_syntax_errors.py::YamlLintTestCase::test_mapping_between_sequences PASSED
tests/test_syntax_errors.py::YamlLintTestCase::test_sets PASSED
tests/test_syntax_errors.py::YamlLintTestCase::test_syntax_errors PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_directive_on_itself PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_directive_on_last_line PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_directive PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_directive_with_rules PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_directive_with_rules_and_dos_lines PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive_not_at_first_position PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive_with_dos_lines PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive_with_syntax_error PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_line_directive PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_line_directive_with_rules PASSED
tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_indented_directive PASSED

======== 414 passed ========