| LOW | tests/test_git_archive_file.py | 14 | def test_archive_file_on_tags_branch(self, temp_repo): |
| LOW | tests/test_git_archive_file.py | 21 | def test_archive_file_on_any_not_tags_branch_without_default_branch( |
| LOW | tests/test_git_archive_file.py | 34 | def test_archive_file_on_any_not_tags_branch_with_default_branch(self, temp_repo): |
| LOW | tests/test_git_archive_file.py | 44 | def test_archive_file_on_branch_name_has_slash(self, temp_repo): |
| LOW | tests/test_git_archive_file.py | 56 | def test_archive_file_on_dirname_has_backslash(self, named_temp_repo): |
| LOW | tests/test_git_archive_file.py | 64 | def test_archive_file_on_tag_name_has_slash(self, temp_repo): |
| LOW | tests/test_git_authors.py | 21 | def test_output_authors_has_email_without_any_parameter(self, temp_repo): |
| LOW | tests/test_git_authors.py | 30 | def test_list_authors_has_email_defaultly(self, temp_repo): |
| LOW | tests/test_git_authors.py | 39 | def test_list_authors_has_not_email(self, temp_repo): |
| LOW | tests/test_git_browse.py | 17 | def test_browse_github_file_on_mac(self, temp_repo): |
| LOW | tests/test_git_browse.py | 25 | def test_browse_gitlab_file_on_mac(self, temp_repo): |
| LOW | tests/test_git_browse.py | 34 | def test_browse_bitbucket_file_on_mac(self, temp_repo): |
| LOW | tests/test_git_browse.py | 43 | def test_browse_github_file_on_git_bash_on_window(self, temp_repo): |
| LOW | tests/test_git_browse.py | 52 | def test_browse_gitlab_file_on_git_bash_on_window(self, temp_repo): |
| LOW | tests/test_git_browse.py | 61 | def test_browse_bitbucket_file_on_git_bash_on_window(self, temp_repo): |
| LOW | tests/test_git_browse.py | 154 | def test_browse_github_file_not_mac_or_msys_or_linux(self, temp_repo): |
| LOW | tests/test_git_browse.py | 166 | def test_browse_gitlab_file_not_mac_or_msys_or_linux(self, temp_repo): |
| LOW | tests/test_git_browse.py | 178 | def test_browse_bitbucket_file_not_mac_or_msys_or_linux(self, temp_repo): |
| LOW | tests/test_git_browse.py | 190 | def test_browse_github_file_with_line_number(self, temp_repo): |
| LOW | tests/test_git_browse.py | 202 | def test_browse_gitlab_file_with_line_number(self, temp_repo): |
| LOW | tests/test_git_browse.py | 214 | def test_browse_bitbucket_file_with_line_number(self, temp_repo): |
| LOW | tests/test_git_browse.py | 226 | def test_browse_unknown_site_file(self, temp_repo): |
| LOW | tests/test_git_browse.py | 236 | def test_browse_unknown_site_file_with_line_number(self, temp_repo): |
| LOW | tests/helper.py | 86 | def invoke_installed_extras_command(self, name, *params): |
| LOW | tests/helper.py | 129 | def change_origin_to_bitbucket(self): |
| LOW | tests/test_git_alias.py | 43 | def test_get_alias_globally_and_defaultly(self, temp_repo): |
| LOW | tests/test_git_alias.py | 48 | def test_set_alias_globally_and_defaultly(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 16 | def test_browse_github_ci_on_mac(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 22 | def test_browse_gitlab_ci_on_mac(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 29 | def test_browse_bitbucket_ci_on_mac(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 36 | def test_browse_github_ci_on_git_bash_on_window(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 43 | def test_browse_gitlab_ci_on_git_bash_on_window(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 50 | def test_browse_bitbucket_ci_on_git_bash_on_window(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 129 | def test_browse_github_ci_not_mac_or_msys_or_linux(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 139 | def test_browse_gitlab_ci_not_mac_or_msys_or_linux(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 149 | def test_browse_bitbucket_ci_not_mac_or_msys_or_linux(self, temp_repo): |
| LOW | tests/test_git_browse_ci.py | 159 | def test_browse_unknown_site_file(self, temp_repo): |