1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
5 rootdir: $(@D), configfile: pytest.ini, testpaths: tests
6 collecting ... collected 428 items
8 tests/test_pathlib2.py::NTFlavourTest::test_parse_parts PASSED
9 tests/test_pathlib2.py::NTFlavourTest::test_parse_parts_common PASSED
10 tests/test_pathlib2.py::NTFlavourTest::test_splitroot PASSED
11 tests/test_pathlib2.py::PathTest::test_chmod PASSED
12 tests/test_pathlib2.py::PathTest::test_complex_symlinks_absolute PASSED
13 tests/test_pathlib2.py::PathTest::test_complex_symlinks_relative PASSED
14 tests/test_pathlib2.py::PathTest::test_complex_symlinks_relative_dot_dot PASSED
15 tests/test_pathlib2.py::PathTest::test_concrete_class PASSED
16 tests/test_pathlib2.py::PathTest::test_cwd PASSED
17 tests/test_pathlib2.py::PathTest::test_empty_path PASSED
18 tests/test_pathlib2.py::PathTest::test_exists PASSED
19 tests/test_pathlib2.py::PathTest::test_expanduser_common PASSED
20 tests/test_pathlib2.py::PathTest::test_glob_common PASSED
21 tests/test_pathlib2.py::PathTest::test_glob_dotdot PASSED
22 tests/test_pathlib2.py::PathTest::test_glob_empty_pattern PASSED
23 tests/test_pathlib2.py::PathTest::test_group PASSED
24 tests/test_pathlib2.py::PathTest::test_home PASSED
25 tests/test_pathlib2.py::PathTest::test_is_block_device_false PASSED
26 tests/test_pathlib2.py::PathTest::test_is_char_device_false PASSED
27 tests/test_pathlib2.py::PathTest::test_is_char_device_true PASSED
28 tests/test_pathlib2.py::PathTest::test_is_dir PASSED
29 tests/test_pathlib2.py::PathTest::test_is_fifo_false PASSED
30 tests/test_pathlib2.py::PathTest::test_is_fifo_true PASSED
31 tests/test_pathlib2.py::PathTest::test_is_file PASSED
32 tests/test_pathlib2.py::PathTest::test_is_socket_false PASSED
33 tests/test_pathlib2.py::PathTest::test_is_socket_true PASSED
34 tests/test_pathlib2.py::PathTest::test_is_symlink PASSED
35 tests/test_pathlib2.py::PathTest::test_iterdir PASSED
36 tests/test_pathlib2.py::PathTest::test_iterdir_nodir PASSED
37 tests/test_pathlib2.py::PathTest::test_iterdir_symlink PASSED
38 tests/test_pathlib2.py::PathTest::test_lstat PASSED
39 tests/test_pathlib2.py::PathTest::test_lstat_nosymlink PASSED
40 tests/test_pathlib2.py::PathTest::test_mkdir PASSED
41 tests/test_pathlib2.py::PathTest::test_mkdir_concurrent_parent_creation PASSED
42 tests/test_pathlib2.py::PathTest::test_mkdir_exist_ok PASSED
43 tests/test_pathlib2.py::PathTest::test_mkdir_exist_ok_root PASSED
44 tests/test_pathlib2.py::PathTest::test_mkdir_exist_ok_with_parent PASSED
45 tests/test_pathlib2.py::PathTest::test_mkdir_no_parents_file PASSED
46 tests/test_pathlib2.py::PathTest::test_mkdir_parents PASSED
47 tests/test_pathlib2.py::PathTest::test_mkdir_with_child_file PASSED
48 tests/test_pathlib2.py::PathTest::test_mkdir_with_unknown_drive SKIPPED
49 tests/test_pathlib2.py::PathTest::test_open_common PASSED
50 tests/test_pathlib2.py::PathTest::test_owner PASSED
51 tests/test_pathlib2.py::PathTest::test_parts_interning PASSED
52 tests/test_pathlib2.py::PathTest::test_pickling_common PASSED
53 tests/test_pathlib2.py::PathTest::test_read_write_bytes PASSED
54 tests/test_pathlib2.py::PathTest::test_read_write_text PASSED
55 tests/test_pathlib2.py::PathTest::test_rename PASSED
56 tests/test_pathlib2.py::PathTest::test_replace PASSED
57 tests/test_pathlib2.py::PathTest::test_resolve_common PASSED
58 tests/test_pathlib2.py::PathTest::test_resolve_dot PASSED
59 tests/test_pathlib2.py::PathTest::test_rglob_common PASSED
60 tests/test_pathlib2.py::PathTest::test_rglob_symlink_loop PASSED
61 tests/test_pathlib2.py::PathTest::test_rmdir PASSED
62 tests/test_pathlib2.py::PathTest::test_samefile PASSED
63 tests/test_pathlib2.py::PathTest::test_stat PASSED
64 tests/test_pathlib2.py::PathTest::test_symlink_to PASSED
65 tests/test_pathlib2.py::PathTest::test_touch_common PASSED
66 tests/test_pathlib2.py::PathTest::test_touch_nochange PASSED
67 tests/test_pathlib2.py::PathTest::test_unlink PASSED
68 tests/test_pathlib2.py::PathTest::test_unsupported_flavour PASSED
69 tests/test_pathlib2.py::PathTest::test_with PASSED
70 tests/test_pathlib2.py::PosixFlavourTest::test_parse_parts PASSED
71 tests/test_pathlib2.py::PosixFlavourTest::test_parse_parts_common PASSED
72 tests/test_pathlib2.py::PosixFlavourTest::test_splitroot PASSED
73 tests/test_pathlib2.py::PosixPathAsPureTest::test_anchor_common PASSED
74 tests/test_pathlib2.py::PosixPathAsPureTest::test_as_bytes_common PASSED
75 tests/test_pathlib2.py::PosixPathAsPureTest::test_as_posix_common PASSED
76 tests/test_pathlib2.py::PosixPathAsPureTest::test_as_uri PASSED
77 tests/test_pathlib2.py::PosixPathAsPureTest::test_as_uri_common PASSED
78 tests/test_pathlib2.py::PosixPathAsPureTest::test_as_uri_non_ascii PASSED
79 tests/test_pathlib2.py::PosixPathAsPureTest::test_constructor_common PASSED
80 tests/test_pathlib2.py::PosixPathAsPureTest::test_div PASSED
81 tests/test_pathlib2.py::PosixPathAsPureTest::test_div_common PASSED
82 tests/test_pathlib2.py::PosixPathAsPureTest::test_drive_common PASSED
83 tests/test_pathlib2.py::PosixPathAsPureTest::test_eq PASSED
84 tests/test_pathlib2.py::PosixPathAsPureTest::test_eq_common PASSED
85 tests/test_pathlib2.py::PosixPathAsPureTest::test_equivalences PASSED
86 tests/test_pathlib2.py::PosixPathAsPureTest::test_fspath_common PASSED
87 tests/test_pathlib2.py::PosixPathAsPureTest::test_is_absolute PASSED
88 tests/test_pathlib2.py::PosixPathAsPureTest::test_is_reserved PASSED
89 tests/test_pathlib2.py::PosixPathAsPureTest::test_join PASSED
90 tests/test_pathlib2.py::PosixPathAsPureTest::test_join_common PASSED
91 tests/test_pathlib2.py::PosixPathAsPureTest::test_match PASSED
92 tests/test_pathlib2.py::PosixPathAsPureTest::test_match_common PASSED
93 tests/test_pathlib2.py::PosixPathAsPureTest::test_name_common PASSED
94 tests/test_pathlib2.py::PosixPathAsPureTest::test_ordering_common PASSED
95 tests/test_pathlib2.py::PosixPathAsPureTest::test_parent_common PASSED
96 tests/test_pathlib2.py::PosixPathAsPureTest::test_parents_common PASSED
97 tests/test_pathlib2.py::PosixPathAsPureTest::test_parts_common PASSED
98 tests/test_pathlib2.py::PosixPathAsPureTest::test_pickling_common PASSED
99 tests/test_pathlib2.py::PosixPathAsPureTest::test_relative_to_common PASSED
100 tests/test_pathlib2.py::PosixPathAsPureTest::test_repr_common PASSED
101 tests/test_pathlib2.py::PosixPathAsPureTest::test_root PASSED
102 tests/test_pathlib2.py::PosixPathAsPureTest::test_root_common PASSED
103 tests/test_pathlib2.py::PosixPathAsPureTest::test_stem_common PASSED
104 tests/test_pathlib2.py::PosixPathAsPureTest::test_str_common PASSED
105 tests/test_pathlib2.py::PosixPathAsPureTest::test_str_subclass_common PASSED
106 tests/test_pathlib2.py::PosixPathAsPureTest::test_suffix_common PASSED
107 tests/test_pathlib2.py::PosixPathAsPureTest::test_suffixes_common PASSED
108 tests/test_pathlib2.py::PosixPathAsPureTest::test_unicode PASSED
109 tests/test_pathlib2.py::PosixPathAsPureTest::test_with_name_common PASSED
110 tests/test_pathlib2.py::PosixPathAsPureTest::test_with_name_common_unicode PASSED
111 tests/test_pathlib2.py::PosixPathAsPureTest::test_with_suffix_common PASSED
112 tests/test_pathlib2.py::PosixPathAsPureTest::test_with_suffix_common_unicode PASSED
113 tests/test_pathlib2.py::PosixPathTest::test_chmod PASSED
114 tests/test_pathlib2.py::PosixPathTest::test_complex_symlinks_absolute PASSED
115 tests/test_pathlib2.py::PosixPathTest::test_complex_symlinks_relative PASSED
116 tests/test_pathlib2.py::PosixPathTest::test_complex_symlinks_relative_dot_dot PASSED
117 tests/test_pathlib2.py::PosixPathTest::test_cwd PASSED
118 tests/test_pathlib2.py::PosixPathTest::test_empty_path PASSED
119 tests/test_pathlib2.py::PosixPathTest::test_exists PASSED
120 tests/test_pathlib2.py::PosixPathTest::test_expanduser PASSED
121 tests/test_pathlib2.py::PosixPathTest::test_expanduser_common PASSED
122 tests/test_pathlib2.py::PosixPathTest::test_glob PASSED
123 tests/test_pathlib2.py::PosixPathTest::test_glob_common PASSED
124 tests/test_pathlib2.py::PosixPathTest::test_glob_dotdot PASSED
125 tests/test_pathlib2.py::PosixPathTest::test_group PASSED
126 tests/test_pathlib2.py::PosixPathTest::test_home PASSED
127 tests/test_pathlib2.py::PosixPathTest::test_is_block_device_false PASSED
128 tests/test_pathlib2.py::PosixPathTest::test_is_char_device_false PASSED
129 tests/test_pathlib2.py::PosixPathTest::test_is_char_device_true PASSED
130 tests/test_pathlib2.py::PosixPathTest::test_is_dir PASSED
131 tests/test_pathlib2.py::PosixPathTest::test_is_fifo_false PASSED
132 tests/test_pathlib2.py::PosixPathTest::test_is_fifo_true PASSED
133 tests/test_pathlib2.py::PosixPathTest::test_is_file PASSED
134 tests/test_pathlib2.py::PosixPathTest::test_is_socket_false PASSED
135 tests/test_pathlib2.py::PosixPathTest::test_is_socket_true PASSED
136 tests/test_pathlib2.py::PosixPathTest::test_is_symlink PASSED
137 tests/test_pathlib2.py::PosixPathTest::test_iterdir PASSED
138 tests/test_pathlib2.py::PosixPathTest::test_iterdir_nodir PASSED
139 tests/test_pathlib2.py::PosixPathTest::test_iterdir_symlink PASSED
140 tests/test_pathlib2.py::PosixPathTest::test_lstat PASSED
141 tests/test_pathlib2.py::PosixPathTest::test_lstat_nosymlink PASSED
142 tests/test_pathlib2.py::PosixPathTest::test_mkdir PASSED
143 tests/test_pathlib2.py::PosixPathTest::test_mkdir_concurrent_parent_creation PASSED
144 tests/test_pathlib2.py::PosixPathTest::test_mkdir_exist_ok PASSED
145 tests/test_pathlib2.py::PosixPathTest::test_mkdir_exist_ok_root PASSED
146 tests/test_pathlib2.py::PosixPathTest::test_mkdir_exist_ok_with_parent PASSED
147 tests/test_pathlib2.py::PosixPathTest::test_mkdir_no_parents_file PASSED
148 tests/test_pathlib2.py::PosixPathTest::test_mkdir_parents PASSED
149 tests/test_pathlib2.py::PosixPathTest::test_mkdir_with_child_file PASSED
150 tests/test_pathlib2.py::PosixPathTest::test_mkdir_with_unknown_drive SKIPPED
151 tests/test_pathlib2.py::PosixPathTest::test_open_common PASSED
152 tests/test_pathlib2.py::PosixPathTest::test_open_mode PASSED
153 tests/test_pathlib2.py::PosixPathTest::test_owner PASSED
154 tests/test_pathlib2.py::PosixPathTest::test_parts_interning PASSED
155 tests/test_pathlib2.py::PosixPathTest::test_pickling_common PASSED
156 tests/test_pathlib2.py::PosixPathTest::test_read_write_bytes PASSED
157 tests/test_pathlib2.py::PosixPathTest::test_read_write_text PASSED
158 tests/test_pathlib2.py::PosixPathTest::test_rename PASSED
159 tests/test_pathlib2.py::PosixPathTest::test_replace PASSED
160 tests/test_pathlib2.py::PosixPathTest::test_resolve_common PASSED
161 tests/test_pathlib2.py::PosixPathTest::test_resolve_dot PASSED
162 tests/test_pathlib2.py::PosixPathTest::test_resolve_loop PASSED
163 tests/test_pathlib2.py::PosixPathTest::test_rglob PASSED
164 tests/test_pathlib2.py::PosixPathTest::test_rglob_common PASSED
165 tests/test_pathlib2.py::PosixPathTest::test_rglob_symlink_loop PASSED
166 tests/test_pathlib2.py::PosixPathTest::test_rmdir PASSED
167 tests/test_pathlib2.py::PosixPathTest::test_samefile PASSED
168 tests/test_pathlib2.py::PosixPathTest::test_stat PASSED
169 tests/test_pathlib2.py::PosixPathTest::test_symlink_to PASSED
170 tests/test_pathlib2.py::PosixPathTest::test_touch_common PASSED
171 tests/test_pathlib2.py::PosixPathTest::test_touch_mode PASSED
172 tests/test_pathlib2.py::PosixPathTest::test_touch_nochange PASSED
173 tests/test_pathlib2.py::PosixPathTest::test_unlink PASSED
174 tests/test_pathlib2.py::PosixPathTest::test_with PASSED
175 tests/test_pathlib2.py::PurePathTest::test_anchor_common PASSED
176 tests/test_pathlib2.py::PurePathTest::test_as_bytes_common PASSED
177 tests/test_pathlib2.py::PurePathTest::test_as_posix_common PASSED
178 tests/test_pathlib2.py::PurePathTest::test_as_uri_common PASSED
179 tests/test_pathlib2.py::PurePathTest::test_concrete_class PASSED
180 tests/test_pathlib2.py::PurePathTest::test_constructor_common PASSED
181 tests/test_pathlib2.py::PurePathTest::test_different_flavours_unequal PASSED
182 tests/test_pathlib2.py::PurePathTest::test_different_flavours_unordered PASSED
183 tests/test_pathlib2.py::PurePathTest::test_div_common PASSED
184 tests/test_pathlib2.py::PurePathTest::test_drive_common PASSED
185 tests/test_pathlib2.py::PurePathTest::test_eq_common PASSED
186 tests/test_pathlib2.py::PurePathTest::test_equivalences PASSED
187 tests/test_pathlib2.py::PurePathTest::test_fspath_common PASSED
188 tests/test_pathlib2.py::PurePathTest::test_join_common PASSED
189 tests/test_pathlib2.py::PurePathTest::test_match_common PASSED
190 tests/test_pathlib2.py::PurePathTest::test_name_common PASSED
191 tests/test_pathlib2.py::PurePathTest::test_ordering_common PASSED
192 tests/test_pathlib2.py::PurePathTest::test_parent_common PASSED
193 tests/test_pathlib2.py::PurePathTest::test_parents_common PASSED
194 tests/test_pathlib2.py::PurePathTest::test_parts_common PASSED
195 tests/test_pathlib2.py::PurePathTest::test_pickling_common PASSED
196 tests/test_pathlib2.py::PurePathTest::test_relative_to_common PASSED
197 tests/test_pathlib2.py::PurePathTest::test_repr_common PASSED
198 tests/test_pathlib2.py::PurePathTest::test_root_common PASSED
199 tests/test_pathlib2.py::PurePathTest::test_stem_common PASSED
200 tests/test_pathlib2.py::PurePathTest::test_str_common PASSED
201 tests/test_pathlib2.py::PurePathTest::test_str_subclass_common PASSED
202 tests/test_pathlib2.py::PurePathTest::test_suffix_common PASSED
203 tests/test_pathlib2.py::PurePathTest::test_suffixes_common PASSED
204 tests/test_pathlib2.py::PurePathTest::test_unicode PASSED
205 tests/test_pathlib2.py::PurePathTest::test_with_name_common PASSED
206 tests/test_pathlib2.py::PurePathTest::test_with_name_common_unicode PASSED
207 tests/test_pathlib2.py::PurePathTest::test_with_suffix_common PASSED
208 tests/test_pathlib2.py::PurePathTest::test_with_suffix_common_unicode PASSED
209 tests/test_pathlib2.py::PurePosixPathTest::test_anchor_common PASSED
210 tests/test_pathlib2.py::PurePosixPathTest::test_as_bytes_common PASSED
211 tests/test_pathlib2.py::PurePosixPathTest::test_as_posix_common PASSED
212 tests/test_pathlib2.py::PurePosixPathTest::test_as_uri PASSED
213 tests/test_pathlib2.py::PurePosixPathTest::test_as_uri_common PASSED
214 tests/test_pathlib2.py::PurePosixPathTest::test_as_uri_non_ascii PASSED
215 tests/test_pathlib2.py::PurePosixPathTest::test_constructor_common PASSED
216 tests/test_pathlib2.py::PurePosixPathTest::test_div PASSED
217 tests/test_pathlib2.py::PurePosixPathTest::test_div_common PASSED
218 tests/test_pathlib2.py::PurePosixPathTest::test_drive_common PASSED
219 tests/test_pathlib2.py::PurePosixPathTest::test_eq PASSED
220 tests/test_pathlib2.py::PurePosixPathTest::test_eq_common PASSED
221 tests/test_pathlib2.py::PurePosixPathTest::test_equivalences PASSED
222 tests/test_pathlib2.py::PurePosixPathTest::test_fspath_common PASSED
223 tests/test_pathlib2.py::PurePosixPathTest::test_is_absolute PASSED
224 tests/test_pathlib2.py::PurePosixPathTest::test_is_reserved PASSED
225 tests/test_pathlib2.py::PurePosixPathTest::test_join PASSED
226 tests/test_pathlib2.py::PurePosixPathTest::test_join_common PASSED
227 tests/test_pathlib2.py::PurePosixPathTest::test_match PASSED
228 tests/test_pathlib2.py::PurePosixPathTest::test_match_common PASSED
229 tests/test_pathlib2.py::PurePosixPathTest::test_name_common PASSED
230 tests/test_pathlib2.py::PurePosixPathTest::test_ordering_common PASSED
231 tests/test_pathlib2.py::PurePosixPathTest::test_parent_common PASSED
232 tests/test_pathlib2.py::PurePosixPathTest::test_parents_common PASSED
233 tests/test_pathlib2.py::PurePosixPathTest::test_parts_common PASSED
234 tests/test_pathlib2.py::PurePosixPathTest::test_pickling_common PASSED
235 tests/test_pathlib2.py::PurePosixPathTest::test_relative_to_common PASSED
236 tests/test_pathlib2.py::PurePosixPathTest::test_repr_common PASSED
237 tests/test_pathlib2.py::PurePosixPathTest::test_root PASSED
238 tests/test_pathlib2.py::PurePosixPathTest::test_root_common PASSED
239 tests/test_pathlib2.py::PurePosixPathTest::test_stem_common PASSED
240 tests/test_pathlib2.py::PurePosixPathTest::test_str_common PASSED
241 tests/test_pathlib2.py::PurePosixPathTest::test_str_subclass_common PASSED
242 tests/test_pathlib2.py::PurePosixPathTest::test_suffix_common PASSED
243 tests/test_pathlib2.py::PurePosixPathTest::test_suffixes_common PASSED
244 tests/test_pathlib2.py::PurePosixPathTest::test_unicode PASSED
245 tests/test_pathlib2.py::PurePosixPathTest::test_with_name_common PASSED
246 tests/test_pathlib2.py::PurePosixPathTest::test_with_name_common_unicode PASSED
247 tests/test_pathlib2.py::PurePosixPathTest::test_with_suffix_common PASSED
248 tests/test_pathlib2.py::PurePosixPathTest::test_with_suffix_common_unicode PASSED
249 tests/test_pathlib2.py::PureWindowsPathTest::test_anchor PASSED
250 tests/test_pathlib2.py::PureWindowsPathTest::test_anchor_common PASSED
251 tests/test_pathlib2.py::PureWindowsPathTest::test_as_bytes_common PASSED
252 tests/test_pathlib2.py::PureWindowsPathTest::test_as_posix_common PASSED
253 tests/test_pathlib2.py::PureWindowsPathTest::test_as_uri PASSED
254 tests/test_pathlib2.py::PureWindowsPathTest::test_as_uri_common PASSED
255 tests/test_pathlib2.py::PureWindowsPathTest::test_constructor_common PASSED
256 tests/test_pathlib2.py::PureWindowsPathTest::test_div PASSED
257 tests/test_pathlib2.py::PureWindowsPathTest::test_div_common PASSED
258 tests/test_pathlib2.py::PureWindowsPathTest::test_drive PASSED
259 tests/test_pathlib2.py::PureWindowsPathTest::test_drive_common PASSED
260 tests/test_pathlib2.py::PureWindowsPathTest::test_eq PASSED
261 tests/test_pathlib2.py::PureWindowsPathTest::test_eq_common PASSED
262 tests/test_pathlib2.py::PureWindowsPathTest::test_equivalences PASSED
263 tests/test_pathlib2.py::PureWindowsPathTest::test_fspath_common PASSED
264 tests/test_pathlib2.py::PureWindowsPathTest::test_is_absolute PASSED
265 tests/test_pathlib2.py::PureWindowsPathTest::test_is_reserved PASSED
266 tests/test_pathlib2.py::PureWindowsPathTest::test_join PASSED
267 tests/test_pathlib2.py::PureWindowsPathTest::test_join_common PASSED
268 tests/test_pathlib2.py::PureWindowsPathTest::test_match_common PASSED
269 tests/test_pathlib2.py::PureWindowsPathTest::test_name PASSED
270 tests/test_pathlib2.py::PureWindowsPathTest::test_name_common PASSED
271 tests/test_pathlib2.py::PureWindowsPathTest::test_ordering_common PASSED
272 tests/test_pathlib2.py::PureWindowsPathTest::test_parent PASSED
273 tests/test_pathlib2.py::PureWindowsPathTest::test_parent_common PASSED
274 tests/test_pathlib2.py::PureWindowsPathTest::test_parents PASSED
275 tests/test_pathlib2.py::PureWindowsPathTest::test_parents_common PASSED
276 tests/test_pathlib2.py::PureWindowsPathTest::test_parts PASSED
277 tests/test_pathlib2.py::PureWindowsPathTest::test_parts_common PASSED
278 tests/test_pathlib2.py::PureWindowsPathTest::test_pickling_common PASSED
279 tests/test_pathlib2.py::PureWindowsPathTest::test_relative_to PASSED
280 tests/test_pathlib2.py::PureWindowsPathTest::test_relative_to_common PASSED
281 tests/test_pathlib2.py::PureWindowsPathTest::test_repr_common PASSED
282 tests/test_pathlib2.py::PureWindowsPathTest::test_root PASSED
283 tests/test_pathlib2.py::PureWindowsPathTest::test_root_common PASSED
284 tests/test_pathlib2.py::PureWindowsPathTest::test_stem PASSED
285 tests/test_pathlib2.py::PureWindowsPathTest::test_stem_common PASSED
286 tests/test_pathlib2.py::PureWindowsPathTest::test_str PASSED
287 tests/test_pathlib2.py::PureWindowsPathTest::test_str_common PASSED
288 tests/test_pathlib2.py::PureWindowsPathTest::test_str_subclass PASSED
289 tests/test_pathlib2.py::PureWindowsPathTest::test_str_subclass_common PASSED
290 tests/test_pathlib2.py::PureWindowsPathTest::test_suffix PASSED
291 tests/test_pathlib2.py::PureWindowsPathTest::test_suffix_common PASSED
292 tests/test_pathlib2.py::PureWindowsPathTest::test_suffixes PASSED
293 tests/test_pathlib2.py::PureWindowsPathTest::test_suffixes_common PASSED
294 tests/test_pathlib2.py::PureWindowsPathTest::test_unicode PASSED
295 tests/test_pathlib2.py::PureWindowsPathTest::test_with_name PASSED
296 tests/test_pathlib2.py::PureWindowsPathTest::test_with_name_common PASSED
297 tests/test_pathlib2.py::PureWindowsPathTest::test_with_name_common_unicode PASSED
298 tests/test_pathlib2.py::PureWindowsPathTest::test_with_suffix PASSED
299 tests/test_pathlib2.py::PureWindowsPathTest::test_with_suffix_common PASSED
300 tests/test_pathlib2.py::PureWindowsPathTest::test_with_suffix_common_unicode PASSED
301 tests/test_pathlib2.py::WindowsPathAsPureTest::test_anchor SKIPPED (...)
302 tests/test_pathlib2.py::WindowsPathAsPureTest::test_anchor_common SKIPPED
303 tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_bytes_common SKIPPED
304 tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_posix_common SKIPPED
305 tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_uri SKIPPED (...)
306 tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_uri_common SKIPPED
307 tests/test_pathlib2.py::WindowsPathAsPureTest::test_constructor_common SKIPPED
308 tests/test_pathlib2.py::WindowsPathAsPureTest::test_div SKIPPED (tes...)
309 tests/test_pathlib2.py::WindowsPathAsPureTest::test_div_common SKIPPED
310 tests/test_pathlib2.py::WindowsPathAsPureTest::test_drive SKIPPED (t...)
311 tests/test_pathlib2.py::WindowsPathAsPureTest::test_drive_common SKIPPED
312 tests/test_pathlib2.py::WindowsPathAsPureTest::test_eq SKIPPED (test...)
313 tests/test_pathlib2.py::WindowsPathAsPureTest::test_eq_common SKIPPED
314 tests/test_pathlib2.py::WindowsPathAsPureTest::test_equivalences SKIPPED
315 tests/test_pathlib2.py::WindowsPathAsPureTest::test_fspath_common SKIPPED
316 tests/test_pathlib2.py::WindowsPathAsPureTest::test_group SKIPPED (t...)
317 tests/test_pathlib2.py::WindowsPathAsPureTest::test_is_absolute SKIPPED
318 tests/test_pathlib2.py::WindowsPathAsPureTest::test_is_reserved SKIPPED
319 tests/test_pathlib2.py::WindowsPathAsPureTest::test_join SKIPPED (te...)
320 tests/test_pathlib2.py::WindowsPathAsPureTest::test_join_common SKIPPED
321 tests/test_pathlib2.py::WindowsPathAsPureTest::test_match_common SKIPPED
322 tests/test_pathlib2.py::WindowsPathAsPureTest::test_name SKIPPED (te...)
323 tests/test_pathlib2.py::WindowsPathAsPureTest::test_name_common SKIPPED
324 tests/test_pathlib2.py::WindowsPathAsPureTest::test_ordering_common SKIPPED
325 tests/test_pathlib2.py::WindowsPathAsPureTest::test_owner SKIPPED (t...)
326 tests/test_pathlib2.py::WindowsPathAsPureTest::test_parent SKIPPED (...)
327 tests/test_pathlib2.py::WindowsPathAsPureTest::test_parent_common SKIPPED
328 tests/test_pathlib2.py::WindowsPathAsPureTest::test_parents SKIPPED
329 tests/test_pathlib2.py::WindowsPathAsPureTest::test_parents_common SKIPPED
330 tests/test_pathlib2.py::WindowsPathAsPureTest::test_parts SKIPPED (t...)
331 tests/test_pathlib2.py::WindowsPathAsPureTest::test_parts_common SKIPPED
332 tests/test_pathlib2.py::WindowsPathAsPureTest::test_pickling_common SKIPPED
333 tests/test_pathlib2.py::WindowsPathAsPureTest::test_relative_to SKIPPED
334 tests/test_pathlib2.py::WindowsPathAsPureTest::test_relative_to_common SKIPPED
335 tests/test_pathlib2.py::WindowsPathAsPureTest::test_repr_common SKIPPED
336 tests/test_pathlib2.py::WindowsPathAsPureTest::test_root SKIPPED (te...)
337 tests/test_pathlib2.py::WindowsPathAsPureTest::test_root_common SKIPPED
338 tests/test_pathlib2.py::WindowsPathAsPureTest::test_stem SKIPPED (te...)
339 tests/test_pathlib2.py::WindowsPathAsPureTest::test_stem_common SKIPPED
340 tests/test_pathlib2.py::WindowsPathAsPureTest::test_str SKIPPED (tes...)
341 tests/test_pathlib2.py::WindowsPathAsPureTest::test_str_common SKIPPED
342 tests/test_pathlib2.py::WindowsPathAsPureTest::test_str_subclass SKIPPED
343 tests/test_pathlib2.py::WindowsPathAsPureTest::test_str_subclass_common SKIPPED
344 tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffix SKIPPED (...)
345 tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffix_common SKIPPED
346 tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffixes SKIPPED
347 tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffixes_common SKIPPED
348 tests/test_pathlib2.py::WindowsPathAsPureTest::test_unicode SKIPPED
349 tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_name SKIPPED
350 tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_name_common SKIPPED
351 tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_name_common_unicode SKIPPED
352 tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_suffix SKIPPED
353 tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_suffix_common SKIPPED
354 tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_suffix_common_unicode SKIPPED
355 tests/test_pathlib2.py::WindowsPathTest::test_chmod SKIPPED (test re...)
356 tests/test_pathlib2.py::WindowsPathTest::test_complex_symlinks_absolute SKIPPED
357 tests/test_pathlib2.py::WindowsPathTest::test_complex_symlinks_relative SKIPPED
358 tests/test_pathlib2.py::WindowsPathTest::test_complex_symlinks_relative_dot_dot SKIPPED
359 tests/test_pathlib2.py::WindowsPathTest::test_cwd SKIPPED (test requ...)
360 tests/test_pathlib2.py::WindowsPathTest::test_empty_path SKIPPED (te...)
361 tests/test_pathlib2.py::WindowsPathTest::test_exists SKIPPED (test r...)
362 tests/test_pathlib2.py::WindowsPathTest::test_expanduser SKIPPED (te...)
363 tests/test_pathlib2.py::WindowsPathTest::test_expanduser_common SKIPPED
364 tests/test_pathlib2.py::WindowsPathTest::test_glob SKIPPED (test req...)
365 tests/test_pathlib2.py::WindowsPathTest::test_glob_common SKIPPED (t...)
366 tests/test_pathlib2.py::WindowsPathTest::test_glob_dotdot SKIPPED (t...)
367 tests/test_pathlib2.py::WindowsPathTest::test_group SKIPPED (test re...)
368 tests/test_pathlib2.py::WindowsPathTest::test_home SKIPPED (test req...)
369 tests/test_pathlib2.py::WindowsPathTest::test_is_block_device_false SKIPPED
370 tests/test_pathlib2.py::WindowsPathTest::test_is_char_device_false SKIPPED
371 tests/test_pathlib2.py::WindowsPathTest::test_is_char_device_true SKIPPED
372 tests/test_pathlib2.py::WindowsPathTest::test_is_dir SKIPPED (test r...)
373 tests/test_pathlib2.py::WindowsPathTest::test_is_fifo_false SKIPPED
374 tests/test_pathlib2.py::WindowsPathTest::test_is_fifo_true SKIPPED (...)
375 tests/test_pathlib2.py::WindowsPathTest::test_is_file SKIPPED (test ...)
376 tests/test_pathlib2.py::WindowsPathTest::test_is_socket_false SKIPPED
377 tests/test_pathlib2.py::WindowsPathTest::test_is_socket_true SKIPPED
378 tests/test_pathlib2.py::WindowsPathTest::test_is_symlink SKIPPED (te...)
379 tests/test_pathlib2.py::WindowsPathTest::test_iterdir SKIPPED (test ...)
380 tests/test_pathlib2.py::WindowsPathTest::test_iterdir_nodir SKIPPED
381 tests/test_pathlib2.py::WindowsPathTest::test_iterdir_symlink SKIPPED
382 tests/test_pathlib2.py::WindowsPathTest::test_lstat SKIPPED (test re...)
383 tests/test_pathlib2.py::WindowsPathTest::test_lstat_nosymlink SKIPPED
384 tests/test_pathlib2.py::WindowsPathTest::test_mkdir SKIPPED (test re...)
385 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_concurrent_parent_creation SKIPPED
386 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_exist_ok SKIPPED
387 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_exist_ok_root SKIPPED
388 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_exist_ok_with_parent SKIPPED
389 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_no_parents_file SKIPPED
390 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_parents SKIPPED
391 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_with_child_file SKIPPED
392 tests/test_pathlib2.py::WindowsPathTest::test_mkdir_with_unknown_drive SKIPPED
393 tests/test_pathlib2.py::WindowsPathTest::test_open_common SKIPPED (t...)
394 tests/test_pathlib2.py::WindowsPathTest::test_owner SKIPPED (test re...)
395 tests/test_pathlib2.py::WindowsPathTest::test_parts_interning SKIPPED
396 tests/test_pathlib2.py::WindowsPathTest::test_pickling_common SKIPPED
397 tests/test_pathlib2.py::WindowsPathTest::test_read_write_bytes SKIPPED
398 tests/test_pathlib2.py::WindowsPathTest::test_read_write_text SKIPPED
399 tests/test_pathlib2.py::WindowsPathTest::test_rename SKIPPED (test r...)
400 tests/test_pathlib2.py::WindowsPathTest::test_replace SKIPPED (test ...)
401 tests/test_pathlib2.py::WindowsPathTest::test_resolve_common SKIPPED
402 tests/test_pathlib2.py::WindowsPathTest::test_resolve_dot SKIPPED (t...)
403 tests/test_pathlib2.py::WindowsPathTest::test_rglob SKIPPED (test re...)
404 tests/test_pathlib2.py::WindowsPathTest::test_rglob_common SKIPPED (...)
405 tests/test_pathlib2.py::WindowsPathTest::test_rglob_symlink_loop SKIPPED
406 tests/test_pathlib2.py::WindowsPathTest::test_rmdir SKIPPED (test re...)
407 tests/test_pathlib2.py::WindowsPathTest::test_samefile SKIPPED (test...)
408 tests/test_pathlib2.py::WindowsPathTest::test_stat SKIPPED (test req...)
409 tests/test_pathlib2.py::WindowsPathTest::test_symlink_to SKIPPED (te...)
410 tests/test_pathlib2.py::WindowsPathTest::test_touch_common SKIPPED (...)
411 tests/test_pathlib2.py::WindowsPathTest::test_touch_nochange SKIPPED
412 tests/test_pathlib2.py::WindowsPathTest::test_unlink SKIPPED (test r...)
413 tests/test_pathlib2.py::WindowsPathTest::test_with SKIPPED (test req...)
414 tests/test_pathlib2.py::test_resolve_extra PASSED
415 tests/test_unicode.py::TestUnicode::test_absolute PASSED
416 tests/test_unicode.py::TestUnicode::test_anchor PASSED
417 tests/test_unicode.py::TestUnicode::test_div PASSED
418 tests/test_unicode.py::TestUnicode::test_glob PASSED
419 tests/test_unicode.py::TestUnicode::test_init PASSED
420 tests/test_unicode.py::TestUnicode::test_joinpath PASSED
421 tests/test_unicode.py::TestUnicode::test_match PASSED
422 tests/test_unicode.py::TestUnicode::test_parent PASSED
423 tests/test_unicode.py::TestUnicode::test_parents PASSED
424 tests/test_unicode.py::TestUnicode::test_relative_to PASSED
425 tests/test_unicode.py::TestUnicode::test_rename PASSED
426 tests/test_unicode.py::TestUnicode::test_replace PASSED
427 tests/test_unicode.py::TestUnicode::test_rglob PASSED
428 tests/test_unicode.py::TestUnicode::test_root PASSED
429 tests/test_unicode.py::TestUnicode::test_samefile PASSED
430 tests/test_unicode.py::TestUnicode::test_stem PASSED
431 tests/test_unicode.py::TestUnicode::test_suffix PASSED
432 tests/test_unicode.py::TestUnicode::test_suffixes PASSED
433 tests/test_unicode.py::TestUnicode::test_symlink_to PASSED
434 tests/test_unicode.py::TestUnicode::test_with_name PASSED
435 tests/test_unicode.py::TestUnicode::test_with_suffix PASSED
437 ======== 313 passed, 115 skipped ========