============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D), configfile: pytest.ini, testpaths: tests
collecting ... collected 428 items

tests/test_pathlib2.py::NTFlavourTest::test_parse_parts PASSED
tests/test_pathlib2.py::NTFlavourTest::test_parse_parts_common PASSED
tests/test_pathlib2.py::NTFlavourTest::test_splitroot PASSED
tests/test_pathlib2.py::PathTest::test_chmod PASSED
tests/test_pathlib2.py::PathTest::test_complex_symlinks_absolute PASSED
tests/test_pathlib2.py::PathTest::test_complex_symlinks_relative PASSED
tests/test_pathlib2.py::PathTest::test_complex_symlinks_relative_dot_dot PASSED
tests/test_pathlib2.py::PathTest::test_concrete_class PASSED
tests/test_pathlib2.py::PathTest::test_cwd PASSED
tests/test_pathlib2.py::PathTest::test_empty_path PASSED
tests/test_pathlib2.py::PathTest::test_exists PASSED
tests/test_pathlib2.py::PathTest::test_expanduser_common PASSED
tests/test_pathlib2.py::PathTest::test_glob_common PASSED
tests/test_pathlib2.py::PathTest::test_glob_dotdot PASSED
tests/test_pathlib2.py::PathTest::test_glob_empty_pattern PASSED
tests/test_pathlib2.py::PathTest::test_group PASSED
tests/test_pathlib2.py::PathTest::test_home PASSED
tests/test_pathlib2.py::PathTest::test_is_block_device_false PASSED
tests/test_pathlib2.py::PathTest::test_is_char_device_false PASSED
tests/test_pathlib2.py::PathTest::test_is_char_device_true PASSED
tests/test_pathlib2.py::PathTest::test_is_dir PASSED
tests/test_pathlib2.py::PathTest::test_is_fifo_false PASSED
tests/test_pathlib2.py::PathTest::test_is_fifo_true PASSED
tests/test_pathlib2.py::PathTest::test_is_file PASSED
tests/test_pathlib2.py::PathTest::test_is_socket_false PASSED
tests/test_pathlib2.py::PathTest::test_is_socket_true PASSED
tests/test_pathlib2.py::PathTest::test_is_symlink PASSED
tests/test_pathlib2.py::PathTest::test_iterdir PASSED
tests/test_pathlib2.py::PathTest::test_iterdir_nodir PASSED
tests/test_pathlib2.py::PathTest::test_iterdir_symlink PASSED
tests/test_pathlib2.py::PathTest::test_lstat PASSED
tests/test_pathlib2.py::PathTest::test_lstat_nosymlink PASSED
tests/test_pathlib2.py::PathTest::test_mkdir PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_concurrent_parent_creation PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_exist_ok PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_exist_ok_root PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_exist_ok_with_parent PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_no_parents_file PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_parents PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_with_child_file PASSED
tests/test_pathlib2.py::PathTest::test_mkdir_with_unknown_drive SKIPPED
tests/test_pathlib2.py::PathTest::test_open_common PASSED
tests/test_pathlib2.py::PathTest::test_owner PASSED
tests/test_pathlib2.py::PathTest::test_parts_interning PASSED
tests/test_pathlib2.py::PathTest::test_pickling_common PASSED
tests/test_pathlib2.py::PathTest::test_read_write_bytes PASSED
tests/test_pathlib2.py::PathTest::test_read_write_text PASSED
tests/test_pathlib2.py::PathTest::test_rename PASSED
tests/test_pathlib2.py::PathTest::test_replace PASSED
tests/test_pathlib2.py::PathTest::test_resolve_common PASSED
tests/test_pathlib2.py::PathTest::test_resolve_dot PASSED
tests/test_pathlib2.py::PathTest::test_rglob_common PASSED
tests/test_pathlib2.py::PathTest::test_rglob_symlink_loop PASSED
tests/test_pathlib2.py::PathTest::test_rmdir PASSED
tests/test_pathlib2.py::PathTest::test_samefile PASSED
tests/test_pathlib2.py::PathTest::test_stat PASSED
tests/test_pathlib2.py::PathTest::test_symlink_to PASSED
tests/test_pathlib2.py::PathTest::test_touch_common PASSED
tests/test_pathlib2.py::PathTest::test_touch_nochange PASSED
tests/test_pathlib2.py::PathTest::test_unlink PASSED
tests/test_pathlib2.py::PathTest::test_unsupported_flavour PASSED
tests/test_pathlib2.py::PathTest::test_with PASSED
tests/test_pathlib2.py::PosixFlavourTest::test_parse_parts PASSED
tests/test_pathlib2.py::PosixFlavourTest::test_parse_parts_common PASSED
tests/test_pathlib2.py::PosixFlavourTest::test_splitroot PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_anchor_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_as_bytes_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_as_posix_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_as_uri PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_as_uri_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_as_uri_non_ascii PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_constructor_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_div PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_div_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_drive_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_eq PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_eq_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_equivalences PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_fspath_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_is_absolute PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_is_reserved PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_join PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_join_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_match PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_match_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_name_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_ordering_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_parent_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_parents_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_parts_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_pickling_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_relative_to_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_repr_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_root PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_root_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_stem_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_str_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_str_subclass_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_suffix_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_suffixes_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_unicode PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_with_name_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_with_name_common_unicode PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_with_suffix_common PASSED
tests/test_pathlib2.py::PosixPathAsPureTest::test_with_suffix_common_unicode PASSED
tests/test_pathlib2.py::PosixPathTest::test_chmod PASSED
tests/test_pathlib2.py::PosixPathTest::test_complex_symlinks_absolute PASSED
tests/test_pathlib2.py::PosixPathTest::test_complex_symlinks_relative PASSED
tests/test_pathlib2.py::PosixPathTest::test_complex_symlinks_relative_dot_dot PASSED
tests/test_pathlib2.py::PosixPathTest::test_cwd PASSED
tests/test_pathlib2.py::PosixPathTest::test_empty_path PASSED
tests/test_pathlib2.py::PosixPathTest::test_exists PASSED
tests/test_pathlib2.py::PosixPathTest::test_expanduser PASSED
tests/test_pathlib2.py::PosixPathTest::test_expanduser_common PASSED
tests/test_pathlib2.py::PosixPathTest::test_glob PASSED
tests/test_pathlib2.py::PosixPathTest::test_glob_common PASSED
tests/test_pathlib2.py::PosixPathTest::test_glob_dotdot PASSED
tests/test_pathlib2.py::PosixPathTest::test_group PASSED
tests/test_pathlib2.py::PosixPathTest::test_home PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_block_device_false PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_char_device_false PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_char_device_true PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_dir PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_fifo_false PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_fifo_true PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_file PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_socket_false PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_socket_true PASSED
tests/test_pathlib2.py::PosixPathTest::test_is_symlink PASSED
tests/test_pathlib2.py::PosixPathTest::test_iterdir PASSED
tests/test_pathlib2.py::PosixPathTest::test_iterdir_nodir PASSED
tests/test_pathlib2.py::PosixPathTest::test_iterdir_symlink PASSED
tests/test_pathlib2.py::PosixPathTest::test_lstat PASSED
tests/test_pathlib2.py::PosixPathTest::test_lstat_nosymlink PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_concurrent_parent_creation PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_exist_ok PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_exist_ok_root PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_exist_ok_with_parent PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_no_parents_file PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_parents PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_with_child_file PASSED
tests/test_pathlib2.py::PosixPathTest::test_mkdir_with_unknown_drive SKIPPED
tests/test_pathlib2.py::PosixPathTest::test_open_common PASSED
tests/test_pathlib2.py::PosixPathTest::test_open_mode PASSED
tests/test_pathlib2.py::PosixPathTest::test_owner PASSED
tests/test_pathlib2.py::PosixPathTest::test_parts_interning PASSED
tests/test_pathlib2.py::PosixPathTest::test_pickling_common PASSED
tests/test_pathlib2.py::PosixPathTest::test_read_write_bytes PASSED
tests/test_pathlib2.py::PosixPathTest::test_read_write_text PASSED
tests/test_pathlib2.py::PosixPathTest::test_rename PASSED
tests/test_pathlib2.py::PosixPathTest::test_replace PASSED
tests/test_pathlib2.py::PosixPathTest::test_resolve_common PASSED
tests/test_pathlib2.py::PosixPathTest::test_resolve_dot PASSED
tests/test_pathlib2.py::PosixPathTest::test_resolve_loop PASSED
tests/test_pathlib2.py::PosixPathTest::test_rglob PASSED
tests/test_pathlib2.py::PosixPathTest::test_rglob_common PASSED
tests/test_pathlib2.py::PosixPathTest::test_rglob_symlink_loop PASSED
tests/test_pathlib2.py::PosixPathTest::test_rmdir PASSED
tests/test_pathlib2.py::PosixPathTest::test_samefile PASSED
tests/test_pathlib2.py::PosixPathTest::test_stat PASSED
tests/test_pathlib2.py::PosixPathTest::test_symlink_to PASSED
tests/test_pathlib2.py::PosixPathTest::test_touch_common PASSED
tests/test_pathlib2.py::PosixPathTest::test_touch_mode PASSED
tests/test_pathlib2.py::PosixPathTest::test_touch_nochange PASSED
tests/test_pathlib2.py::PosixPathTest::test_unlink PASSED
tests/test_pathlib2.py::PosixPathTest::test_with PASSED
tests/test_pathlib2.py::PurePathTest::test_anchor_common PASSED
tests/test_pathlib2.py::PurePathTest::test_as_bytes_common PASSED
tests/test_pathlib2.py::PurePathTest::test_as_posix_common PASSED
tests/test_pathlib2.py::PurePathTest::test_as_uri_common PASSED
tests/test_pathlib2.py::PurePathTest::test_concrete_class PASSED
tests/test_pathlib2.py::PurePathTest::test_constructor_common PASSED
tests/test_pathlib2.py::PurePathTest::test_different_flavours_unequal PASSED
tests/test_pathlib2.py::PurePathTest::test_different_flavours_unordered PASSED
tests/test_pathlib2.py::PurePathTest::test_div_common PASSED
tests/test_pathlib2.py::PurePathTest::test_drive_common PASSED
tests/test_pathlib2.py::PurePathTest::test_eq_common PASSED
tests/test_pathlib2.py::PurePathTest::test_equivalences PASSED
tests/test_pathlib2.py::PurePathTest::test_fspath_common PASSED
tests/test_pathlib2.py::PurePathTest::test_join_common PASSED
tests/test_pathlib2.py::PurePathTest::test_match_common PASSED
tests/test_pathlib2.py::PurePathTest::test_name_common PASSED
tests/test_pathlib2.py::PurePathTest::test_ordering_common PASSED
tests/test_pathlib2.py::PurePathTest::test_parent_common PASSED
tests/test_pathlib2.py::PurePathTest::test_parents_common PASSED
tests/test_pathlib2.py::PurePathTest::test_parts_common PASSED
tests/test_pathlib2.py::PurePathTest::test_pickling_common PASSED
tests/test_pathlib2.py::PurePathTest::test_relative_to_common PASSED
tests/test_pathlib2.py::PurePathTest::test_repr_common PASSED
tests/test_pathlib2.py::PurePathTest::test_root_common PASSED
tests/test_pathlib2.py::PurePathTest::test_stem_common PASSED
tests/test_pathlib2.py::PurePathTest::test_str_common PASSED
tests/test_pathlib2.py::PurePathTest::test_str_subclass_common PASSED
tests/test_pathlib2.py::PurePathTest::test_suffix_common PASSED
tests/test_pathlib2.py::PurePathTest::test_suffixes_common PASSED
tests/test_pathlib2.py::PurePathTest::test_unicode PASSED
tests/test_pathlib2.py::PurePathTest::test_with_name_common PASSED
tests/test_pathlib2.py::PurePathTest::test_with_name_common_unicode PASSED
tests/test_pathlib2.py::PurePathTest::test_with_suffix_common PASSED
tests/test_pathlib2.py::PurePathTest::test_with_suffix_common_unicode PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_anchor_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_as_bytes_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_as_posix_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_as_uri PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_as_uri_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_as_uri_non_ascii PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_constructor_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_div PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_div_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_drive_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_eq PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_eq_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_equivalences PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_fspath_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_is_absolute PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_is_reserved PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_join PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_join_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_match PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_match_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_name_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_ordering_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_parent_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_parents_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_parts_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_pickling_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_relative_to_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_repr_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_root PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_root_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_stem_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_str_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_str_subclass_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_suffix_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_suffixes_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_unicode PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_with_name_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_with_name_common_unicode PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_with_suffix_common PASSED
tests/test_pathlib2.py::PurePosixPathTest::test_with_suffix_common_unicode PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_anchor PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_anchor_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_as_bytes_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_as_posix_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_as_uri PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_as_uri_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_constructor_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_div PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_div_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_drive PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_drive_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_eq PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_eq_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_equivalences PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_fspath_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_is_absolute PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_is_reserved PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_join PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_join_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_match_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_name PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_name_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_ordering_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_parent PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_parent_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_parents PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_parents_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_parts PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_parts_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_pickling_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_relative_to PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_relative_to_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_repr_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_root PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_root_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_stem PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_stem_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_str PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_str_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_str_subclass PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_str_subclass_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_suffix PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_suffix_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_suffixes PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_suffixes_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_unicode PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_with_name PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_with_name_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_with_name_common_unicode PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_with_suffix PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_with_suffix_common PASSED
tests/test_pathlib2.py::PureWindowsPathTest::test_with_suffix_common_unicode PASSED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_anchor SKIPPED (...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_anchor_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_bytes_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_posix_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_uri SKIPPED (...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_as_uri_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_constructor_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_div SKIPPED (tes...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_div_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_drive SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_drive_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_eq SKIPPED (test...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_eq_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_equivalences SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_fspath_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_group SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_is_absolute SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_is_reserved SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_join SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_join_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_match_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_name SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_name_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_ordering_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_owner SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_parent SKIPPED (...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_parent_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_parents SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_parents_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_parts SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_parts_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_pickling_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_relative_to SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_relative_to_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_repr_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_root SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_root_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_stem SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_stem_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_str SKIPPED (tes...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_str_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_str_subclass SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_str_subclass_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffix SKIPPED (...)
tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffix_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffixes SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_suffixes_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_unicode SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_name SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_name_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_name_common_unicode SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_suffix SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_suffix_common SKIPPED
tests/test_pathlib2.py::WindowsPathAsPureTest::test_with_suffix_common_unicode SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_chmod SKIPPED (test re...)
tests/test_pathlib2.py::WindowsPathTest::test_complex_symlinks_absolute SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_complex_symlinks_relative SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_complex_symlinks_relative_dot_dot SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_cwd SKIPPED (test requ...)
tests/test_pathlib2.py::WindowsPathTest::test_empty_path SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathTest::test_exists SKIPPED (test r...)
tests/test_pathlib2.py::WindowsPathTest::test_expanduser SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathTest::test_expanduser_common SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_glob SKIPPED (test req...)
tests/test_pathlib2.py::WindowsPathTest::test_glob_common SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathTest::test_glob_dotdot SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathTest::test_group SKIPPED (test re...)
tests/test_pathlib2.py::WindowsPathTest::test_home SKIPPED (test req...)
tests/test_pathlib2.py::WindowsPathTest::test_is_block_device_false SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_is_char_device_false SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_is_char_device_true SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_is_dir SKIPPED (test r...)
tests/test_pathlib2.py::WindowsPathTest::test_is_fifo_false SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_is_fifo_true SKIPPED (...)
tests/test_pathlib2.py::WindowsPathTest::test_is_file SKIPPED (test ...)
tests/test_pathlib2.py::WindowsPathTest::test_is_socket_false SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_is_socket_true SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_is_symlink SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathTest::test_iterdir SKIPPED (test ...)
tests/test_pathlib2.py::WindowsPathTest::test_iterdir_nodir SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_iterdir_symlink SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_lstat SKIPPED (test re...)
tests/test_pathlib2.py::WindowsPathTest::test_lstat_nosymlink SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir SKIPPED (test re...)
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_concurrent_parent_creation SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_exist_ok SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_exist_ok_root SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_exist_ok_with_parent SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_no_parents_file SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_parents SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_with_child_file SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_mkdir_with_unknown_drive SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_open_common SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathTest::test_owner SKIPPED (test re...)
tests/test_pathlib2.py::WindowsPathTest::test_parts_interning SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_pickling_common SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_read_write_bytes SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_read_write_text SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_rename SKIPPED (test r...)
tests/test_pathlib2.py::WindowsPathTest::test_replace SKIPPED (test ...)
tests/test_pathlib2.py::WindowsPathTest::test_resolve_common SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_resolve_dot SKIPPED (t...)
tests/test_pathlib2.py::WindowsPathTest::test_rglob SKIPPED (test re...)
tests/test_pathlib2.py::WindowsPathTest::test_rglob_common SKIPPED (...)
tests/test_pathlib2.py::WindowsPathTest::test_rglob_symlink_loop SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_rmdir SKIPPED (test re...)
tests/test_pathlib2.py::WindowsPathTest::test_samefile SKIPPED (test...)
tests/test_pathlib2.py::WindowsPathTest::test_stat SKIPPED (test req...)
tests/test_pathlib2.py::WindowsPathTest::test_symlink_to SKIPPED (te...)
tests/test_pathlib2.py::WindowsPathTest::test_touch_common SKIPPED (...)
tests/test_pathlib2.py::WindowsPathTest::test_touch_nochange SKIPPED
tests/test_pathlib2.py::WindowsPathTest::test_unlink SKIPPED (test r...)
tests/test_pathlib2.py::WindowsPathTest::test_with SKIPPED (test req...)
tests/test_pathlib2.py::test_resolve_extra PASSED
tests/test_unicode.py::TestUnicode::test_absolute PASSED
tests/test_unicode.py::TestUnicode::test_anchor PASSED
tests/test_unicode.py::TestUnicode::test_div PASSED
tests/test_unicode.py::TestUnicode::test_glob PASSED
tests/test_unicode.py::TestUnicode::test_init PASSED
tests/test_unicode.py::TestUnicode::test_joinpath PASSED
tests/test_unicode.py::TestUnicode::test_match PASSED
tests/test_unicode.py::TestUnicode::test_parent PASSED
tests/test_unicode.py::TestUnicode::test_parents PASSED
tests/test_unicode.py::TestUnicode::test_relative_to PASSED
tests/test_unicode.py::TestUnicode::test_rename PASSED
tests/test_unicode.py::TestUnicode::test_replace PASSED
tests/test_unicode.py::TestUnicode::test_rglob PASSED
tests/test_unicode.py::TestUnicode::test_root PASSED
tests/test_unicode.py::TestUnicode::test_samefile PASSED
tests/test_unicode.py::TestUnicode::test_stem PASSED
tests/test_unicode.py::TestUnicode::test_suffix PASSED
tests/test_unicode.py::TestUnicode::test_suffixes PASSED
tests/test_unicode.py::TestUnicode::test_symlink_to PASSED
tests/test_unicode.py::TestUnicode::test_with_name PASSED
tests/test_unicode.py::TestUnicode::test_with_suffix PASSED

======== 313 passed, 115 skipped ========