perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pathspec / test / results-all.master
blobe80a7d6c93c309375bd0952a4a2453473d37ac91
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m unittest --verbose
3 test_01_single_1_include (tests.test_01_util.CheckMatchFileTest)
4 Test checking a single file that is included. ... ok
5 test_01_single_2_exclude (tests.test_01_util.CheckMatchFileTest)
6 Test checking a single file that is excluded. ... ok
7 test_01_single_3_unmatch (tests.test_01_util.CheckMatchFileTest)
8 Test checking a single file that is ignored. ... ok
9 test_02_many (tests.test_01_util.CheckMatchFileTest)
10 Test matching files individually. ... ok
11 test_01_files (tests.test_01_util.IterTreeTest)
12 Tests to make sure all files are found. ... ok
13 test_02_link_1_check_1_symlink (tests.test_01_util.IterTreeTest)
14 Tests whether links can be created. ... ok
15 test_02_link_2_links (tests.test_01_util.IterTreeTest)
16 Tests to make sure links to directories and files work. ... ok
17 test_02_link_3_sideways_links (tests.test_01_util.IterTreeTest)
18 Tests to make sure the same directory can be encountered multiple ... ok
19 test_02_link_4_recursive_links (tests.test_01_util.IterTreeTest)
20 Tests detection of recursive links. ... ok
21 test_02_link_5_recursive_circular_links (tests.test_01_util.IterTreeTest)
22 Tests detection of recursion through circular links. ... ok
23 test_02_link_6_detect_broken_links (tests.test_01_util.IterTreeTest)
24 Tests that broken links are detected. ... ok
25 test_02_link_7_ignore_broken_links (tests.test_01_util.IterTreeTest)
26 Tests that broken links are ignored. ... ok
27 test_02_link_8_no_follow_links (tests.test_01_util.IterTreeTest)
28 Tests to make sure directory links can be ignored. ... ok
29 test_03_entries (tests.test_01_util.IterTreeTest)
30 Tests to make sure all files are found. ... ok
31 test_01_single_1_include (tests.test_01_util.MatchFileTest)
32 Test checking a single file that is included. ... ok
33 test_01_single_2_exclude (tests.test_01_util.MatchFileTest)
34 Test checking a single file that is excluded. ... ok
35 test_01_single_3_unmatch (tests.test_01_util.MatchFileTest)
36 Test checking a single file that is ignored. ... ok
37 test_02_many (tests.test_01_util.MatchFileTest)
38 Test matching files individually. ... ok
39 test_01_purepath (tests.test_01_util.NormalizeFileTest)
40 Tests normalizing a :class:`pathlib.PurePath` as argument. ... ok
41 test_00_empty (tests.test_02_gitwildmatch.GitWildMatchTest)
42 Tests an empty pattern. ... ok
43 test_01_absolute (tests.test_02_gitwildmatch.GitWildMatchTest)
44 Tests an absolute path pattern. ... ok
45 test_01_absolute_ignore (tests.test_02_gitwildmatch.GitWildMatchTest)
46 Tests an ignore absolute path pattern. ... ok
47 test_01_absolute_root (tests.test_02_gitwildmatch.GitWildMatchTest)
48 Tests a single root absolute path pattern. ... ok
49 test_01_relative (tests.test_02_gitwildmatch.GitWildMatchTest)
50 Tests a relative path pattern. ... ok
51 test_01_relative_nested (tests.test_02_gitwildmatch.GitWildMatchTest)
52 Tests a relative nested path pattern. ... ok
53 test_02_comment (tests.test_02_gitwildmatch.GitWildMatchTest)
54 Tests a comment pattern. ... ok
55 test_02_ignore (tests.test_02_gitwildmatch.GitWildMatchTest)
56 Tests an exclude pattern. ... ok
57 test_03_child_double_asterisk (tests.test_02_gitwildmatch.GitWildMatchTest)
58 Tests a directory name with a double-asterisk child ... ok
59 test_03_double_asterisk_trailing_slash_edge_case (tests.test_02_gitwildmatch.GitWildMatchTest)
60 Tests the edge-case **/ pattern. ... ok
61 test_03_duplicate_leading_double_asterisk_edge_case (tests.test_02_gitwildmatch.GitWildMatchTest)
62 Regression test for duplicate leading **/ bug. ... ok
63 test_03_inner_double_asterisk (tests.test_02_gitwildmatch.GitWildMatchTest)
64 Tests a path with an inner double-asterisk directory. ... ok
65 test_03_only_double_asterisk (tests.test_02_gitwildmatch.GitWildMatchTest)
66 Tests a double-asterisk pattern which matches everything. ... ok
67 test_03_parent_double_asterisk (tests.test_02_gitwildmatch.GitWildMatchTest)
68 Tests a file name with a double-asterisk parent directory. ... ok
69 test_04_infix_wildcard (tests.test_02_gitwildmatch.GitWildMatchTest)
70 Tests a pattern with an infix wildcard. ... ok
71 test_04_postfix_wildcard (tests.test_02_gitwildmatch.GitWildMatchTest)
72 Tests a pattern with a postfix wildcard. ... ok
73 test_04_prefix_wildcard (tests.test_02_gitwildmatch.GitWildMatchTest)
74 Tests a pattern with a prefix wildcard. ... ok
75 test_05_directory (tests.test_02_gitwildmatch.GitWildMatchTest)
76 Tests a directory pattern. ... ok
77 test_06_access_deprecated (tests.test_02_gitwildmatch.GitWildMatchTest)
78 Tests that the pattern is accessible from the root module using the ... ok
79 test_06_registered (tests.test_02_gitwildmatch.GitWildMatchTest)
80 Tests that the pattern is registered. ... ok
81 test_06_registered_deprecated (tests.test_02_gitwildmatch.GitWildMatchTest)
82 Tests that the pattern is registered under the deprecated alias. ... ok
83 test_07_decode_bytes (tests.test_02_gitwildmatch.GitWildMatchTest)
84 Test decoding bytes. ... ok
85 test_07_encode_bytes (tests.test_02_gitwildmatch.GitWildMatchTest)
86 Test encoding bytes. ... ok
87 test_07_match_bytes_and_bytes (tests.test_02_gitwildmatch.GitWildMatchTest)
88 Test byte string patterns matching byte string paths. ... ok
89 test_07_match_bytes_and_bytes_complete (tests.test_02_gitwildmatch.GitWildMatchTest)
90 Test byte string patterns matching byte string paths. ... ok
91 test_07_match_bytes_and_unicode_fail (tests.test_02_gitwildmatch.GitWildMatchTest)
92 Test byte string patterns matching byte string paths. ... ok
93 test_07_match_unicode_and_bytes_fail (tests.test_02_gitwildmatch.GitWildMatchTest)
94 Test unicode patterns with byte paths. ... ok
95 test_07_match_unicode_and_unicode (tests.test_02_gitwildmatch.GitWildMatchTest)
96 Test unicode patterns with unicode paths. ... ok
97 test_08_escape (tests.test_02_gitwildmatch.GitWildMatchTest)
98 Test escaping a string with meta-characters ... ok
99 test_09_single_escape_fail (tests.test_02_gitwildmatch.GitWildMatchTest)
100 Test an escape on a line by itself. ... ok
101 test_09_single_exclamation_mark_fail (tests.test_02_gitwildmatch.GitWildMatchTest)
102 Test an escape on a line by itself. ... ok
103 test_10_escape_asterisk_end (tests.test_02_gitwildmatch.GitWildMatchTest)
104 Test escaping an asterisk at the end of a line. ... ok
105 test_10_escape_asterisk_mid (tests.test_02_gitwildmatch.GitWildMatchTest)
106 Test escaping an asterisk in the middle of a line. ... ok
107 test_10_escape_asterisk_start (tests.test_02_gitwildmatch.GitWildMatchTest)
108 Test escaping an asterisk at the start of a line. ... ok
109 test_10_escape_exclamation_mark_start (tests.test_02_gitwildmatch.GitWildMatchTest)
110 Test escaping an exclamation mark at the start of a line. ... ok
111 test_10_escape_pound_start (tests.test_02_gitwildmatch.GitWildMatchTest)
112 Test escaping a pound sign at the start of a line. ... ok
113 test_11_issue_19_directory_a (tests.test_02_gitwildmatch.GitWildMatchTest)
114 Test a directory discrepancy, scenario A. ... ok
115 test_11_issue_19_directory_b (tests.test_02_gitwildmatch.GitWildMatchTest)
116 Test a directory discrepancy, scenario B. ... ok
117 test_11_issue_19_directory_c (tests.test_02_gitwildmatch.GitWildMatchTest)
118 Test a directory discrepancy, scenario C. ... ok
119 test_12_asterisk_1_regex (tests.test_02_gitwildmatch.GitWildMatchTest)
120 Test a relative asterisk path pattern's regular expression. ... ok
121 test_12_asterisk_2_regex_equivalent (tests.test_02_gitwildmatch.GitWildMatchTest)
122 Test a path pattern equivalent to the relative asterisk using double ... ok
123 test_12_asterisk_3_child (tests.test_02_gitwildmatch.GitWildMatchTest)
124 Test a relative asterisk path pattern matching a direct child path. ... ok
125 test_12_asterisk_4_descendant (tests.test_02_gitwildmatch.GitWildMatchTest)
126 Test a relative asterisk path pattern matching a descendant path. ... ok
127 test_12_issue_62 (tests.test_02_gitwildmatch.GitWildMatchTest)
128 Test including all files, scenario A. ... ok
129 test_13_issue_77_1_negate_with_caret (tests.test_02_gitwildmatch.GitWildMatchTest)
130 Test negation using the caret symbol ("^"). ... ok
131 test_13_issue_77_1_negate_with_exclamation_mark (tests.test_02_gitwildmatch.GitWildMatchTest)
132 Test negation using the exclamation mark ("!"). ... ok
133 test_13_issue_77_2_regex (tests.test_02_gitwildmatch.GitWildMatchTest)
134 Test the resulting regex for regex bracket expression negation. ... ok
135 test_14_issue_81_a (tests.test_02_gitwildmatch.GitWildMatchTest)
136 Test ignoring files in a directory, scenario A. ... ok
137 test_14_issue_81_b (tests.test_02_gitwildmatch.GitWildMatchTest)
138 Test ignoring files in a directory, scenario B. ... ok
139 test_14_issue_81_c (tests.test_02_gitwildmatch.GitWildMatchTest)
140 Test ignoring files in a directory, scenario C. ... ok
141 test_01_absolute_dir_paths_1 (tests.test_03_pathspec.PathSpecTest)
142 Tests that absolute paths will be properly normalized and matched. ... ok
143 test_01_absolute_dir_paths_2 (tests.test_03_pathspec.PathSpecTest)
144 Tests that absolute paths will be properly normalized and matched. ... ok
145 test_01_check_file_1_include (tests.test_03_pathspec.PathSpecTest)
146 Test checking a single file that is included. ... ok
147 test_01_check_file_2_exclude (tests.test_03_pathspec.PathSpecTest)
148 Test checking a single file that is excluded. ... ok
149 test_01_check_file_3_unmatch (tests.test_03_pathspec.PathSpecTest)
150 Test checking a single file that is unmatched. ... ok
151 test_01_check_file_4_many (tests.test_03_pathspec.PathSpecTest)
152 Test that checking files one at a time yields the same results as checking ... ok
153 test_01_check_match_files (tests.test_03_pathspec.PathSpecTest)
154 Test that checking files and matching files yield the same results. ... ok
155 test_01_current_dir_paths (tests.test_03_pathspec.PathSpecTest)
156 Tests that paths referencing the current directory will be properly ... ok
157 test_01_empty_path_1 (tests.test_03_pathspec.PathSpecTest)
158 Tests that patterns that end with an escaped space will be treated properly. ... ok
159 test_01_empty_path_2 (tests.test_03_pathspec.PathSpecTest)
160 Tests that patterns that end with an escaped space will be treated properly. ... ok
161 test_01_match_file_1_include (tests.test_03_pathspec.PathSpecTest)
162 Test matching a single file that is included. ... ok
163 test_01_match_file_2_exclude (tests.test_03_pathspec.PathSpecTest)
164 Test matching a single file that is excluded. ... ok
165 test_01_match_file_3_unmatch (tests.test_03_pathspec.PathSpecTest)
166 Test match a single file that is unmatched. ... ok
167 test_01_match_files (tests.test_03_pathspec.PathSpecTest)
168 Test that matching files one at a time yields the same results as matching ... ok
169 test_01_windows_current_dir_paths (tests.test_03_pathspec.PathSpecTest)
170 Tests that paths referencing the current directory will be properly ... ok
171 test_01_windows_paths (tests.test_03_pathspec.PathSpecTest)
172 Tests that Windows paths will be properly normalized and matched. ... ok
173 test_02_eq (tests.test_03_pathspec.PathSpecTest)
174 Tests equality. ... ok
175 test_02_ne (tests.test_03_pathspec.PathSpecTest)
176 Tests inequality. ... ok
177 test_03_add (tests.test_03_pathspec.PathSpecTest)
178 Test spec addition using :data:`+` operator. ... ok
179 test_03_iadd (tests.test_03_pathspec.PathSpecTest)
180 Test spec addition using :data:`+=` operator. ... ok
181 test_04_len (tests.test_03_pathspec.PathSpecTest)
182 Test spec length. ... ok
183 test_05_match_entries (tests.test_03_pathspec.PathSpecTest)
184 Test matching files collectively. ... ok
185 test_05_match_file (tests.test_03_pathspec.PathSpecTest)
186 Test matching files individually. ... ok
187 test_05_match_files (tests.test_03_pathspec.PathSpecTest)
188 Test matching files collectively. ... ok
189 test_05_match_tree_entries (tests.test_03_pathspec.PathSpecTest)
190 Test matching a file tree. ... ok
191 test_05_match_tree_files (tests.test_03_pathspec.PathSpecTest)
192 Test matching a file tree. ... ok
193 test_06_issue_41_a (tests.test_03_pathspec.PathSpecTest)
194 Test including a file and excluding a directory with the same name pattern, ... ok
195 test_06_issue_41_b (tests.test_03_pathspec.PathSpecTest)
196 Test including a file and excluding a directory with the same name ... ok
197 test_06_issue_41_c (tests.test_03_pathspec.PathSpecTest)
198 Test including a file and excluding a directory with the same name ... ok
199 test_07_issue_62 (tests.test_03_pathspec.PathSpecTest)
200 Test including all files and excluding a directory. ... ok
201 test_08_issue_39 (tests.test_03_pathspec.PathSpecTest)
202 Test excluding files in a directory. ... ok
203 test_09_issue_80_a (tests.test_03_pathspec.PathSpecTest)
204 Test negating patterns. ... ok
205 test_09_issue_80_b (tests.test_03_pathspec.PathSpecTest)
206 Test negating patterns. ... ok
207 test_01_reversed_args (tests.test_04_gitignore.GitIgnoreSpecTest)
208 Test reversed args for `.from_lines()`. ... ok
209 test_02_dir_exclusions (tests.test_04_gitignore.GitIgnoreSpecTest)
210 Test directory exclusions. ... ok
211 test_02_file_exclusions (tests.test_04_gitignore.GitIgnoreSpecTest)
212 Test file exclusions. ... ok
213 test_02_issue_41_a (tests.test_04_gitignore.GitIgnoreSpecTest)
214 Test including a file and excluding a directory with the same name pattern, ... ok
215 test_02_issue_41_b (tests.test_04_gitignore.GitIgnoreSpecTest)
216 Test including a file and excluding a directory with the same name pattern, ... ok
217 test_02_issue_41_c (tests.test_04_gitignore.GitIgnoreSpecTest)
218 Test including a file and excluding a directory with the same name pattern, ... ok
219 test_03_issue_19_a (tests.test_04_gitignore.GitIgnoreSpecTest)
220 Test matching files in a subdirectory of an included directory, scenario A. ... ok
221 test_03_issue_19_b (tests.test_04_gitignore.GitIgnoreSpecTest)
222 Test matching files in a subdirectory of an included directory, scenario B. ... ok
223 test_03_issue_19_c (tests.test_04_gitignore.GitIgnoreSpecTest)
224 Test matching files in a subdirectory of an included directory, scenario C. ... ok
225 test_03_subdir (tests.test_04_gitignore.GitIgnoreSpecTest)
226 Test matching files in a subdirectory of an included directory. ... ok
227 test_04_issue_62 (tests.test_04_gitignore.GitIgnoreSpecTest)
228 Test including all files and excluding a directory. ... ok
229 test_05_issue_39 (tests.test_04_gitignore.GitIgnoreSpecTest)
230 Test excluding files in a directory. ... ok
231 test_06_issue_64 (tests.test_04_gitignore.GitIgnoreSpecTest)
232 Test using a double asterisk pattern. ... ok
233 test_07_issue_74 (tests.test_04_gitignore.GitIgnoreSpecTest)
234 Test include directory should override exclude file. ... ok
235 test_08_issue_81_a (tests.test_04_gitignore.GitIgnoreSpecTest)
236 Test issue 81 whitelist, scenario A. ... ok
237 test_08_issue_81_b (tests.test_04_gitignore.GitIgnoreSpecTest)
238 Test issue 81 whitelist, scenario B. ... ok
239 test_08_issue_81_c (tests.test_04_gitignore.GitIgnoreSpecTest)
240 Test issue 81 whitelist, scenario C. ... ok
242 ----------------------------------------------------------------------
243 Ran 119 tests
246   py$(PYV): OK
247   congratulations :)