perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / yamllint / test / results-all.master
blob7b243e449a3bee51f17c803238283e82cada6c40
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 collecting ... collected 414 items
7 tests/rules/test_anchors.py::AnchorsTestCase::test_disabled PASSED
8 tests/rules/test_anchors.py::AnchorsTestCase::test_forbid_duplicated_anchors PASSED
9 tests/rules/test_anchors.py::AnchorsTestCase::test_forbid_undeclared_aliases PASSED
10 tests/rules/test_anchors.py::AnchorsTestCase::test_forbid_unused_anchors PASSED
11 tests/rules/test_braces.py::ColonTestCase::test_disabled PASSED
12 tests/rules/test_braces.py::ColonTestCase::test_forbid PASSED
13 tests/rules/test_braces.py::ColonTestCase::test_max_spaces PASSED
14 tests/rules/test_braces.py::ColonTestCase::test_max_spaces_empty PASSED
15 tests/rules/test_braces.py::ColonTestCase::test_min_and_max_spaces PASSED
16 tests/rules/test_braces.py::ColonTestCase::test_min_and_max_spaces_empty PASSED
17 tests/rules/test_braces.py::ColonTestCase::test_min_spaces PASSED
18 tests/rules/test_braces.py::ColonTestCase::test_min_spaces_empty PASSED
19 tests/rules/test_braces.py::ColonTestCase::test_mixed_empty_nonempty PASSED
20 tests/rules/test_brackets.py::ColonTestCase::test_disabled PASSED
21 tests/rules/test_brackets.py::ColonTestCase::test_forbid PASSED
22 tests/rules/test_brackets.py::ColonTestCase::test_max_spaces PASSED
23 tests/rules/test_brackets.py::ColonTestCase::test_max_spaces_empty PASSED
24 tests/rules/test_brackets.py::ColonTestCase::test_min_and_max_spaces PASSED
25 tests/rules/test_brackets.py::ColonTestCase::test_min_and_max_spaces_empty PASSED
26 tests/rules/test_brackets.py::ColonTestCase::test_min_spaces PASSED
27 tests/rules/test_brackets.py::ColonTestCase::test_min_spaces_empty PASSED
28 tests/rules/test_brackets.py::ColonTestCase::test_mixed_empty_nonempty PASSED
29 tests/rules/test_colons.py::ColonTestCase::test_after_do_not_confound_with_trailing_space PASSED
30 tests/rules/test_colons.py::ColonTestCase::test_after_enabled PASSED
31 tests/rules/test_colons.py::ColonTestCase::test_after_enabled_question_mark PASSED
32 tests/rules/test_colons.py::ColonTestCase::test_after_max PASSED
33 tests/rules/test_colons.py::ColonTestCase::test_after_with_explicit_block_mappings PASSED
34 tests/rules/test_colons.py::ColonTestCase::test_before_enabled PASSED
35 tests/rules/test_colons.py::ColonTestCase::test_before_max PASSED
36 tests/rules/test_colons.py::ColonTestCase::test_before_with_explicit_block_mappings PASSED
37 tests/rules/test_colons.py::ColonTestCase::test_both_before_and_after PASSED
38 tests/rules/test_colons.py::ColonTestCase::test_disabled PASSED
39 tests/rules/test_colons.py::ColonTestCase::test_with_alias_as_key PASSED
40 tests/rules/test_commas.py::CommaTestCase::test_after_max PASSED
41 tests/rules/test_commas.py::CommaTestCase::test_after_max_3 PASSED
42 tests/rules/test_commas.py::CommaTestCase::test_after_min PASSED
43 tests/rules/test_commas.py::CommaTestCase::test_before_max PASSED
44 tests/rules/test_commas.py::CommaTestCase::test_before_max_3 PASSED
45 tests/rules/test_commas.py::CommaTestCase::test_before_max_with_comma_on_new_line PASSED
46 tests/rules/test_commas.py::CommaTestCase::test_both_before_and_after PASSED
47 tests/rules/test_commas.py::CommaTestCase::test_disabled PASSED
48 tests/rules/test_comments.py::CommentsTestCase::test_both PASSED
49 tests/rules/test_comments.py::CommentsTestCase::test_disabled PASSED
50 tests/rules/test_comments.py::CommentsTestCase::test_empty_comment PASSED
51 tests/rules/test_comments.py::CommentsTestCase::test_empty_comment_crlf_disabled_newlines PASSED
52 tests/rules/test_comments.py::CommentsTestCase::test_empty_comment_crlf_dos_newlines PASSED
53 tests/rules/test_comments.py::CommentsTestCase::test_first_line PASSED
54 tests/rules/test_comments.py::CommentsTestCase::test_ignore_shebang PASSED
55 tests/rules/test_comments.py::CommentsTestCase::test_last_line PASSED
56 tests/rules/test_comments.py::CommentsTestCase::test_multi_line_scalar PASSED
57 tests/rules/test_comments.py::CommentsTestCase::test_shebang PASSED
58 tests/rules/test_comments.py::CommentsTestCase::test_spaces_from_content PASSED
59 tests/rules/test_comments.py::CommentsTestCase::test_starting_space PASSED
60 tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_disable PASSED
61 tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_empty_comment PASSED
62 tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_enabled PASSED
63 tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_first_line PASSED
64 tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_inline_comment PASSED
65 tests/rules/test_comments_indentation.py::CommentsIndentationTestCase::test_no_newline_at_end PASSED
66 tests/rules/test_common.py::CommonTestCase::test_get_line_indent PASSED
67 tests/rules/test_document_end.py::DocumentEndTestCase::test_directives PASSED
68 tests/rules/test_document_end.py::DocumentEndTestCase::test_disabled PASSED
69 tests/rules/test_document_end.py::DocumentEndTestCase::test_forbidden PASSED
70 tests/rules/test_document_end.py::DocumentEndTestCase::test_multiple_documents PASSED
71 tests/rules/test_document_end.py::DocumentEndTestCase::test_required PASSED
72 tests/rules/test_document_start.py::DocumentStartTestCase::test_directives PASSED
73 tests/rules/test_document_start.py::DocumentStartTestCase::test_disabled PASSED
74 tests/rules/test_document_start.py::DocumentStartTestCase::test_forbidden PASSED
75 tests/rules/test_document_start.py::DocumentStartTestCase::test_multiple_documents PASSED
76 tests/rules/test_document_start.py::DocumentStartTestCase::test_required PASSED
77 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_0_empty_lines PASSED
78 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_10_empty_lines PASSED
79 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_disabled PASSED
80 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_empty_document PASSED
81 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_empty_lines_at_end PASSED
82 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_empty_lines_at_start PASSED
83 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_spaces PASSED
84 tests/rules/test_empty_lines.py::EmptyLinesTestCase::test_with_dos_newlines PASSED
85 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_disabled PASSED
86 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_all_lines PASSED
87 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_comments PASSED
88 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_different_level PASSED
89 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_disabled PASSED
90 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_empty_block_sequence PASSED
91 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_empty_flow_mapping PASSED
92 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_explicit_end_of_document PASSED
93 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_not_empty_or_explicit_null PASSED
94 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_not_end_of_document PASSED
95 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_single_line PASSED
96 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_mappings_various_explicit_null PASSED
97 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_complex_objects PASSED
98 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_disabled PASSED
99 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_primative_item PASSED
100 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_block_sequences_various_explicit_null PASSED
101 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_comments PASSED
102 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_disabled PASSED
103 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_multi_line PASSED
104 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_single_line PASSED
105 tests/rules/test_empty_values.py::EmptyValuesTestCase::test_in_flow_mappings_various_explicit_null PASSED
106 tests/rules/test_float_values.py::FloatValuesTestCase::test_disabled PASSED
107 tests/rules/test_float_values.py::FloatValuesTestCase::test_inf PASSED
108 tests/rules/test_float_values.py::FloatValuesTestCase::test_nan PASSED
109 tests/rules/test_float_values.py::FloatValuesTestCase::test_numeral_before_decimal PASSED
110 tests/rules/test_float_values.py::FloatValuesTestCase::test_scientific_notation PASSED
111 tests/rules/test_hyphens.py::HyphenTestCase::test_disabled PASSED
112 tests/rules/test_hyphens.py::HyphenTestCase::test_enabled PASSED
113 tests/rules/test_hyphens.py::HyphenTestCase::test_max_3 PASSED
114 tests/rules/test_indentation.py::IndentationStackTestCase::test_anchors PASSED
115 tests/rules/test_indentation.py::IndentationStackTestCase::test_flows PASSED
116 tests/rules/test_indentation.py::IndentationStackTestCase::test_flows_imbrication PASSED
117 tests/rules/test_indentation.py::IndentationStackTestCase::test_non_indented_sequences PASSED
118 tests/rules/test_indentation.py::IndentationStackTestCase::test_simple_mapping PASSED
119 tests/rules/test_indentation.py::IndentationStackTestCase::test_simple_sequence PASSED
120 tests/rules/test_indentation.py::IndentationStackTestCase::test_tags PASSED
121 tests/rules/test_indentation.py::IndentationTestCase::test_anchors PASSED
122 tests/rules/test_indentation.py::IndentationTestCase::test_broken_flows PASSED
123 tests/rules/test_indentation.py::IndentationTestCase::test_clear_sequence_item PASSED
124 tests/rules/test_indentation.py::IndentationTestCase::test_cleared_flows PASSED
125 tests/rules/test_indentation.py::IndentationTestCase::test_consistent_spaces PASSED
126 tests/rules/test_indentation.py::IndentationTestCase::test_consistent_spaces_and_indent_sequences PASSED
127 tests/rules/test_indentation.py::IndentationTestCase::test_direct_flows PASSED
128 tests/rules/test_indentation.py::IndentationTestCase::test_disabled PASSED
129 tests/rules/test_indentation.py::IndentationTestCase::test_empty_value PASSED
130 tests/rules/test_indentation.py::IndentationTestCase::test_explicit_block_mappings PASSED
131 tests/rules/test_indentation.py::IndentationTestCase::test_first_line PASSED
132 tests/rules/test_indentation.py::IndentationTestCase::test_flows_imbrication PASSED
133 tests/rules/test_indentation.py::IndentationTestCase::test_indent_sequences_consistent PASSED
134 tests/rules/test_indentation.py::IndentationTestCase::test_indent_sequences_whatever PASSED
135 tests/rules/test_indentation.py::IndentationTestCase::test_multi_lines PASSED
136 tests/rules/test_indentation.py::IndentationTestCase::test_nested_collections PASSED
137 tests/rules/test_indentation.py::IndentationTestCase::test_nested_collections_with_spaces_consistent PASSED
138 tests/rules/test_indentation.py::IndentationTestCase::test_one_space PASSED
139 tests/rules/test_indentation.py::IndentationTestCase::test_over_indented PASSED
140 tests/rules/test_indentation.py::IndentationTestCase::test_return PASSED
141 tests/rules/test_indentation.py::IndentationTestCase::test_tags PASSED
142 tests/rules/test_indentation.py::IndentationTestCase::test_three_spaces PASSED
143 tests/rules/test_indentation.py::IndentationTestCase::test_two_spaces PASSED
144 tests/rules/test_indentation.py::IndentationTestCase::test_under_indented PASSED
145 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_folded_style PASSED
146 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_literal_style PASSED
147 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_plain PASSED
148 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_basics_quoted PASSED
149 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_folded_style PASSED
150 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_literal_style PASSED
151 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_plain PASSED
152 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_check_multi_line_quoted PASSED
153 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_consistent PASSED
154 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_double_quoted PASSED
155 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_folded PASSED
156 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_literal PASSED
157 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_plain PASSED
158 tests/rules/test_indentation.py::ScalarIndentationTestCase::test_paragraph_single_quoted PASSED
159 tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_disabled PASSED
160 tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_enabled PASSED
161 tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_forbid_duplicated_merge_keys PASSED
162 tests/rules/test_key_duplicates.py::KeyDuplicatesTestCase::test_key_tokens_in_flow_sequences PASSED
163 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_accents PASSED
164 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_case PASSED
165 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_disabled PASSED
166 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_enabled PASSED
167 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_key_duplicates PASSED
168 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_key_tokens_in_flow_sequences PASSED
169 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_accents PASSED
170 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_locale_case PASSED
171 tests/rules/test_key_ordering.py::KeyOrderingTestCase::test_word_length PASSED
172 tests/rules/test_line_length.py::LineLengthTestCase::test_default PASSED
173 tests/rules/test_line_length.py::LineLengthTestCase::test_disabled PASSED
174 tests/rules/test_line_length.py::LineLengthTestCase::test_max_length_10 PASSED
175 tests/rules/test_line_length.py::LineLengthTestCase::test_non_breakable_inline_mappings PASSED
176 tests/rules/test_line_length.py::LineLengthTestCase::test_non_breakable_word PASSED
177 tests/rules/test_line_length.py::LineLengthTestCase::test_spaces PASSED
178 tests/rules/test_line_length.py::LineLengthTestCase::test_unicode PASSED
179 tests/rules/test_line_length.py::LineLengthTestCase::test_with_dos_newlines PASSED
180 tests/rules/test_new_line_at_end_of_file.py::NewLineAtEndOfFileTestCase::test_disabled PASSED
181 tests/rules/test_new_line_at_end_of_file.py::NewLineAtEndOfFileTestCase::test_enabled PASSED
182 tests/rules/test_new_lines.py::NewLinesTestCase::test_disabled PASSED
183 tests/rules/test_new_lines.py::NewLinesTestCase::test_dos_type PASSED
184 tests/rules/test_new_lines.py::NewLinesTestCase::test_platform_type PASSED
185 tests/rules/test_new_lines.py::NewLinesTestCase::test_unix_type PASSED
186 tests/rules/test_new_lines.py::NewLinesTestCase::test_unix_type_required_st_sp PASSED
187 tests/rules/test_octal_values.py::OctalValuesTestCase::test_disabled PASSED
188 tests/rules/test_octal_values.py::OctalValuesTestCase::test_explicit_octal_values PASSED
189 tests/rules/test_octal_values.py::OctalValuesTestCase::test_implicit_octal_values PASSED
190 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_allow_quoted_quotes PASSED
191 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_any_quotes_not_required PASSED
192 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_default PASSED
193 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_disabled PASSED
194 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_octal_values PASSED
195 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed PASSED
196 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed_corner_cases PASSED
197 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed_extras PASSED
198 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_only_when_needed_single_quotes PASSED
199 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_quote_type_any PASSED
200 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_quote_type_double PASSED
201 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_quote_type_single PASSED
202 tests/rules/test_quoted_strings.py::QuotedKeysTestCase::test_single_quotes_not_required PASSED
203 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_allow_quoted_quotes PASSED
204 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_any_quotes_not_required PASSED
205 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_disabled PASSED
206 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_octal_values PASSED
207 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed PASSED
208 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed_corner_cases PASSED
209 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed_extras PASSED
210 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_only_when_needed_single_quotes PASSED
211 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_quote_type_any PASSED
212 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_quote_type_double PASSED
213 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_quote_type_single PASSED
214 tests/rules/test_quoted_strings.py::QuotedValuesTestCase::test_single_quotes_not_required PASSED
215 tests/rules/test_trailing_spaces.py::TrailingSpacesTestCase::test_disabled PASSED
216 tests/rules/test_trailing_spaces.py::TrailingSpacesTestCase::test_enabled PASSED
217 tests/rules/test_trailing_spaces.py::TrailingSpacesTestCase::test_with_dos_new_lines PASSED
218 tests/rules/test_truthy.py::TruthyTestCase::test_check_keys_disabled PASSED
219 tests/rules/test_truthy.py::TruthyTestCase::test_combined_allowed_values PASSED
220 tests/rules/test_truthy.py::TruthyTestCase::test_different_allowed_values PASSED
221 tests/rules/test_truthy.py::TruthyTestCase::test_disabled PASSED
222 tests/rules/test_truthy.py::TruthyTestCase::test_enabled PASSED
223 tests/rules/test_truthy.py::TruthyTestCase::test_explicit_types PASSED
224 tests/rules/test_truthy.py::TruthyTestCase::test_no_allowed_values PASSED
225 tests/test_cli.py::CommandLineConfigTestCase::test_config_file PASSED
226 tests/test_cli.py::CommandLineConfigTestCase::test_multiple_parent_config_file PASSED
227 tests/test_cli.py::CommandLineConfigTestCase::test_parent_config_file PASSED
228 tests/test_cli.py::CommandLineTestCase::test_find_files_recursively PASSED
229 tests/test_cli.py::CommandLineTestCase::test_github_actions_detection PASSED
230 tests/test_cli.py::CommandLineTestCase::test_run_auto_output_without_tty_output PASSED
231 tests/test_cli.py::CommandLineTestCase::test_run_default_format_output_in_tty PASSED
232 tests/test_cli.py::CommandLineTestCase::test_run_default_format_output_without_tty PASSED
233 tests/test_cli.py::CommandLineTestCase::test_run_empty_file PASSED
234 tests/test_cli.py::CommandLineTestCase::test_run_format_colored PASSED
235 tests/test_cli.py::CommandLineTestCase::test_run_format_colored_warning PASSED
236 tests/test_cli.py::CommandLineTestCase::test_run_format_github PASSED
237 tests/test_cli.py::CommandLineTestCase::test_run_list_files PASSED
238 tests/test_cli.py::CommandLineTestCase::test_run_multiple_files PASSED
239 tests/test_cli.py::CommandLineTestCase::test_run_no_warnings PASSED
240 tests/test_cli.py::CommandLineTestCase::test_run_no_warnings_and_strict PASSED
241 tests/test_cli.py::CommandLineTestCase::test_run_non_ascii_file PASSED
242 tests/test_cli.py::CommandLineTestCase::test_run_non_existing_file PASSED
243 tests/test_cli.py::CommandLineTestCase::test_run_non_universal_newline PASSED
244 tests/test_cli.py::CommandLineTestCase::test_run_one_ok_file PASSED
245 tests/test_cli.py::CommandLineTestCase::test_run_one_problem_file PASSED
246 tests/test_cli.py::CommandLineTestCase::test_run_one_warning PASSED
247 tests/test_cli.py::CommandLineTestCase::test_run_piped_output_nocolor PASSED
248 tests/test_cli.py::CommandLineTestCase::test_run_read_from_stdin PASSED
249 tests/test_cli.py::CommandLineTestCase::test_run_version PASSED
250 tests/test_cli.py::CommandLineTestCase::test_run_warning_in_strict_mode PASSED
251 tests/test_cli.py::CommandLineTestCase::test_run_with_bad_arguments PASSED
252 tests/test_cli.py::CommandLineTestCase::test_run_with_bad_config PASSED
253 tests/test_cli.py::CommandLineTestCase::test_run_with_config_file PASSED
254 tests/test_cli.py::CommandLineTestCase::test_run_with_empty_config PASSED
255 tests/test_cli.py::CommandLineTestCase::test_run_with_implicit_extends_config PASSED
256 tests/test_cli.py::CommandLineTestCase::test_run_with_locale PASSED
257 tests/test_cli.py::CommandLineTestCase::test_run_with_user_global_config_file PASSED
258 tests/test_cli.py::CommandLineTestCase::test_run_with_user_xdg_config_home_in_env PASSED
259 tests/test_cli.py::CommandLineTestCase::test_run_with_user_yamllint_config_file_in_env PASSED
260 tests/test_config.py::ExtendedConfigTestCase::test_extend_edit_rule PASSED
261 tests/test_config.py::ExtendedConfigTestCase::test_extend_on_file PASSED
262 tests/test_config.py::ExtendedConfigTestCase::test_extend_on_object PASSED
263 tests/test_config.py::ExtendedConfigTestCase::test_extend_recursive_default_values PASSED
264 tests/test_config.py::ExtendedConfigTestCase::test_extend_reenable_rule PASSED
265 tests/test_config.py::ExtendedConfigTestCase::test_extend_remove_rule PASSED
266 tests/test_config.py::ExtendedConfigTestCase::test_extended_ignore_list PASSED
267 tests/test_config.py::ExtendedConfigTestCase::test_extended_ignore_str PASSED
268 tests/test_config.py::ExtendedLibraryConfigTestCase::test_extend_config_disable_rule PASSED
269 tests/test_config.py::ExtendedLibraryConfigTestCase::test_extend_config_override_rule_partly PASSED
270 tests/test_config.py::ExtendedLibraryConfigTestCase::test_extend_config_override_whole_rule PASSED
271 tests/test_config.py::IgnoreConfigTestCase::test_ignore_from_file_incorrect_type PASSED
272 tests/test_config.py::IgnoreConfigTestCase::test_ignore_from_file_not_exist PASSED
273 tests/test_config.py::IgnoreConfigTestCase::test_mutually_exclusive_ignore_keys PASSED
274 tests/test_config.py::IgnoreConfigTestCase::test_no_ignore PASSED
275 tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_from_file PASSED
276 tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_list PASSED
277 tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_on_ignored_file PASSED
278 tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_str PASSED
279 tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignore_with_broken_symlink PASSED
280 tests/test_config.py::IgnoreConfigTestCase::test_run_with_ignored_from_file PASSED
281 tests/test_config.py::SimpleConfigTestCase::test_enable_disable_keywords PASSED
282 tests/test_config.py::SimpleConfigTestCase::test_invalid_conf PASSED
283 tests/test_config.py::SimpleConfigTestCase::test_invalid_ignore PASSED
284 tests/test_config.py::SimpleConfigTestCase::test_invalid_locale PASSED
285 tests/test_config.py::SimpleConfigTestCase::test_invalid_rule PASSED
286 tests/test_config.py::SimpleConfigTestCase::test_invalid_rule_ignore PASSED
287 tests/test_config.py::SimpleConfigTestCase::test_invalid_rule_ignore_from_file PASSED
288 tests/test_config.py::SimpleConfigTestCase::test_invalid_yaml_files PASSED
289 tests/test_config.py::SimpleConfigTestCase::test_missing_option PASSED
290 tests/test_config.py::SimpleConfigTestCase::test_parse_config PASSED
291 tests/test_config.py::SimpleConfigTestCase::test_unknown_option PASSED
292 tests/test_config.py::SimpleConfigTestCase::test_unknown_rule PASSED
293 tests/test_config.py::SimpleConfigTestCase::test_validate_rule_conf PASSED
294 tests/test_config.py::SimpleConfigTestCase::test_yes_no_for_booleans PASSED
295 tests/test_linter.py::LinterTestCase::test_linter_problem_repr_with_rule PASSED
296 tests/test_linter.py::LinterTestCase::test_linter_problem_repr_without_rule PASSED
297 tests/test_linter.py::LinterTestCase::test_run_on_bytes PASSED
298 tests/test_linter.py::LinterTestCase::test_run_on_int PASSED
299 tests/test_linter.py::LinterTestCase::test_run_on_list PASSED
300 tests/test_linter.py::LinterTestCase::test_run_on_non_ascii_chars PASSED
301 tests/test_linter.py::LinterTestCase::test_run_on_stream PASSED
302 tests/test_linter.py::LinterTestCase::test_run_on_string PASSED
303 tests/test_linter.py::LinterTestCase::test_run_on_unicode PASSED
304 tests/test_module.py::ModuleTestCase::test_run_module_no_args PASSED
305 tests/test_module.py::ModuleTestCase::test_run_module_on_bad_dir PASSED
306 tests/test_module.py::ModuleTestCase::test_run_module_on_dir PASSED
307 tests/test_module.py::ModuleTestCase::test_run_module_on_file PASSED
308 tests/test_parser.py::ParserTestCase::test_line_generator PASSED
309 tests/test_parser.py::ParserTestCase::test_token_or_comment_generator PASSED
310 tests/test_parser.py::ParserTestCase::test_token_or_comment_or_line_generator PASSED
311 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.1 PASSED
312 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.2 PASSED
313 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.3 PASSED
314 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.4 PASSED
315 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.5 PASSED
316 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.6 PASSED
317 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.7 PASSED
318 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.8 PASSED
319 tests/test_spec_examples.py::SpecificationTestCase::test_example-10.9 PASSED
320 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.1 PASSED
321 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.10 PASSED
322 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.12 PASSED
323 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.13 PASSED
324 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.14 PASSED
325 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.15 PASSED
326 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.16 PASSED
327 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.17 PASSED
328 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.18 PASSED
329 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.19 PASSED
330 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.2 PASSED
331 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.20 PASSED
332 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.21 PASSED
333 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.22 PASSED
334 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.25 PASSED
335 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.26 PASSED
336 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.28 PASSED
337 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.3 PASSED
338 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.4 PASSED
339 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.5 PASSED
340 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.6 PASSED
341 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.7 PASSED
342 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.8 PASSED
343 tests/test_spec_examples.py::SpecificationTestCase::test_example-2.9 PASSED
344 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.1 PASSED
345 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.11 PASSED
346 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.2 PASSED
347 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.3 PASSED
348 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.4 PASSED
349 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.5 PASSED
350 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.7 PASSED
351 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.8 PASSED
352 tests/test_spec_examples.py::SpecificationTestCase::test_example-5.9 PASSED
353 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.10 PASSED
354 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.11 PASSED
355 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.13 PASSED
356 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.14 PASSED
357 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.16 PASSED
358 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.23 PASSED
359 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.28 PASSED
360 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.29 PASSED
361 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.4 PASSED
362 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.5 PASSED
363 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.6 PASSED
364 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.7 PASSED
365 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.8 PASSED
366 tests/test_spec_examples.py::SpecificationTestCase::test_example-6.9 PASSED
367 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.11 PASSED
368 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.13 PASSED
369 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.14 PASSED
370 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.15 PASSED
371 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.16 PASSED
372 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.18 PASSED
373 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.19 PASSED
374 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.20 PASSED
375 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.23 PASSED
376 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.24 PASSED
377 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.4 PASSED
378 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.5 PASSED
379 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.6 PASSED
380 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.7 PASSED
381 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.8 PASSED
382 tests/test_spec_examples.py::SpecificationTestCase::test_example-7.9 PASSED
383 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.1 PASSED
384 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.10 PASSED
385 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.11 PASSED
386 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.12 PASSED
387 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.13 PASSED
388 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.14 PASSED
389 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.15 PASSED
390 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.16 PASSED
391 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.17 PASSED
392 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.2 PASSED
393 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.20 PASSED
394 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.22 PASSED
395 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.4 PASSED
396 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.5 PASSED
397 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.6 PASSED
398 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.7 PASSED
399 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.8 PASSED
400 tests/test_spec_examples.py::SpecificationTestCase::test_example-8.9 PASSED
401 tests/test_spec_examples.py::SpecificationTestCase::test_example-9.1 PASSED
402 tests/test_spec_examples.py::SpecificationTestCase::test_example-9.2 PASSED
403 tests/test_spec_examples.py::SpecificationTestCase::test_example-9.6 PASSED
404 tests/test_syntax_errors.py::YamlLintTestCase::test_empty_flows PASSED
405 tests/test_syntax_errors.py::YamlLintTestCase::test_explicit_mapping PASSED
406 tests/test_syntax_errors.py::YamlLintTestCase::test_mapping_between_sequences PASSED
407 tests/test_syntax_errors.py::YamlLintTestCase::test_sets PASSED
408 tests/test_syntax_errors.py::YamlLintTestCase::test_syntax_errors PASSED
409 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_directive_on_itself PASSED
410 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_directive_on_last_line PASSED
411 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_directive PASSED
412 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_directive_with_rules PASSED
413 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_directive_with_rules_and_dos_lines PASSED
414 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive PASSED
415 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive_not_at_first_position PASSED
416 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive_with_dos_lines PASSED
417 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_file_directive_with_syntax_error PASSED
418 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_line_directive PASSED
419 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_disable_line_directive_with_rules PASSED
420 tests/test_yamllint_directives.py::YamllintDirectivesTestCase::test_indented_directive PASSED
422 ======== 414 passed ========