| LOW | testUpdateHostsFile.py | 1621 | def test_multiple_space_as_separator(self): |
| LOW | testUpdateHostsFile.py | 1631 | def test_multiple_tabs_as_separator(self): |
| LOW | testUpdateHostsFile.py | 1641 | def test_line_with_comment_at_the_end(self): |
| LOW | testUpdateHostsFile.py | 221 | def test_no_freshen_no_new_file(self): |
| LOW | testUpdateHostsFile.py | 267 | def test_no_freshen_fail_new_file(self, mock_open): |
| LOW | testUpdateHostsFile.py | 512 | def test_only_common_exclusions(self, mock_gather, mock_exclude, _): |
| LOW | testUpdateHostsFile.py | 534 | def test_mixture_gatherexclusions(self, mock_gather, mock_exclude, _): |
| LOW | testUpdateHostsFile.py | 573 | def test_invalid_exclude_domain(self): |
| LOW | testUpdateHostsFile.py | 584 | def test_valid_exclude_domain(self): |
| LOW | testUpdateHostsFile.py | 721 | def test_update_only_extensions(self, mock_join_robust, *_): |
| LOW | testUpdateHostsFile.py | 745 | def test_update_both_pathways(self, mock_join_robust, *_): |
| LOW | testUpdateHostsFile.py | 815 | def test_sources_fail_succeed(self, mock_get, mock_write, *_): |
| LOW | testUpdateHostsFile.py | 1006 | def test_strip_raw_with_comment(self): |
| LOW | testUpdateHostsFile.py | 1066 | def test_basic_include_static_hosts(self): |
| LOW | testUpdateHostsFile.py | 1093 | def test_basic_include_static_hosts_linux(self): |
| LOW | testUpdateHostsFile.py | 1334 | def test_set_no_unified_hosts(self): |
| LOW | testUpdateHostsFile.py | 1402 | def test_move_hosts_posix_fail(self, *_): |
| LOW | testUpdateHostsFile.py | 1501 | def test_flush_posix_fail_then_succeed(self, *_): |
| LOW | testUpdateHostsFile.py | 1538 | def test_remove_hosts_file_exists(self): |
| LOW | testUpdateHostsFile.py | 1554 | def test_remove_hosts_file_backup(self, _): |
| LOW | testUpdateHostsFile.py | 1742 | def test_connect_unknown_domain(self): |
| LOW | testUpdateHostsFile.py | 2088 | def test_print_success_no_support(self, _): |
| LOW | testUpdateHostsFile.py | 2097 | def test_print_success_support(self, _): |
| LOW | testUpdateHostsFile.py | 2112 | def test_print_failure_no_support(self, _): |
| LOW | testUpdateHostsFile.py | 2121 | def test_print_failure_support(self, _): |
| LOW | updateHostsFile.py | 433 | def prompt_for_flush_dns_cache(flushcache, promptflush): |
| LOW | updateHostsFile.py | 524 | def display_exclusion_options(commonexclusions, exclusionpattern, exclusionregexes): |
| LOW | updateHostsFile.py | 1406 | def move_hosts_file_into_place(finalfile): |
| LOW | updateHostsFile.py | 1802 | def is_valid_user_provided_domain_format(domain): |
| LOW | makeHosts.py | 56 | def recursively_loop_extensions(extension, extensions, current_extensions): |