py$(PYV): commands[0]> python -m unittest discover -t . -s tests/ --verbose test_01_single_1_include (tests.test_01_util.CheckMatchFileTest.test_01_single_1_include) Test checking a single file that is included. ... ok test_01_single_2_exclude (tests.test_01_util.CheckMatchFileTest.test_01_single_2_exclude) Test checking a single file that is excluded. ... ok test_01_single_3_unmatch (tests.test_01_util.CheckMatchFileTest.test_01_single_3_unmatch) Test checking a single file that is ignored. ... ok test_02_many (tests.test_01_util.CheckMatchFileTest.test_02_many) Test matching files individually. ... ok test_01_files_1_entries (tests.test_01_util.IterTreeTest.test_01_files_1_entries) Tests to make sure all files are found. ... ok test_01_files_2_files (tests.test_01_util.IterTreeTest.test_01_files_2_files) Tests to make sure all files are found. ... ok test_02_link_1_check_symlink (tests.test_01_util.IterTreeTest.test_02_link_1_check_symlink) Tests whether links can be created. ... ok test_02_link_2_links_1_entries (tests.test_01_util.IterTreeTest.test_02_link_2_links_1_entries) Tests to make sure links to directories and files work. ... ok test_02_link_2_links_2_files (tests.test_01_util.IterTreeTest.test_02_link_2_links_2_files) Tests to make sure links to directories and files work. ... ok test_02_link_3_sideways_links_1_entries (tests.test_01_util.IterTreeTest.test_02_link_3_sideways_links_1_entries) Tests to make sure the same directory can be encountered multiple ... ok test_02_link_3_sideways_links_2_files (tests.test_01_util.IterTreeTest.test_02_link_3_sideways_links_2_files) Tests to make sure the same directory can be encountered multiple ... ok test_02_link_4_recursive_links_1_entries (tests.test_01_util.IterTreeTest.test_02_link_4_recursive_links_1_entries) Tests detection of recursive links. ... ok test_02_link_4_recursive_links_2_files (tests.test_01_util.IterTreeTest.test_02_link_4_recursive_links_2_files) Tests detection of recursive links. ... ok test_02_link_5_recursive_circular_links_1_entries (tests.test_01_util.IterTreeTest.test_02_link_5_recursive_circular_links_1_entries) Tests detection of recursion through circular links. ... ok test_02_link_5_recursive_circular_links_2_files (tests.test_01_util.IterTreeTest.test_02_link_5_recursive_circular_links_2_files) Tests detection of recursion through circular links. ... ok test_02_link_6_detect_broken_links_1_entries (tests.test_01_util.IterTreeTest.test_02_link_6_detect_broken_links_1_entries) Tests that broken links are detected. ... ok test_02_link_6_detect_broken_links_2_files (tests.test_01_util.IterTreeTest.test_02_link_6_detect_broken_links_2_files) Tests that broken links are detected. ... ok test_02_link_7_ignore_broken_links_1_entries (tests.test_01_util.IterTreeTest.test_02_link_7_ignore_broken_links_1_entries) Tests that broken links are ignored. ... ok test_02_link_7_ignore_broken_links_2_files (tests.test_01_util.IterTreeTest.test_02_link_7_ignore_broken_links_2_files) Tests that broken links are ignored. ... ok test_02_link_8_no_follow_links_1_entries (tests.test_01_util.IterTreeTest.test_02_link_8_no_follow_links_1_entries) Tests to make sure directory links can be ignored. ... ok test_02_link_8_no_follow_links_2_files (tests.test_01_util.IterTreeTest.test_02_link_8_no_follow_links_2_files) Tests to make sure directory links can be ignored. ... ok test_01_single_1_include (tests.test_01_util.MatchFileTest.test_01_single_1_include) Test checking a single file that is included. ... ok test_01_single_2_exclude (tests.test_01_util.MatchFileTest.test_01_single_2_exclude) Test checking a single file that is excluded. ... ok test_01_single_3_unmatch (tests.test_01_util.MatchFileTest.test_01_single_3_unmatch) Test checking a single file that is ignored. ... ok test_02_many (tests.test_01_util.MatchFileTest.test_02_many) Test matching files individually. ... ok test_01_purepath (tests.test_01_util.NormalizeFileTest.test_01_purepath) Tests normalizing a :class:`PurePath` as argument. ... ok test_00_empty (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_00_empty) Tests an empty pattern. ... ok test_01_absolute (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_01_absolute) Tests an absolute path pattern. ... ok test_01_absolute_ignore (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_01_absolute_ignore) Tests an ignore absolute path pattern. ... ok test_01_absolute_root_1 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_01_absolute_root_1) Tests a single root absolute path pattern. ... ok test_01_absolute_root_2_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_01_absolute_root_2_double_asterisk) Tests the root path patterns: ... ok test_01_relative (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_01_relative) Tests a relative path pattern. ... ok test_01_relative_nested (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_01_relative_nested) Tests a relative nested path pattern. ... ok test_02_comment (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_02_comment) Tests a comment pattern. ... ok test_02_ignore (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_02_ignore) Tests an exclude pattern. ... ok test_03_child_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_03_child_double_asterisk) Tests a directory name with a double-asterisk child ... ok test_03_double_asterisk_trailing_slash_edge_case (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_03_double_asterisk_trailing_slash_edge_case) Tests the edge-case **/ pattern. ... ok test_03_duplicate_leading_double_asterisk_edge_case (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_03_duplicate_leading_double_asterisk_edge_case) Regression test for duplicate leading **/ bug. ... ok test_03_inner_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_03_inner_double_asterisk) Tests a path with an inner double-asterisk directory. ... ok test_03_only_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_03_only_double_asterisk) Tests a double-asterisk pattern which matches everything. ... ok test_03_parent_double_asterisk (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_03_parent_double_asterisk) Tests a file name with a double-asterisk parent directory. ... ok test_04_infix_wildcard (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_04_infix_wildcard) Tests a pattern with an infix wildcard. ... ok test_04_postfix_wildcard (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_04_postfix_wildcard) Tests a pattern with a postfix wildcard. ... ok test_04_prefix_wildcard (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_04_prefix_wildcard) Tests a pattern with a prefix wildcard. ... ok test_05_directory (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_05_directory) Tests a directory pattern. ... ok test_06_registered (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_06_registered) Tests that the pattern is registered. ... ok test_07_decode_bytes (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_07_decode_bytes) Test decoding bytes. ... ok test_07_encode_bytes (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_07_encode_bytes) Test encoding bytes. ... ok test_07_match_bytes_and_bytes (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_07_match_bytes_and_bytes) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_bytes_complete (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_07_match_bytes_and_bytes_complete) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_unicode_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_07_match_bytes_and_unicode_fail) Test byte string patterns matching byte string paths. ... ok test_07_match_unicode_and_bytes_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_07_match_unicode_and_bytes_fail) Test unicode patterns with byte paths. ... ok test_07_match_unicode_and_unicode (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_07_match_unicode_and_unicode) Test unicode patterns with unicode paths. ... ok test_08_escape (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_08_escape) Test escaping a string with meta-characters ... ok test_09_single_escape_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_09_single_escape_fail) Test an escape on a line by itself. ... ok test_09_single_exclamation_mark_fail (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_09_single_exclamation_mark_fail) Test an escape on a line by itself. ... ok test_10_escape_asterisk_end (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_10_escape_asterisk_end) Test escaping an asterisk at the end of a line. ... ok test_10_escape_asterisk_mid (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_10_escape_asterisk_mid) Test escaping an asterisk in the middle of a line. ... ok test_10_escape_asterisk_start (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_10_escape_asterisk_start) Test escaping an asterisk at the start of a line. ... ok test_10_escape_exclamation_mark_start (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_10_escape_exclamation_mark_start) Test escaping an exclamation mark at the start of a line. ... ok test_10_escape_pound_start (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_10_escape_pound_start) Test escaping a pound sign at the start of a line. ... ok test_11_issue_19_directory_a (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_11_issue_19_directory_a) Test a directory discrepancy, scenario A. ... ok test_11_issue_19_directory_b (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_11_issue_19_directory_b) Test a directory discrepancy, scenario B. ... ok test_11_issue_19_directory_c (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_11_issue_19_directory_c) Test a directory discrepancy, scenario C. ... ok test_12_asterisk_1_regex (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_12_asterisk_1_regex) Test a relative asterisk path pattern's regular expression. ... ok test_12_asterisk_2_regex_equivalent (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_12_asterisk_2_regex_equivalent) Test a path pattern equivalent to the relative asterisk using double ... ok test_12_asterisk_3_child (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_12_asterisk_3_child) Test a relative asterisk path pattern matching a direct child path. ... ok test_12_asterisk_4_descendant (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_12_asterisk_4_descendant) Test a relative asterisk path pattern matching a descendant path. ... ok test_12_issue_62 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_12_issue_62) Test including all files, scenario A. ... ok test_13_issue_77_1_negate_with_caret (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_13_issue_77_1_negate_with_caret) Test negation using the caret symbol ("^"). ... ok test_13_issue_77_1_negate_with_exclamation_mark (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_13_issue_77_1_negate_with_exclamation_mark) Test negation using the exclamation mark ("!"). ... ok test_13_issue_77_2_regex (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_13_issue_77_2_regex) Test the resulting regex for regex bracket expression negation. ... ok test_14_issue_81_a (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_14_issue_81_a) Test ignoring files in a directory, scenario A. ... ok test_14_issue_81_b (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_14_issue_81_b) Test ignoring files in a directory, scenario B. ... ok test_14_issue_81_c (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_14_issue_81_c) Test ignoring files in a directory, scenario C. ... ok test_15_issue_93_a_1 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_15_issue_93_a_1) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_a_2 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_15_issue_93_a_2) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_b_1_single (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_15_issue_93_b_1_single) Test patterns with leading spaces. ... ok test_15_issue_93_b_2_double (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_15_issue_93_b_2_double) Test patterns with leading spaces. ... ok test_15_issue_93_c_1 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_15_issue_93_c_1) Test patterns with invalid range notation. ... ok test_15_issue_93_c_2 (tests.test_02_gitignore_basic.GitIgnoreBasicPatternTest.test_15_issue_93_c_2) Test patterns with invalid range notation. ... ok test_00_empty (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_00_empty) Tests an empty pattern. ... ok test_01_absolute (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_01_absolute) Tests an absolute path pattern. ... ok test_01_absolute_ignore (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_01_absolute_ignore) Tests an ignore absolute path pattern. ... ok test_01_absolute_root_1 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_01_absolute_root_1) Tests a single root absolute path pattern. ... ok test_01_absolute_root_2_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_01_absolute_root_2_double_asterisk) Tests the root path patterns: ... ok test_01_relative (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_01_relative) Tests a relative path pattern. ... ok test_01_relative_nested (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_01_relative_nested) Tests a relative nested path pattern. ... ok test_02_comment (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_02_comment) Tests a comment pattern. ... ok test_02_ignore (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_02_ignore) Tests an exclude pattern. ... ok test_03_child_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_03_child_double_asterisk) Tests a directory name with a double-asterisk child ... ok test_03_double_asterisk_trailing_slash_edge_case (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_03_double_asterisk_trailing_slash_edge_case) Tests the edge-case **/ pattern. ... ok test_03_duplicate_leading_double_asterisk_edge_case (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_03_duplicate_leading_double_asterisk_edge_case) Regression test for duplicate leading **/ bug. ... ok test_03_inner_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_03_inner_double_asterisk) Tests a path with an inner double-asterisk directory. ... ok test_03_only_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_03_only_double_asterisk) Tests a double-asterisk pattern which matches everything. ... ok test_03_parent_double_asterisk (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_03_parent_double_asterisk) Tests a file name with a double-asterisk parent directory. ... ok test_04_infix_wildcard (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_04_infix_wildcard) Tests a pattern with an infix wildcard. ... ok test_04_postfix_wildcard (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_04_postfix_wildcard) Tests a pattern with a postfix wildcard. ... ok test_04_prefix_wildcard (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_04_prefix_wildcard) Tests a pattern with a prefix wildcard. ... ok test_05_directory (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_05_directory) Tests a directory pattern. ... ok test_06_access_deprecated (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_06_access_deprecated) Tests that the pattern is accessible from the root module using the ... ok test_06_registered_deprecated (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_06_registered_deprecated) Tests that the pattern is registered under the deprecated alias. ... ok test_07_decode_bytes (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_07_decode_bytes) Test decoding bytes. ... ok test_07_encode_bytes (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_07_encode_bytes) Test encoding bytes. ... ok test_07_match_bytes_and_bytes (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_07_match_bytes_and_bytes) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_bytes_complete (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_07_match_bytes_and_bytes_complete) Test byte string patterns matching byte string paths. ... ok test_07_match_bytes_and_unicode_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_07_match_bytes_and_unicode_fail) Test byte string patterns matching byte string paths. ... ok test_07_match_unicode_and_bytes_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_07_match_unicode_and_bytes_fail) Test unicode patterns with byte paths. ... ok test_07_match_unicode_and_unicode (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_07_match_unicode_and_unicode) Test unicode patterns with unicode paths. ... ok test_08_escape (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_08_escape) Test escaping a string with meta-characters ... ok test_09_single_escape_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_09_single_escape_fail) Test an escape on a line by itself. ... ok test_09_single_exclamation_mark_fail (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_09_single_exclamation_mark_fail) Test an escape on a line by itself. ... ok test_10_escape_asterisk_end (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_10_escape_asterisk_end) Test escaping an asterisk at the end of a line. ... ok test_10_escape_asterisk_mid (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_10_escape_asterisk_mid) Test escaping an asterisk in the middle of a line. ... ok test_10_escape_asterisk_start (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_10_escape_asterisk_start) Test escaping an asterisk at the start of a line. ... ok test_10_escape_exclamation_mark_start (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_10_escape_exclamation_mark_start) Test escaping an exclamation mark at the start of a line. ... ok test_10_escape_pound_start (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_10_escape_pound_start) Test escaping a pound sign at the start of a line. ... ok test_11_issue_19_directory_a (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_11_issue_19_directory_a) Test a directory discrepancy, scenario A. ... ok test_11_issue_19_directory_b (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_11_issue_19_directory_b) Test a directory discrepancy, scenario B. ... ok test_11_issue_19_directory_c (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_11_issue_19_directory_c) Test a directory discrepancy, scenario C. ... ok test_12_asterisk_1_regex (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_12_asterisk_1_regex) Test a relative asterisk path pattern's regular expression. ... ok test_12_asterisk_2_regex_equivalent (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_12_asterisk_2_regex_equivalent) Test a path pattern equivalent to the relative asterisk using double ... ok test_12_asterisk_3_child (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_12_asterisk_3_child) Test a relative asterisk path pattern matching a direct child path. ... ok test_12_asterisk_4_descendant (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_12_asterisk_4_descendant) Test a relative asterisk path pattern matching a descendant path. ... ok test_12_issue_62 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_12_issue_62) Test including all files, scenario A. ... ok test_13_issue_77_1_negate_with_caret (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_13_issue_77_1_negate_with_caret) Test negation using the caret symbol ("^"). ... ok test_13_issue_77_1_negate_with_exclamation_mark (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_13_issue_77_1_negate_with_exclamation_mark) Test negation using the exclamation mark ("!"). ... ok test_13_issue_77_2_regex (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_13_issue_77_2_regex) Test the resulting regex for regex bracket expression negation. ... ok test_14_issue_81_a (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_14_issue_81_a) Test ignoring files in a directory, scenario A. ... ok test_14_issue_81_b (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_14_issue_81_b) Test ignoring files in a directory, scenario B. ... ok test_14_issue_81_c (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_14_issue_81_c) Test ignoring files in a directory, scenario C. ... ok test_15_issue_93_a_1 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_15_issue_93_a_1) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_a_2 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_15_issue_93_a_2) Test patterns with trailing double asterisks in a segment. ... ok test_15_issue_93_b_1_single (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_15_issue_93_b_1_single) Test patterns with leading spaces. ... ok test_15_issue_93_b_2_double (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_15_issue_93_b_2_double) Test patterns with leading spaces. ... ok test_15_issue_93_c_1 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_15_issue_93_c_1) Test patterns with invalid range notation. ... ok test_15_issue_93_c_2 (tests.test_03_gitignore_spec.GitIgnoreSpecPatternTest.test_15_issue_93_c_2) Test patterns with invalid range notation. ... ok test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_1) Tests that absolute paths will be properly normalized and matched. ... test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_1) [hyperscan (forward)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_1) [hyperscan (reverse)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_1) [hyperscan (shuffle)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_1) [re2 (forward)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_1) [re2 (reverse)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_absolute_dir_paths_1 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_1) [re2 (shuffle)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_2) Tests that absolute paths will be properly normalized and matched. ... test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_2) [hyperscan (forward)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_2) [hyperscan (reverse)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_2) [hyperscan (shuffle)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_2) [re2 (forward)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_2) [re2 (reverse)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_absolute_dir_paths_2 (tests.test_04_pathspec.PathSpecTest.test_01_absolute_dir_paths_2) [re2 (shuffle)] Tests that absolute paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_check_file_1_include) Test checking a single file that is included. ... test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_check_file_1_include) [hyperscan (forward)] Test checking a single file that is included. ... skipped "No module named 'hyperscan'" test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_check_file_1_include) [hyperscan (reverse)] Test checking a single file that is included. ... skipped "No module named 'hyperscan'" test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_check_file_1_include) [hyperscan (shuffle)] Test checking a single file that is included. ... skipped "No module named 'hyperscan'" test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_check_file_1_include) [re2 (forward)] Test checking a single file that is included. ... skipped "No module named 're2'" test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_check_file_1_include) [re2 (reverse)] Test checking a single file that is included. ... skipped "No module named 're2'" test_01_check_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_check_file_1_include) [re2 (shuffle)] Test checking a single file that is included. ... skipped "No module named 're2'" test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_check_file_2_exclude) Test checking a single file that is excluded. ... test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_check_file_2_exclude) [hyperscan (forward)] Test checking a single file that is excluded. ... skipped "No module named 'hyperscan'" test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_check_file_2_exclude) [hyperscan (reverse)] Test checking a single file that is excluded. ... skipped "No module named 'hyperscan'" test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_check_file_2_exclude) [hyperscan (shuffle)] Test checking a single file that is excluded. ... skipped "No module named 'hyperscan'" test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_check_file_2_exclude) [re2 (forward)] Test checking a single file that is excluded. ... skipped "No module named 're2'" test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_check_file_2_exclude) [re2 (reverse)] Test checking a single file that is excluded. ... skipped "No module named 're2'" test_01_check_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_check_file_2_exclude) [re2 (shuffle)] Test checking a single file that is excluded. ... skipped "No module named 're2'" test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_check_file_3_unmatch) Test checking a single file that is unmatched. ... test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_check_file_3_unmatch) [hyperscan (forward)] Test checking a single file that is unmatched. ... skipped "No module named 'hyperscan'" test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_check_file_3_unmatch) [hyperscan (reverse)] Test checking a single file that is unmatched. ... skipped "No module named 'hyperscan'" test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_check_file_3_unmatch) [hyperscan (shuffle)] Test checking a single file that is unmatched. ... skipped "No module named 'hyperscan'" test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_check_file_3_unmatch) [re2 (forward)] Test checking a single file that is unmatched. ... skipped "No module named 're2'" test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_check_file_3_unmatch) [re2 (reverse)] Test checking a single file that is unmatched. ... skipped "No module named 're2'" test_01_check_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_check_file_3_unmatch) [re2 (shuffle)] Test checking a single file that is unmatched. ... skipped "No module named 're2'" test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest.test_01_check_file_4_many) Test that checking files one at a time yields the same results as checking ... test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest.test_01_check_file_4_many) [hyperscan (forward)] Test that checking files one at a time yields the same results as checking ... skipped "No module named 'hyperscan'" test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest.test_01_check_file_4_many) [hyperscan (reverse)] Test that checking files one at a time yields the same results as checking ... skipped "No module named 'hyperscan'" test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest.test_01_check_file_4_many) [hyperscan (shuffle)] Test that checking files one at a time yields the same results as checking ... skipped "No module named 'hyperscan'" test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest.test_01_check_file_4_many) [re2 (forward)] Test that checking files one at a time yields the same results as checking ... skipped "No module named 're2'" test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest.test_01_check_file_4_many) [re2 (reverse)] Test that checking files one at a time yields the same results as checking ... skipped "No module named 're2'" test_01_check_file_4_many (tests.test_04_pathspec.PathSpecTest.test_01_check_file_4_many) [re2 (shuffle)] Test that checking files one at a time yields the same results as checking ... skipped "No module named 're2'" test_01_check_match_files (tests.test_04_pathspec.PathSpecTest.test_01_check_match_files) Test that checking files and matching files yield the same results. ... test_01_check_match_files (tests.test_04_pathspec.PathSpecTest.test_01_check_match_files) [hyperscan (forward)] Test that checking files and matching files yield the same results. ... skipped "No module named 'hyperscan'" test_01_check_match_files (tests.test_04_pathspec.PathSpecTest.test_01_check_match_files) [hyperscan (reverse)] Test that checking files and matching files yield the same results. ... skipped "No module named 'hyperscan'" test_01_check_match_files (tests.test_04_pathspec.PathSpecTest.test_01_check_match_files) [hyperscan (shuffle)] Test that checking files and matching files yield the same results. ... skipped "No module named 'hyperscan'" test_01_check_match_files (tests.test_04_pathspec.PathSpecTest.test_01_check_match_files) [re2 (forward)] Test that checking files and matching files yield the same results. ... skipped "No module named 're2'" test_01_check_match_files (tests.test_04_pathspec.PathSpecTest.test_01_check_match_files) [re2 (reverse)] Test that checking files and matching files yield the same results. ... skipped "No module named 're2'" test_01_check_match_files (tests.test_04_pathspec.PathSpecTest.test_01_check_match_files) [re2 (shuffle)] Test that checking files and matching files yield the same results. ... skipped "No module named 're2'" test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_current_dir_paths) Tests that paths referencing the current directory will be properly ... test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_current_dir_paths) [hyperscan (forward)] Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_current_dir_paths) [hyperscan (reverse)] Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_current_dir_paths) [hyperscan (shuffle)] Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_current_dir_paths) [re2 (forward)] Tests that paths referencing the current directory will be properly ... skipped "No module named 're2'" test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_current_dir_paths) [re2 (reverse)] Tests that paths referencing the current directory will be properly ... skipped "No module named 're2'" test_01_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_current_dir_paths) [re2 (shuffle)] Tests that paths referencing the current directory will be properly ... skipped "No module named 're2'" test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_1) Tests that patterns that end with an escaped space will be treated properly. ... test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_1) [hyperscan (forward)] Tests that patterns that end with an escaped space will be treated properly. ... skipped "No module named 'hyperscan'" test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_1) [hyperscan (reverse)] Tests that patterns that end with an escaped space will be treated properly. ... skipped "No module named 'hyperscan'" test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_1) [hyperscan (shuffle)] Tests that patterns that end with an escaped space will be treated properly. ... skipped "No module named 'hyperscan'" test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_1) [re2 (forward)] Tests that patterns that end with an escaped space will be treated properly. ... skipped "No module named 're2'" test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_1) [re2 (reverse)] Tests that patterns that end with an escaped space will be treated properly. ... skipped "No module named 're2'" test_01_empty_path_1 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_1) [re2 (shuffle)] Tests that patterns that end with an escaped space will be treated properly. ... skipped "No module named 're2'" test_01_empty_path_2 (tests.test_04_pathspec.PathSpecTest.test_01_empty_path_2) Tests that patterns that end with an escaped space will be treated properly. ... ok test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_match_file_1_include) Test matching a single file that is included. ... test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_match_file_1_include) [hyperscan (forward)] Test matching a single file that is included. ... skipped "No module named 'hyperscan'" test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_match_file_1_include) [hyperscan (reverse)] Test matching a single file that is included. ... skipped "No module named 'hyperscan'" test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_match_file_1_include) [hyperscan (shuffle)] Test matching a single file that is included. ... skipped "No module named 'hyperscan'" test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_match_file_1_include) [re2 (forward)] Test matching a single file that is included. ... skipped "No module named 're2'" test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_match_file_1_include) [re2 (reverse)] Test matching a single file that is included. ... skipped "No module named 're2'" test_01_match_file_1_include (tests.test_04_pathspec.PathSpecTest.test_01_match_file_1_include) [re2 (shuffle)] Test matching a single file that is included. ... skipped "No module named 're2'" test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_match_file_2_exclude) Test matching a single file that is excluded. ... test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_match_file_2_exclude) [hyperscan (forward)] Test matching a single file that is excluded. ... skipped "No module named 'hyperscan'" test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_match_file_2_exclude) [hyperscan (reverse)] Test matching a single file that is excluded. ... skipped "No module named 'hyperscan'" test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_match_file_2_exclude) [hyperscan (shuffle)] Test matching a single file that is excluded. ... skipped "No module named 'hyperscan'" test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_match_file_2_exclude) [re2 (forward)] Test matching a single file that is excluded. ... skipped "No module named 're2'" test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_match_file_2_exclude) [re2 (reverse)] Test matching a single file that is excluded. ... skipped "No module named 're2'" test_01_match_file_2_exclude (tests.test_04_pathspec.PathSpecTest.test_01_match_file_2_exclude) [re2 (shuffle)] Test matching a single file that is excluded. ... skipped "No module named 're2'" test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_match_file_3_unmatch) Test match a single file that is unmatched. ... test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_match_file_3_unmatch) [hyperscan (forward)] Test match a single file that is unmatched. ... skipped "No module named 'hyperscan'" test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_match_file_3_unmatch) [hyperscan (reverse)] Test match a single file that is unmatched. ... skipped "No module named 'hyperscan'" test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_match_file_3_unmatch) [hyperscan (shuffle)] Test match a single file that is unmatched. ... skipped "No module named 'hyperscan'" test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_match_file_3_unmatch) [re2 (forward)] Test match a single file that is unmatched. ... skipped "No module named 're2'" test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_match_file_3_unmatch) [re2 (reverse)] Test match a single file that is unmatched. ... skipped "No module named 're2'" test_01_match_file_3_unmatch (tests.test_04_pathspec.PathSpecTest.test_01_match_file_3_unmatch) [re2 (shuffle)] Test match a single file that is unmatched. ... skipped "No module named 're2'" test_01_match_files (tests.test_04_pathspec.PathSpecTest.test_01_match_files) Test that matching files one at a time yields the same results as matching ... test_01_match_files (tests.test_04_pathspec.PathSpecTest.test_01_match_files) [hyperscan (forward)] Test that matching files one at a time yields the same results as matching ... skipped "No module named 'hyperscan'" test_01_match_files (tests.test_04_pathspec.PathSpecTest.test_01_match_files) [hyperscan (reverse)] Test that matching files one at a time yields the same results as matching ... skipped "No module named 'hyperscan'" test_01_match_files (tests.test_04_pathspec.PathSpecTest.test_01_match_files) [hyperscan (shuffle)] Test that matching files one at a time yields the same results as matching ... skipped "No module named 'hyperscan'" test_01_match_files (tests.test_04_pathspec.PathSpecTest.test_01_match_files) [re2 (forward)] Test that matching files one at a time yields the same results as matching ... skipped "No module named 're2'" test_01_match_files (tests.test_04_pathspec.PathSpecTest.test_01_match_files) [re2 (reverse)] Test that matching files one at a time yields the same results as matching ... skipped "No module named 're2'" test_01_match_files (tests.test_04_pathspec.PathSpecTest.test_01_match_files) [re2 (shuffle)] Test that matching files one at a time yields the same results as matching ... skipped "No module named 're2'" test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_current_dir_paths) Tests that paths referencing the current directory will be properly ... test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_current_dir_paths) [hyperscan (forward)] Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_current_dir_paths) [hyperscan (reverse)] Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_current_dir_paths) [hyperscan (shuffle)] Tests that paths referencing the current directory will be properly ... skipped "No module named 'hyperscan'" test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_current_dir_paths) [re2 (forward)] Tests that paths referencing the current directory will be properly ... skipped "No module named 're2'" test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_current_dir_paths) [re2 (reverse)] Tests that paths referencing the current directory will be properly ... skipped "No module named 're2'" test_01_windows_current_dir_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_current_dir_paths) [re2 (shuffle)] Tests that paths referencing the current directory will be properly ... skipped "No module named 're2'" test_01_windows_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_paths) Tests that Windows paths will be properly normalized and matched. ... test_01_windows_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_paths) [hyperscan (forward)] Tests that Windows paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_windows_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_paths) [hyperscan (reverse)] Tests that Windows paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_windows_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_paths) [hyperscan (shuffle)] Tests that Windows paths will be properly normalized and matched. ... skipped "No module named 'hyperscan'" test_01_windows_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_paths) [re2 (forward)] Tests that Windows paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_windows_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_paths) [re2 (reverse)] Tests that Windows paths will be properly normalized and matched. ... skipped "No module named 're2'" test_01_windows_paths (tests.test_04_pathspec.PathSpecTest.test_01_windows_paths) [re2 (shuffle)] Tests that Windows paths will be properly normalized and matched. ... skipped "No module named 're2'" test_02_eq (tests.test_04_pathspec.PathSpecTest.test_02_eq) Tests equality. ... ok test_02_ne (tests.test_04_pathspec.PathSpecTest.test_02_ne) Tests inequality. ... ok test_03_add (tests.test_04_pathspec.PathSpecTest.test_03_add) Test spec addition using :data:`+` operator. ... ok test_03_iadd (tests.test_04_pathspec.PathSpecTest.test_03_iadd) Test spec addition using :data:`+=` operator. ... ok test_04_len (tests.test_04_pathspec.PathSpecTest.test_04_len) Test spec length. ... test_04_len (tests.test_04_pathspec.PathSpecTest.test_04_len) [hyperscan (forward)] Test spec length. ... skipped "No module named 'hyperscan'" test_04_len (tests.test_04_pathspec.PathSpecTest.test_04_len) [hyperscan (reverse)] Test spec length. ... skipped "No module named 'hyperscan'" test_04_len (tests.test_04_pathspec.PathSpecTest.test_04_len) [hyperscan (shuffle)] Test spec length. ... skipped "No module named 'hyperscan'" test_04_len (tests.test_04_pathspec.PathSpecTest.test_04_len) [re2 (forward)] Test spec length. ... skipped "No module named 're2'" test_04_len (tests.test_04_pathspec.PathSpecTest.test_04_len) [re2 (reverse)] Test spec length. ... skipped "No module named 're2'" test_04_len (tests.test_04_pathspec.PathSpecTest.test_04_len) [re2 (shuffle)] Test spec length. ... skipped "No module named 're2'" test_05_match_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_entries) Test matching files collectively. ... test_05_match_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_entries) [hyperscan (forward)] Test matching files collectively. ... skipped "No module named 'hyperscan'" test_05_match_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_entries) [hyperscan (reverse)] Test matching files collectively. ... skipped "No module named 'hyperscan'" test_05_match_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_entries) [hyperscan (shuffle)] Test matching files collectively. ... skipped "No module named 'hyperscan'" test_05_match_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_entries) [re2 (forward)] Test matching files collectively. ... skipped "No module named 're2'" test_05_match_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_entries) [re2 (reverse)] Test matching files collectively. ... skipped "No module named 're2'" test_05_match_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_entries) [re2 (shuffle)] Test matching files collectively. ... skipped "No module named 're2'" test_05_match_file (tests.test_04_pathspec.PathSpecTest.test_05_match_file) Test matching files individually. ... test_05_match_file (tests.test_04_pathspec.PathSpecTest.test_05_match_file) [hyperscan (forward)] Test matching files individually. ... skipped "No module named 'hyperscan'" test_05_match_file (tests.test_04_pathspec.PathSpecTest.test_05_match_file) [hyperscan (reverse)] Test matching files individually. ... skipped "No module named 'hyperscan'" test_05_match_file (tests.test_04_pathspec.PathSpecTest.test_05_match_file) [hyperscan (shuffle)] Test matching files individually. ... skipped "No module named 'hyperscan'" test_05_match_file (tests.test_04_pathspec.PathSpecTest.test_05_match_file) [re2 (forward)] Test matching files individually. ... skipped "No module named 're2'" test_05_match_file (tests.test_04_pathspec.PathSpecTest.test_05_match_file) [re2 (reverse)] Test matching files individually. ... skipped "No module named 're2'" test_05_match_file (tests.test_04_pathspec.PathSpecTest.test_05_match_file) [re2 (shuffle)] Test matching files individually. ... skipped "No module named 're2'" test_05_match_files (tests.test_04_pathspec.PathSpecTest.test_05_match_files) Test matching files collectively. ... test_05_match_files (tests.test_04_pathspec.PathSpecTest.test_05_match_files) [hyperscan (forward)] Test matching files collectively. ... skipped "No module named 'hyperscan'" test_05_match_files (tests.test_04_pathspec.PathSpecTest.test_05_match_files) [hyperscan (reverse)] Test matching files collectively. ... skipped "No module named 'hyperscan'" test_05_match_files (tests.test_04_pathspec.PathSpecTest.test_05_match_files) [hyperscan (shuffle)] Test matching files collectively. ... skipped "No module named 'hyperscan'" test_05_match_files (tests.test_04_pathspec.PathSpecTest.test_05_match_files) [re2 (forward)] Test matching files collectively. ... skipped "No module named 're2'" test_05_match_files (tests.test_04_pathspec.PathSpecTest.test_05_match_files) [re2 (reverse)] Test matching files collectively. ... skipped "No module named 're2'" test_05_match_files (tests.test_04_pathspec.PathSpecTest.test_05_match_files) [re2 (shuffle)] Test matching files collectively. ... skipped "No module named 're2'" test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_entries) Test matching a file tree. ... test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_entries) [hyperscan (forward)] Test matching a file tree. ... skipped "No module named 'hyperscan'" test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_entries) [hyperscan (reverse)] Test matching a file tree. ... skipped "No module named 'hyperscan'" test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_entries) [hyperscan (shuffle)] Test matching a file tree. ... skipped "No module named 'hyperscan'" test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_entries) [re2 (forward)] Test matching a file tree. ... skipped "No module named 're2'" test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_entries) [re2 (reverse)] Test matching a file tree. ... skipped "No module named 're2'" test_05_match_tree_entries (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_entries) [re2 (shuffle)] Test matching a file tree. ... skipped "No module named 're2'" test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_files) Test matching a file tree. ... test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_files) [hyperscan (forward)] Test matching a file tree. ... skipped "No module named 'hyperscan'" test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_files) [hyperscan (reverse)] Test matching a file tree. ... skipped "No module named 'hyperscan'" test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_files) [hyperscan (shuffle)] Test matching a file tree. ... skipped "No module named 'hyperscan'" test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_files) [re2 (forward)] Test matching a file tree. ... skipped "No module named 're2'" test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_files) [re2 (reverse)] Test matching a file tree. ... skipped "No module named 're2'" test_05_match_tree_files (tests.test_04_pathspec.PathSpecTest.test_05_match_tree_files) [re2 (shuffle)] Test matching a file tree. ... skipped "No module named 're2'" test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_a) Test including a file and excluding a directory with the same name pattern, ... test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_a) [hyperscan (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_a) [hyperscan (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_a) [hyperscan (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_a) [re2 (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_a) [re2 (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_06_issue_41_a (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_a) [re2 (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_b) Test including a file and excluding a directory with the same name ... test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_b) [hyperscan (forward)] Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_b) [hyperscan (reverse)] Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_b) [hyperscan (shuffle)] Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_b) [re2 (forward)] Test including a file and excluding a directory with the same name ... skipped "No module named 're2'" test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_b) [re2 (reverse)] Test including a file and excluding a directory with the same name ... skipped "No module named 're2'" test_06_issue_41_b (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_b) [re2 (shuffle)] Test including a file and excluding a directory with the same name ... skipped "No module named 're2'" test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_c) Test including a file and excluding a directory with the same name ... test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_c) [hyperscan (forward)] Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_c) [hyperscan (reverse)] Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_c) [hyperscan (shuffle)] Test including a file and excluding a directory with the same name ... skipped "No module named 'hyperscan'" test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_c) [re2 (forward)] Test including a file and excluding a directory with the same name ... skipped "No module named 're2'" test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_c) [re2 (reverse)] Test including a file and excluding a directory with the same name ... skipped "No module named 're2'" test_06_issue_41_c (tests.test_04_pathspec.PathSpecTest.test_06_issue_41_c) [re2 (shuffle)] Test including a file and excluding a directory with the same name ... skipped "No module named 're2'" test_07_issue_62 (tests.test_04_pathspec.PathSpecTest.test_07_issue_62) Test including all files and excluding a directory. ... test_07_issue_62 (tests.test_04_pathspec.PathSpecTest.test_07_issue_62) [hyperscan (forward)] Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" test_07_issue_62 (tests.test_04_pathspec.PathSpecTest.test_07_issue_62) [hyperscan (reverse)] Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" test_07_issue_62 (tests.test_04_pathspec.PathSpecTest.test_07_issue_62) [hyperscan (shuffle)] Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" test_07_issue_62 (tests.test_04_pathspec.PathSpecTest.test_07_issue_62) [re2 (forward)] Test including all files and excluding a directory. ... skipped "No module named 're2'" test_07_issue_62 (tests.test_04_pathspec.PathSpecTest.test_07_issue_62) [re2 (reverse)] Test including all files and excluding a directory. ... skipped "No module named 're2'" test_07_issue_62 (tests.test_04_pathspec.PathSpecTest.test_07_issue_62) [re2 (shuffle)] Test including all files and excluding a directory. ... skipped "No module named 're2'" test_08_issue_39 (tests.test_04_pathspec.PathSpecTest.test_08_issue_39) Test excluding files in a directory. ... test_08_issue_39 (tests.test_04_pathspec.PathSpecTest.test_08_issue_39) [hyperscan (forward)] Test excluding files in a directory. ... skipped "No module named 'hyperscan'" test_08_issue_39 (tests.test_04_pathspec.PathSpecTest.test_08_issue_39) [hyperscan (reverse)] Test excluding files in a directory. ... skipped "No module named 'hyperscan'" test_08_issue_39 (tests.test_04_pathspec.PathSpecTest.test_08_issue_39) [hyperscan (shuffle)] Test excluding files in a directory. ... skipped "No module named 'hyperscan'" test_08_issue_39 (tests.test_04_pathspec.PathSpecTest.test_08_issue_39) [re2 (forward)] Test excluding files in a directory. ... skipped "No module named 're2'" test_08_issue_39 (tests.test_04_pathspec.PathSpecTest.test_08_issue_39) [re2 (reverse)] Test excluding files in a directory. ... skipped "No module named 're2'" test_08_issue_39 (tests.test_04_pathspec.PathSpecTest.test_08_issue_39) [re2 (shuffle)] Test excluding files in a directory. ... skipped "No module named 're2'" test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_a) Test negating patterns. ... test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_a) [hyperscan (forward)] Test negating patterns. ... skipped "No module named 'hyperscan'" test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_a) [hyperscan (reverse)] Test negating patterns. ... skipped "No module named 'hyperscan'" test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_a) [hyperscan (shuffle)] Test negating patterns. ... skipped "No module named 'hyperscan'" test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_a) [re2 (forward)] Test negating patterns. ... skipped "No module named 're2'" test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_a) [re2 (reverse)] Test negating patterns. ... skipped "No module named 're2'" test_09_issue_80_a (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_a) [re2 (shuffle)] Test negating patterns. ... skipped "No module named 're2'" test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_b) Test negating patterns. ... test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_b) [hyperscan (forward)] Test negating patterns. ... skipped "No module named 'hyperscan'" test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_b) [hyperscan (reverse)] Test negating patterns. ... skipped "No module named 'hyperscan'" test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_b) [hyperscan (shuffle)] Test negating patterns. ... skipped "No module named 'hyperscan'" test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_b) [re2 (forward)] Test negating patterns. ... skipped "No module named 're2'" test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_b) [re2 (reverse)] Test negating patterns. ... skipped "No module named 're2'" test_09_issue_80_b (tests.test_04_pathspec.PathSpecTest.test_09_issue_80_b) [re2 (shuffle)] Test negating patterns. ... skipped "No module named 're2'" test_10_issue_100 (tests.test_04_pathspec.PathSpecTest.test_10_issue_100) Test an empty list of patterns. ... test_10_issue_100 (tests.test_04_pathspec.PathSpecTest.test_10_issue_100) [hyperscan (forward)] Test an empty list of patterns. ... skipped "No module named 'hyperscan'" test_10_issue_100 (tests.test_04_pathspec.PathSpecTest.test_10_issue_100) [hyperscan (reverse)] Test an empty list of patterns. ... skipped "No module named 'hyperscan'" test_10_issue_100 (tests.test_04_pathspec.PathSpecTest.test_10_issue_100) [hyperscan (shuffle)] Test an empty list of patterns. ... skipped "No module named 'hyperscan'" test_10_issue_100 (tests.test_04_pathspec.PathSpecTest.test_10_issue_100) [re2 (forward)] Test an empty list of patterns. ... skipped "No module named 're2'" test_10_issue_100 (tests.test_04_pathspec.PathSpecTest.test_10_issue_100) [re2 (reverse)] Test an empty list of patterns. ... skipped "No module named 're2'" test_10_issue_100 (tests.test_04_pathspec.PathSpecTest.test_10_issue_100) [re2 (shuffle)] Test an empty list of patterns. ... skipped "No module named 're2'" test_01_reversed_args (tests.test_05_gitignore.GitIgnoreSpecTest.test_01_reversed_args) Test reversed args for `.from_lines()`. ... ok test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_dir_exclusions) Test directory exclusions. ... test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_dir_exclusions) [hyperscan (forward)] Test directory exclusions. ... skipped "No module named 'hyperscan'" test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_dir_exclusions) [hyperscan (reverse)] Test directory exclusions. ... skipped "No module named 'hyperscan'" test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_dir_exclusions) [hyperscan (shuffle)] Test directory exclusions. ... skipped "No module named 'hyperscan'" test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_dir_exclusions) [re2 (forward)] Test directory exclusions. ... skipped "No module named 're2'" test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_dir_exclusions) [re2 (reverse)] Test directory exclusions. ... skipped "No module named 're2'" test_02_dir_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_dir_exclusions) [re2 (shuffle)] Test directory exclusions. ... skipped "No module named 're2'" test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_file_exclusions) Test file exclusions. ... test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_file_exclusions) [hyperscan (forward)] Test file exclusions. ... skipped "No module named 'hyperscan'" test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_file_exclusions) [hyperscan (reverse)] Test file exclusions. ... skipped "No module named 'hyperscan'" test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_file_exclusions) [hyperscan (shuffle)] Test file exclusions. ... skipped "No module named 'hyperscan'" test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_file_exclusions) [re2 (forward)] Test file exclusions. ... skipped "No module named 're2'" test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_file_exclusions) [re2 (reverse)] Test file exclusions. ... skipped "No module named 're2'" test_02_file_exclusions (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_file_exclusions) [re2 (shuffle)] Test file exclusions. ... skipped "No module named 're2'" test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_a) Test including a file and excluding a directory with the same name pattern, ... test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_a) [hyperscan (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_a) [hyperscan (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_a) [hyperscan (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_a) [re2 (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_a) [re2 (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_a) [re2 (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_b) Test including a file and excluding a directory with the same name pattern, ... test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_b) [hyperscan (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_b) [hyperscan (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_b) [hyperscan (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_b) [re2 (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_b) [re2 (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_b) [re2 (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_c) Test including a file and excluding a directory with the same name pattern, ... test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_c) [hyperscan (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_c) [hyperscan (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_c) [hyperscan (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 'hyperscan'" test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_c) [re2 (forward)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_c) [re2 (reverse)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_02_issue_41_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_02_issue_41_c) [re2 (shuffle)] Test including a file and excluding a directory with the same name pattern, ... skipped "No module named 're2'" test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_a) Test matching files in a subdirectory of an included directory, scenario A. ... test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_a) [hyperscan (forward)] Test matching files in a subdirectory of an included directory, scenario A. ... skipped "No module named 'hyperscan'" test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_a) [hyperscan (reverse)] Test matching files in a subdirectory of an included directory, scenario A. ... skipped "No module named 'hyperscan'" test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_a) [hyperscan (shuffle)] Test matching files in a subdirectory of an included directory, scenario A. ... skipped "No module named 'hyperscan'" test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_a) [re2 (forward)] Test matching files in a subdirectory of an included directory, scenario A. ... skipped "No module named 're2'" test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_a) [re2 (reverse)] Test matching files in a subdirectory of an included directory, scenario A. ... skipped "No module named 're2'" test_03_issue_19_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_a) [re2 (shuffle)] Test matching files in a subdirectory of an included directory, scenario A. ... skipped "No module named 're2'" test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_b) Test matching files in a subdirectory of an included directory, scenario B. ... test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_b) [hyperscan (forward)] Test matching files in a subdirectory of an included directory, scenario B. ... skipped "No module named 'hyperscan'" test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_b) [hyperscan (reverse)] Test matching files in a subdirectory of an included directory, scenario B. ... skipped "No module named 'hyperscan'" test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_b) [hyperscan (shuffle)] Test matching files in a subdirectory of an included directory, scenario B. ... skipped "No module named 'hyperscan'" test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_b) [re2 (forward)] Test matching files in a subdirectory of an included directory, scenario B. ... skipped "No module named 're2'" test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_b) [re2 (reverse)] Test matching files in a subdirectory of an included directory, scenario B. ... skipped "No module named 're2'" test_03_issue_19_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_b) [re2 (shuffle)] Test matching files in a subdirectory of an included directory, scenario B. ... skipped "No module named 're2'" test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_c) Test matching files in a subdirectory of an included directory, scenario C. ... test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_c) [hyperscan (forward)] Test matching files in a subdirectory of an included directory, scenario C. ... skipped "No module named 'hyperscan'" test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_c) [hyperscan (reverse)] Test matching files in a subdirectory of an included directory, scenario C. ... skipped "No module named 'hyperscan'" test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_c) [hyperscan (shuffle)] Test matching files in a subdirectory of an included directory, scenario C. ... skipped "No module named 'hyperscan'" test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_c) [re2 (forward)] Test matching files in a subdirectory of an included directory, scenario C. ... skipped "No module named 're2'" test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_c) [re2 (reverse)] Test matching files in a subdirectory of an included directory, scenario C. ... skipped "No module named 're2'" test_03_issue_19_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_issue_19_c) [re2 (shuffle)] Test matching files in a subdirectory of an included directory, scenario C. ... skipped "No module named 're2'" test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_subdir) Test matching files in a subdirectory of an included directory. ... test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_subdir) [hyperscan (forward)] Test matching files in a subdirectory of an included directory. ... skipped "No module named 'hyperscan'" test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_subdir) [hyperscan (reverse)] Test matching files in a subdirectory of an included directory. ... skipped "No module named 'hyperscan'" test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_subdir) [hyperscan (shuffle)] Test matching files in a subdirectory of an included directory. ... skipped "No module named 'hyperscan'" test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_subdir) [re2 (forward)] Test matching files in a subdirectory of an included directory. ... skipped "No module named 're2'" test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_subdir) [re2 (reverse)] Test matching files in a subdirectory of an included directory. ... skipped "No module named 're2'" test_03_subdir (tests.test_05_gitignore.GitIgnoreSpecTest.test_03_subdir) [re2 (shuffle)] Test matching files in a subdirectory of an included directory. ... skipped "No module named 're2'" test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest.test_04_issue_62) Test including all files and excluding a directory. ... test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest.test_04_issue_62) [hyperscan (forward)] Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest.test_04_issue_62) [hyperscan (reverse)] Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest.test_04_issue_62) [hyperscan (shuffle)] Test including all files and excluding a directory. ... skipped "No module named 'hyperscan'" test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest.test_04_issue_62) [re2 (forward)] Test including all files and excluding a directory. ... skipped "No module named 're2'" test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest.test_04_issue_62) [re2 (reverse)] Test including all files and excluding a directory. ... skipped "No module named 're2'" test_04_issue_62 (tests.test_05_gitignore.GitIgnoreSpecTest.test_04_issue_62) [re2 (shuffle)] Test including all files and excluding a directory. ... skipped "No module named 're2'" test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest.test_05_issue_39) Test excluding files in a directory. ... test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest.test_05_issue_39) [hyperscan (forward)] Test excluding files in a directory. ... skipped "No module named 'hyperscan'" test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest.test_05_issue_39) [hyperscan (reverse)] Test excluding files in a directory. ... skipped "No module named 'hyperscan'" test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest.test_05_issue_39) [hyperscan (shuffle)] Test excluding files in a directory. ... skipped "No module named 'hyperscan'" test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest.test_05_issue_39) [re2 (forward)] Test excluding files in a directory. ... skipped "No module named 're2'" test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest.test_05_issue_39) [re2 (reverse)] Test excluding files in a directory. ... skipped "No module named 're2'" test_05_issue_39 (tests.test_05_gitignore.GitIgnoreSpecTest.test_05_issue_39) [re2 (shuffle)] Test excluding files in a directory. ... skipped "No module named 're2'" test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest.test_06_issue_64) Test using a double asterisk pattern. ... test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest.test_06_issue_64) [hyperscan (forward)] Test using a double asterisk pattern. ... skipped "No module named 'hyperscan'" test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest.test_06_issue_64) [hyperscan (reverse)] Test using a double asterisk pattern. ... skipped "No module named 'hyperscan'" test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest.test_06_issue_64) [hyperscan (shuffle)] Test using a double asterisk pattern. ... skipped "No module named 'hyperscan'" test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest.test_06_issue_64) [re2 (forward)] Test using a double asterisk pattern. ... skipped "No module named 're2'" test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest.test_06_issue_64) [re2 (reverse)] Test using a double asterisk pattern. ... skipped "No module named 're2'" test_06_issue_64 (tests.test_05_gitignore.GitIgnoreSpecTest.test_06_issue_64) [re2 (shuffle)] Test using a double asterisk pattern. ... skipped "No module named 're2'" test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest.test_07_issue_74) Test include directory should override exclude file. ... test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest.test_07_issue_74) [hyperscan (forward)] Test include directory should override exclude file. ... skipped "No module named 'hyperscan'" test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest.test_07_issue_74) [hyperscan (reverse)] Test include directory should override exclude file. ... skipped "No module named 'hyperscan'" test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest.test_07_issue_74) [hyperscan (shuffle)] Test include directory should override exclude file. ... skipped "No module named 'hyperscan'" test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest.test_07_issue_74) [re2 (forward)] Test include directory should override exclude file. ... skipped "No module named 're2'" test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest.test_07_issue_74) [re2 (reverse)] Test include directory should override exclude file. ... skipped "No module named 're2'" test_07_issue_74 (tests.test_05_gitignore.GitIgnoreSpecTest.test_07_issue_74) [re2 (shuffle)] Test include directory should override exclude file. ... skipped "No module named 're2'" test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_a) Test issue 81 whitelist, scenario A. ... test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_a) [hyperscan (forward)] Test issue 81 whitelist, scenario A. ... skipped "No module named 'hyperscan'" test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_a) [hyperscan (reverse)] Test issue 81 whitelist, scenario A. ... skipped "No module named 'hyperscan'" test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_a) [hyperscan (shuffle)] Test issue 81 whitelist, scenario A. ... skipped "No module named 'hyperscan'" test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_a) [re2 (forward)] Test issue 81 whitelist, scenario A. ... skipped "No module named 're2'" test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_a) [re2 (reverse)] Test issue 81 whitelist, scenario A. ... skipped "No module named 're2'" test_08_issue_81_a (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_a) [re2 (shuffle)] Test issue 81 whitelist, scenario A. ... skipped "No module named 're2'" test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_b) Test issue 81 whitelist, scenario B. ... test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_b) [hyperscan (forward)] Test issue 81 whitelist, scenario B. ... skipped "No module named 'hyperscan'" test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_b) [hyperscan (reverse)] Test issue 81 whitelist, scenario B. ... skipped "No module named 'hyperscan'" test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_b) [hyperscan (shuffle)] Test issue 81 whitelist, scenario B. ... skipped "No module named 'hyperscan'" test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_b) [re2 (forward)] Test issue 81 whitelist, scenario B. ... skipped "No module named 're2'" test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_b) [re2 (reverse)] Test issue 81 whitelist, scenario B. ... skipped "No module named 're2'" test_08_issue_81_b (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_b) [re2 (shuffle)] Test issue 81 whitelist, scenario B. ... skipped "No module named 're2'" test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_c) Test issue 81 whitelist, scenario C. ... test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_c) [hyperscan (forward)] Test issue 81 whitelist, scenario C. ... skipped "No module named 'hyperscan'" test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_c) [hyperscan (reverse)] Test issue 81 whitelist, scenario C. ... skipped "No module named 'hyperscan'" test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_c) [hyperscan (shuffle)] Test issue 81 whitelist, scenario C. ... skipped "No module named 'hyperscan'" test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_c) [re2 (forward)] Test issue 81 whitelist, scenario C. ... skipped "No module named 're2'" test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_c) [re2 (reverse)] Test issue 81 whitelist, scenario C. ... skipped "No module named 're2'" test_08_issue_81_c (tests.test_05_gitignore.GitIgnoreSpecTest.test_08_issue_81_c) [re2 (shuffle)] Test issue 81 whitelist, scenario C. ... skipped "No module named 're2'" test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest.test_09_issue_100) Test an empty list of patterns. ... test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest.test_09_issue_100) [hyperscan (forward)] Test an empty list of patterns. ... skipped "No module named 'hyperscan'" test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest.test_09_issue_100) [hyperscan (reverse)] Test an empty list of patterns. ... skipped "No module named 'hyperscan'" test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest.test_09_issue_100) [hyperscan (shuffle)] Test an empty list of patterns. ... skipped "No module named 'hyperscan'" test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest.test_09_issue_100) [re2 (forward)] Test an empty list of patterns. ... skipped "No module named 're2'" test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest.test_09_issue_100) [re2 (reverse)] Test an empty list of patterns. ... skipped "No module named 're2'" test_09_issue_100 (tests.test_05_gitignore.GitIgnoreSpecTest.test_09_issue_100) [re2 (shuffle)] Test an empty list of patterns. ... skipped "No module named 're2'" ---------------------------------------------------------------------- Ran 189 tests OK (skipped=276) py$(PYV): OK congratulations :)