1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest --color=yes --color=no
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 configfile: pyproject.toml
9 collecting ... collected 664 items
11 test/deprecation/test_basic.py::test_commit_trailers_dict_does_not_warn PASSED
12 test/deprecation/test_basic.py::test_commit_trailers_list_does_not_warn PASSED
13 test/deprecation/test_basic.py::test_commit_trailers_warns PASSED
14 test/deprecation/test_basic.py::test_diff_renamed_file_does_not_warn PASSED
15 test/deprecation/test_basic.py::test_diff_renamed_warns PASSED
16 test/deprecation/test_basic.py::test_iterable_inheriting_warns PASSED
17 test/deprecation/test_basic.py::test_iterable_obj_inheriting_does_not_warn PASSED
18 test/deprecation/test_basic.py::test_traversable_list_traverse_override_does_not_warn PASSED
19 test/deprecation/test_basic.py::test_traverse_list_traverse_in_base_class_warns PASSED
20 test/deprecation/test_basic.py::test_traverse_traverse_in_base_class_warns PASSED
21 test/deprecation/test_basic.py::test_traverse_traverse_override_does_not_warn PASSED
22 test/deprecation/test_cmd_git.py::test_cannot_access_undefined_on_git_class PASSED
23 test/deprecation/test_cmd_git.py::test_class_dir PASSED
24 test/deprecation/test_cmd_git.py::test_execute_without_shell_arg_does_not_warn PASSED
25 test/deprecation/test_cmd_git.py::test_get_use_shell_on_class_default PASSED
26 test/deprecation/test_cmd_git.py::test_get_use_shell_on_instance_default PASSED
27 test/deprecation/test_cmd_git.py::test_instance_dir PASSED
28 test/deprecation/test_cmd_git.py::test_metaclass_alias PASSED
29 test/deprecation/test_cmd_git.py::test_use_shell_cannot_set_on_instance[False] PASSED
30 test/deprecation/test_cmd_git.py::test_use_shell_cannot_set_on_instance[True] PASSED
31 test/deprecation/test_cmd_git.py::test_use_shell_is_mock_patchable_on_class_as_object_attribute[False] PASSED
32 test/deprecation/test_cmd_git.py::test_use_shell_is_mock_patchable_on_class_as_object_attribute[True] PASSED
33 test/deprecation/test_cmd_git.py::test_use_shell_set_and_get_on_class PASSED
34 test/deprecation/test_cmd_git.py::test_use_shell_set_on_class_get_on_instance PASSED
35 test/deprecation/test_compat.py::test_cannot_access_undefined PASSED
36 test/deprecation/test_compat.py::test_dir PASSED
37 test/deprecation/test_compat.py::test_is_platform PASSED
38 test/deprecation/test_toplevel.py::test_alias_target_module_names_are_by_location PASSED
39 test/deprecation/test_toplevel.py::test_cannot_access_undefined PASSED
40 test/deprecation/test_toplevel.py::test_cannot_import_undefined PASSED
41 test/deprecation/test_toplevel.py::test_dir_contains_public_attributes PASSED
42 test/deprecation/test_toplevel.py::test_dir_does_not_contain_private_module_aliases PASSED
43 test/deprecation/test_toplevel.py::test_dir_does_not_contain_util PASSED
44 test/deprecation/test_toplevel.py::test_private_module_alias_access PASSED
45 test/deprecation/test_toplevel.py::test_private_module_alias_import PASSED
46 test/deprecation/test_toplevel.py::test_util_alias_access PASSED
47 test/deprecation/test_toplevel.py::test_util_alias_import PASSED
48 test/deprecation/test_types.py::test_can_access_lit_commit_ish_but_it_is_not_usable PASSED
49 test/deprecation/test_types.py::test_cannot_access_undefined PASSED
50 test/deprecation/test_types.py::test_dir PASSED
51 test/performance/test_commit.py::TestPerformance::test_commit_iteration PASSED
52 test/performance/test_commit.py::TestPerformance::test_commit_serialization PASSED
53 test/performance/test_commit.py::TestPerformance::test_commit_traversal PASSED
54 test/performance/test_commit.py::TestPerformance::test_iteration PASSED
55 test/performance/test_odb.py::TestObjDBPerformance::test_random_access PASSED
56 test/performance/test_streams.py::TestObjDBPerformance::test_large_data_streaming PASSED
57 test/test_actor.py::TestActor::test_from_string_should_handle_just_name PASSED
58 test/test_actor.py::TestActor::test_from_string_should_separate_name_and_email PASSED
59 test/test_actor.py::TestActor::test_should_display_representation PASSED
60 test/test_actor.py::TestActor::test_str_should_alias_name PASSED
61 test/test_base.py::TestBase::test_add_unicode PASSED
62 test/test_base.py::TestBase::test_base_object PASSED
63 test/test_base.py::TestBase::test_get_object_type_by_name PASSED
64 test/test_base.py::TestBase::test_object_resolution PASSED
65 test/test_base.py::TestBase::test_with_bare_rw_repo PASSED
66 test/test_base.py::TestBase::test_with_rw_remote_and_rw_repo PASSED
67 test/test_base.py::TestBase::test_with_rw_repo PASSED
68 test/test_blob.py::TestBlob::test_mime_type_should_return_mime_type_for_known_types PASSED
69 test/test_blob.py::TestBlob::test_mime_type_should_return_text_plain_for_unknown_types PASSED
70 test/test_blob.py::TestBlob::test_nodict PASSED
71 test/test_blob_filter.py::test_blob_filter[paths0-path0-True] PASSED
72 test/test_blob_filter.py::test_blob_filter[paths1-path1-True] PASSED
73 test/test_blob_filter.py::test_blob_filter[paths2-path2-False] PASSED
74 test/test_blob_filter.py::test_blob_filter[paths3-path3-True] PASSED
75 test/test_clone.py::TestClone::test_checkout_in_non_empty_dir PASSED
76 test/test_commit.py::TestCommit::test_ambiguous_arg_iteration PASSED
77 test/test_commit.py::TestCommit::test_bake PASSED
78 test/test_commit.py::TestCommit::test_commit_co_authors PASSED
79 test/test_commit.py::TestCommit::test_count PASSED
80 test/test_commit.py::TestCommit::test_datetimes PASSED
81 test/test_commit.py::TestCommit::test_equality PASSED
82 test/test_commit.py::TestCommit::test_gpgsig PASSED
83 test/test_commit.py::TestCommit::test_invalid_commit PASSED
84 test/test_commit.py::TestCommit::test_iter_items PASSED
85 test/test_commit.py::TestCommit::test_iter_parents PASSED
86 test/test_commit.py::TestCommit::test_iteration PASSED
87 test/test_commit.py::TestCommit::test_list PASSED
88 test/test_commit.py::TestCommit::test_name_rev PASSED
89 test/test_commit.py::TestCommit::test_renames PASSED
90 test/test_commit.py::TestCommit::test_replace_invalid_attribute PASSED
91 test/test_commit.py::TestCommit::test_replace_new_sha PASSED
92 test/test_commit.py::TestCommit::test_replace_no_changes PASSED
93 test/test_commit.py::TestCommit::test_repr PASSED
94 test/test_commit.py::TestCommit::test_rev_list_bisect_all PASSED
95 test/test_commit.py::TestCommit::test_serialization PASSED
96 test/test_commit.py::TestCommit::test_serialization_unicode_support PASSED
97 test/test_commit.py::TestCommit::test_stats PASSED
98 test/test_commit.py::TestCommit::test_str PASSED
99 test/test_commit.py::TestCommit::test_trailers PASSED
100 test/test_commit.py::TestCommit::test_traversal PASSED
101 test/test_commit.py::TestCommit::test_unicode_actor PASSED
102 test/test_config.py::TestBase::test_add_to_multiple PASSED
103 test/test_config.py::TestBase::test_base PASSED
104 test/test_config.py::TestBase::test_complex_aliases PASSED
105 test/test_config.py::TestBase::test_conditional_includes_from_branch_name PASSED
106 test/test_config.py::TestBase::test_conditional_includes_from_branch_name_error PASSED
107 test/test_config.py::TestBase::test_conditional_includes_from_git_dir PASSED
108 test/test_config.py::TestBase::test_config_include PASSED
109 test/test_config.py::TestBase::test_empty_config_value PASSED
110 test/test_config.py::TestBase::test_get_values_works_without_requiring_any_other_calls_first PASSED
111 test/test_config.py::TestBase::test_includes_order SKIPPED (Known fa...)
112 test/test_config.py::TestBase::test_lock_reentry PASSED
113 test/test_config.py::TestBase::test_multi_line_config PASSED
114 test/test_config.py::TestBase::test_multiple_to_single PASSED
115 test/test_config.py::TestBase::test_multiple_values PASSED
116 test/test_config.py::TestBase::test_multiple_values_rename PASSED
117 test/test_config.py::TestBase::test_read_write PASSED
118 test/test_config.py::TestBase::test_rename PASSED
119 test/test_config.py::TestBase::test_setlast PASSED
120 test/test_config.py::TestBase::test_single_to_multiple PASSED
121 test/test_db.py::TestDB::test_base PASSED
122 test/test_diff.py::TestDiff::test_binary_diff_1 PASSED
123 test/test_diff.py::TestDiff::test_binary_diff_2 PASSED
124 test/test_diff.py::TestDiff::test_diff_file_with_colon PASSED
125 test/test_diff.py::TestDiff::test_diff_index PASSED
126 test/test_diff.py::TestDiff::test_diff_index_raw_format PASSED
127 test/test_diff.py::TestDiff::test_diff_initial_commit PASSED
128 test/test_diff.py::TestDiff::test_diff_interface PASSED
129 test/test_diff.py::TestDiff::test_diff_interface_stability PASSED
130 test/test_diff.py::TestDiff::test_diff_of_modified_files_not_added_to_the_index PASSED
131 test/test_diff.py::TestDiff::test_diff_patch_format PASSED
132 test/test_diff.py::TestDiff::test_diff_patch_with_external_engine PASSED
133 test/test_diff.py::TestDiff::test_diff_submodule PASSED
134 test/test_diff.py::TestDiff::test_diff_unsafe_paths PASSED
135 test/test_diff.py::TestDiff::test_diff_with_change_in_type PASSED
136 test/test_diff.py::TestDiff::test_diff_with_copied_file PASSED
137 test/test_diff.py::TestDiff::test_diff_with_rename PASSED
138 test/test_diff.py::TestDiff::test_diff_with_spaces PASSED
139 test/test_diff.py::TestDiff::test_diff_with_staged_file PASSED
140 test/test_diff.py::TestDiff::test_empty_diff PASSED
141 test/test_diff.py::TestDiff::test_list_from_string_new_mode PASSED
142 test/test_diff.py::TestDiff::test_rename_override PASSED
143 test/test_docs.py::Tutorials::test_add_file_and_commit PASSED
144 test/test_docs.py::Tutorials::test_init_repo_object PASSED
145 test/test_docs.py::Tutorials::test_references_and_objects PASSED
146 test/test_docs.py::Tutorials::test_submodules PASSED
147 test/test_exc.py::TExc::test_CommandError_unicode_001____cmd______None__None___None_ PASSED
148 test/test_exc.py::TExc::test_CommandError_unicode_002____cmd______None__None____steram__ PASSED
149 test/test_exc.py::TExc::test_CommandError_unicode_003____cmd______None__None____ομορφο_stream__ PASSED
150 test/test_exc.py::TExc::test_CommandError_unicode_004____cmd______7___exit_code_7_____None_ PASSED
151 test/test_exc.py::TExc::test_CommandError_unicode_005____cmd______7___exit_code_7______steram__ PASSED
152 test/test_exc.py::TExc::test_CommandError_unicode_006____cmd______7___exit_code_7______ομορφο_stream__ PASSED
153 test/test_exc.py::TExc::test_CommandError_unicode_007____cmd_______Some_string_____Some_string_____None_ PASSED
154 test/test_exc.py::TExc::test_CommandError_unicode_008____cmd_______Some_string_____Some_string______steram__ PASSED
155 test/test_exc.py::TExc::test_CommandError_unicode_009____cmd_______Some_string_____Some_string______ομορφο_stream__ PASSED
156 test/test_exc.py::TExc::test_CommandError_unicode_010____cmd_______παλιο_string_____παλιο_string_____None_ PASSED
157 test/test_exc.py::TExc::test_CommandError_unicode_011____cmd_______παλιο_string_____παλιο_string______steram__ PASSED
158 test/test_exc.py::TExc::test_CommandError_unicode_012____cmd_______παλιο_string_____παλιο_string______ομορφο_stream__ PASSED
159 test/test_exc.py::TExc::test_CommandError_unicode_013 PASSED
160 test/test_exc.py::TExc::test_CommandError_unicode_014 PASSED
161 test/test_exc.py::TExc::test_CommandError_unicode_015 PASSED
162 test/test_exc.py::TExc::test_CommandError_unicode_016 PASSED
163 test/test_exc.py::TExc::test_CommandError_unicode_017 PASSED
164 test/test_exc.py::TExc::test_CommandError_unicode_018 PASSED
165 test/test_exc.py::TExc::test_CommandError_unicode_019 PASSED
166 test/test_exc.py::TExc::test_CommandError_unicode_020 PASSED
167 test/test_exc.py::TExc::test_CommandError_unicode_021 PASSED
168 test/test_exc.py::TExc::test_CommandError_unicode_022____θνιψοδε______None__None___None_ PASSED
169 test/test_exc.py::TExc::test_CommandError_unicode_023____θνιψοδε______None__None____steram__ PASSED
170 test/test_exc.py::TExc::test_CommandError_unicode_024____θνιψοδε______None__None____ομορφο_stream__ PASSED
171 test/test_exc.py::TExc::test_CommandError_unicode_025____θνιψοδε______7___exit_code_7_____None_ PASSED
172 test/test_exc.py::TExc::test_CommandError_unicode_026____θνιψοδε______7___exit_code_7______steram__ PASSED
173 test/test_exc.py::TExc::test_CommandError_unicode_027____θνιψοδε______7___exit_code_7______ομορφο_stream__ PASSED
174 test/test_exc.py::TExc::test_CommandError_unicode_028____θνιψοδε_______Some_string_____Some_string_____None_ PASSED
175 test/test_exc.py::TExc::test_CommandError_unicode_029____θνιψοδε_______Some_string_____Some_string______steram__ PASSED
176 test/test_exc.py::TExc::test_CommandError_unicode_030____θνιψοδε_______Some_string_____Some_string______ομορφο_stream__ PASSED
177 test/test_exc.py::TExc::test_CommandError_unicode_031____θνιψοδε_______παλιο_string_____παλιο_string_____None_ PASSED
178 test/test_exc.py::TExc::test_CommandError_unicode_032____θνιψοδε_______παλιο_string_____παλιο_string______steram__ PASSED
179 test/test_exc.py::TExc::test_CommandError_unicode_033____θνιψοδε_______παλιο_string_____παλιο_string______ομορφο_stream__ PASSED
180 test/test_exc.py::TExc::test_CommandError_unicode_034 PASSED
181 test/test_exc.py::TExc::test_CommandError_unicode_035 PASSED
182 test/test_exc.py::TExc::test_CommandError_unicode_036 PASSED
183 test/test_exc.py::TExc::test_CommandError_unicode_037 PASSED
184 test/test_exc.py::TExc::test_CommandError_unicode_038 PASSED
185 test/test_exc.py::TExc::test_CommandError_unicode_039 PASSED
186 test/test_exc.py::TExc::test_CommandError_unicode_040 PASSED
187 test/test_exc.py::TExc::test_CommandError_unicode_041 PASSED
188 test/test_exc.py::TExc::test_CommandError_unicode_042 PASSED
189 test/test_exc.py::TExc::test_CommandError_unicode_043____θνιψοδε____normal____argvs_____None__None___None_ PASSED
190 test/test_exc.py::TExc::test_CommandError_unicode_044____θνιψοδε____normal____argvs_____None__None____steram__ PASSED
191 test/test_exc.py::TExc::test_CommandError_unicode_045____θνιψοδε____normal____argvs_____None__None____ομορφο_stream__ PASSED
192 test/test_exc.py::TExc::test_CommandError_unicode_046____θνιψοδε____normal____argvs_____7___exit_code_7_____None_ PASSED
193 test/test_exc.py::TExc::test_CommandError_unicode_047____θνιψοδε____normal____argvs_____7___exit_code_7______steram__ PASSED
194 test/test_exc.py::TExc::test_CommandError_unicode_048____θνιψοδε____normal____argvs_____7___exit_code_7______ομορφο_stream__ PASSED
195 test/test_exc.py::TExc::test_CommandError_unicode_049____θνιψοδε____normal____argvs______Some_string_____Some_string_____None_ PASSED
196 test/test_exc.py::TExc::test_CommandError_unicode_050____θνιψοδε____normal____argvs______Some_string_____Some_string______steram__ PASSED
197 test/test_exc.py::TExc::test_CommandError_unicode_051____θνιψοδε____normal____argvs______Some_string_____Some_string______ομορφο_stream__ PASSED
198 test/test_exc.py::TExc::test_CommandError_unicode_052____θνιψοδε____normal____argvs______παλιο_string_____παλιο_string_____None_ PASSED
199 test/test_exc.py::TExc::test_CommandError_unicode_053____θνιψοδε____normal____argvs______παλιο_string_____παλιο_string______steram__ PASSED
200 test/test_exc.py::TExc::test_CommandError_unicode_054____θνιψοδε____normal____argvs______παλιο_string_____παλιο_string______ομορφο_stream__ PASSED
201 test/test_exc.py::TExc::test_CommandError_unicode_055 PASSED
202 test/test_exc.py::TExc::test_CommandError_unicode_056 PASSED
203 test/test_exc.py::TExc::test_CommandError_unicode_057 PASSED
204 test/test_exc.py::TExc::test_CommandError_unicode_058 PASSED
205 test/test_exc.py::TExc::test_CommandError_unicode_059 PASSED
206 test/test_exc.py::TExc::test_CommandError_unicode_060 PASSED
207 test/test_exc.py::TExc::test_CommandError_unicode_061 PASSED
208 test/test_exc.py::TExc::test_CommandError_unicode_062 PASSED
209 test/test_exc.py::TExc::test_CommandError_unicode_063 PASSED
210 test/test_exc.py::TExc::test_CommandError_unicode_064____cmd____ελληνικα____args_____None__None___None_ PASSED
211 test/test_exc.py::TExc::test_CommandError_unicode_065____cmd____ελληνικα____args_____None__None____steram__ PASSED
212 test/test_exc.py::TExc::test_CommandError_unicode_066____cmd____ελληνικα____args_____None__None____ομορφο_stream__ PASSED
213 test/test_exc.py::TExc::test_CommandError_unicode_067____cmd____ελληνικα____args_____7___exit_code_7_____None_ PASSED
214 test/test_exc.py::TExc::test_CommandError_unicode_068____cmd____ελληνικα____args_____7___exit_code_7______steram__ PASSED
215 test/test_exc.py::TExc::test_CommandError_unicode_069____cmd____ελληνικα____args_____7___exit_code_7______ομορφο_stream__ PASSED
216 test/test_exc.py::TExc::test_CommandError_unicode_070____cmd____ελληνικα____args______Some_string_____Some_string_____None_ PASSED
217 test/test_exc.py::TExc::test_CommandError_unicode_071____cmd____ελληνικα____args______Some_string_____Some_string______steram__ PASSED
218 test/test_exc.py::TExc::test_CommandError_unicode_072____cmd____ελληνικα____args______Some_string_____Some_string______ομορφο_stream__ PASSED
219 test/test_exc.py::TExc::test_CommandError_unicode_073____cmd____ελληνικα____args______παλιο_string_____παλιο_string_____None_ PASSED
220 test/test_exc.py::TExc::test_CommandError_unicode_074____cmd____ελληνικα____args______παλιο_string_____παλιο_string______steram__ PASSED
221 test/test_exc.py::TExc::test_CommandError_unicode_075____cmd____ελληνικα____args______παλιο_string_____παλιο_string______ομορφο_stream__ PASSED
222 test/test_exc.py::TExc::test_CommandError_unicode_076 PASSED
223 test/test_exc.py::TExc::test_CommandError_unicode_077 PASSED
224 test/test_exc.py::TExc::test_CommandError_unicode_078 PASSED
225 test/test_exc.py::TExc::test_CommandError_unicode_079 PASSED
226 test/test_exc.py::TExc::test_CommandError_unicode_080 PASSED
227 test/test_exc.py::TExc::test_CommandError_unicode_081 PASSED
228 test/test_exc.py::TExc::test_CommandError_unicode_082 PASSED
229 test/test_exc.py::TExc::test_CommandError_unicode_083 PASSED
230 test/test_exc.py::TExc::test_CommandError_unicode_084 PASSED
231 test/test_exc.py::TExc::test_CommandError_unicode_085____θνιψοδε____κι____αλλα____strange____args_____None__None___None_ PASSED
232 test/test_exc.py::TExc::test_CommandError_unicode_086____θνιψοδε____κι____αλλα____strange____args_____None__None____steram__ PASSED
233 test/test_exc.py::TExc::test_CommandError_unicode_087____θνιψοδε____κι____αλλα____strange____args_____None__None____ομορφο_stream__ PASSED
234 test/test_exc.py::TExc::test_CommandError_unicode_088____θνιψοδε____κι____αλλα____strange____args_____7___exit_code_7_____None_ PASSED
235 test/test_exc.py::TExc::test_CommandError_unicode_089____θνιψοδε____κι____αλλα____strange____args_____7___exit_code_7______steram__ PASSED
236 test/test_exc.py::TExc::test_CommandError_unicode_090____θνιψοδε____κι____αλλα____strange____args_____7___exit_code_7______ομορφο_stream__ PASSED
237 test/test_exc.py::TExc::test_CommandError_unicode_091____θνιψοδε____κι____αλλα____strange____args______Some_string_____Some_string_____None_ PASSED
238 test/test_exc.py::TExc::test_CommandError_unicode_092____θνιψοδε____κι____αλλα____strange____args______Some_string_____Some_string______steram__ PASSED
239 test/test_exc.py::TExc::test_CommandError_unicode_093____θνιψοδε____κι____αλλα____strange____args______Some_string_____Some_string______ομορφο_stream__ PASSED
240 test/test_exc.py::TExc::test_CommandError_unicode_094____θνιψοδε____κι____αλλα____strange____args______παλιο_string_____παλιο_string_____None_ PASSED
241 test/test_exc.py::TExc::test_CommandError_unicode_095____θνιψοδε____κι____αλλα____strange____args______παλιο_string_____παλιο_string______steram__ PASSED
242 test/test_exc.py::TExc::test_CommandError_unicode_096____θνιψοδε____κι____αλλα____strange____args______παλιο_string_____παλιο_string______ομορφο_stream__ PASSED
243 test/test_exc.py::TExc::test_CommandError_unicode_097 PASSED
244 test/test_exc.py::TExc::test_CommandError_unicode_098 PASSED
245 test/test_exc.py::TExc::test_CommandError_unicode_099 PASSED
246 test/test_exc.py::TExc::test_CommandError_unicode_100 PASSED
247 test/test_exc.py::TExc::test_CommandError_unicode_101 PASSED
248 test/test_exc.py::TExc::test_CommandError_unicode_102 PASSED
249 test/test_exc.py::TExc::test_CommandError_unicode_103 PASSED
250 test/test_exc.py::TExc::test_CommandError_unicode_104 PASSED
251 test/test_exc.py::TExc::test_CommandError_unicode_105 PASSED
252 test/test_exc.py::TExc::test_CommandError_unicode_106____θνιψοδε____κι____αλλα____non_unicode____args_____None__None___None_ PASSED
253 test/test_exc.py::TExc::test_CommandError_unicode_107____θνιψοδε____κι____αλλα____non_unicode____args_____None__None____steram__ PASSED
254 test/test_exc.py::TExc::test_CommandError_unicode_108____θνιψοδε____κι____αλλα____non_unicode____args_____None__None____ομορφο_stream__ PASSED
255 test/test_exc.py::TExc::test_CommandError_unicode_109____θνιψοδε____κι____αλλα____non_unicode____args_____7___exit_code_7_____None_ PASSED
256 test/test_exc.py::TExc::test_CommandError_unicode_110____θνιψοδε____κι____αλλα____non_unicode____args_____7___exit_code_7______steram__ PASSED
257 test/test_exc.py::TExc::test_CommandError_unicode_111____θνιψοδε____κι____αλλα____non_unicode____args_____7___exit_code_7______ομορφο_stream__ PASSED
258 test/test_exc.py::TExc::test_CommandError_unicode_112____θνιψοδε____κι____αλλα____non_unicode____args______Some_string_____Some_string_____None_ PASSED
259 test/test_exc.py::TExc::test_CommandError_unicode_113____θνιψοδε____κι____αλλα____non_unicode____args______Some_string_____Some_string______steram__ PASSED
260 test/test_exc.py::TExc::test_CommandError_unicode_114____θνιψοδε____κι____αλλα____non_unicode____args______Some_string_____Some_string______ομορφο_stream__ PASSED
261 test/test_exc.py::TExc::test_CommandError_unicode_115____θνιψοδε____κι____αλλα____non_unicode____args______παλιο_string_____παλιο_string_____None_ PASSED
262 test/test_exc.py::TExc::test_CommandError_unicode_116____θνιψοδε____κι____αλλα____non_unicode____args______παλιο_string_____παλιο_string______steram__ PASSED
263 test/test_exc.py::TExc::test_CommandError_unicode_117____θνιψοδε____κι____αλλα____non_unicode____args______παλιο_string_____παλιο_string______ομορφο_stream__ PASSED
264 test/test_exc.py::TExc::test_CommandError_unicode_118 PASSED
265 test/test_exc.py::TExc::test_CommandError_unicode_119 PASSED
266 test/test_exc.py::TExc::test_CommandError_unicode_120 PASSED
267 test/test_exc.py::TExc::test_CommandError_unicode_121 PASSED
268 test/test_exc.py::TExc::test_CommandError_unicode_122 PASSED
269 test/test_exc.py::TExc::test_CommandError_unicode_123 PASSED
270 test/test_exc.py::TExc::test_CommandError_unicode_124 PASSED
271 test/test_exc.py::TExc::test_CommandError_unicode_125 PASSED
272 test/test_exc.py::TExc::test_CommandError_unicode_126 PASSED
273 test/test_exc.py::TExc::test_CommandError_unicode_127____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo_____None__None___None_ PASSED
274 test/test_exc.py::TExc::test_CommandError_unicode_128____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo_____None__None____steram__ PASSED
275 test/test_exc.py::TExc::test_CommandError_unicode_129____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo_____None__None____ομορφο_stream__ PASSED
276 test/test_exc.py::TExc::test_CommandError_unicode_130____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo_____7___exit_code_7_____None_ PASSED
277 test/test_exc.py::TExc::test_CommandError_unicode_131____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo_____7___exit_code_7______steram__ PASSED
278 test/test_exc.py::TExc::test_CommandError_unicode_132____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo_____7___exit_code_7______ομορφο_stream__ PASSED
279 test/test_exc.py::TExc::test_CommandError_unicode_133____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo______Some_string_____Some_string_____None_ PASSED
280 test/test_exc.py::TExc::test_CommandError_unicode_134____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo______Some_string_____Some_string______steram__ PASSED
281 test/test_exc.py::TExc::test_CommandError_unicode_135____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo______Some_string_____Some_string______ομορφο_stream__ PASSED
282 test/test_exc.py::TExc::test_CommandError_unicode_136____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo______παλιο_string_____παλιο_string_____None_ PASSED
283 test/test_exc.py::TExc::test_CommandError_unicode_137____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo______παλιο_string_____παλιο_string______steram__ PASSED
284 test/test_exc.py::TExc::test_CommandError_unicode_138____git____clone_____v____https___fakeuser_fakepassword1234_fakerepo_example_com_testrepo______παλιο_string_____παλιο_string______ομορφο_stream__ PASSED
285 test/test_exc.py::TExc::test_CommandError_unicode_139 PASSED
286 test/test_exc.py::TExc::test_CommandError_unicode_140 PASSED
287 test/test_exc.py::TExc::test_CommandError_unicode_141 PASSED
288 test/test_exc.py::TExc::test_CommandError_unicode_142 PASSED
289 test/test_exc.py::TExc::test_CommandError_unicode_143 PASSED
290 test/test_exc.py::TExc::test_CommandError_unicode_144 PASSED
291 test/test_exc.py::TExc::test_CommandError_unicode_145 PASSED
292 test/test_exc.py::TExc::test_CommandError_unicode_146 PASSED
293 test/test_exc.py::TExc::test_CommandError_unicode_147 PASSED
294 test/test_exc.py::TExc::test_ExceptionsHaveBaseClass PASSED
295 test/test_exc.py::TExc::test_GitCommandError_1____cmd1____None_ PASSED
296 test/test_exc.py::TExc::test_GitCommandError_2____cmd1_____some_cause__ PASSED
297 test/test_exc.py::TExc::test_GitCommandError_3 PASSED
298 test/test_exc.py::TExc::test_GitCommandNotFound_1____cmd1____None_ PASSED
299 test/test_exc.py::TExc::test_GitCommandNotFound_2____cmd1_____some_cause__ PASSED
300 test/test_exc.py::TExc::test_GitCommandNotFound_3 PASSED
301 test/test_exc.py::TExc::test_HookExecutionError_1____cmd1____None_ PASSED
302 test/test_exc.py::TExc::test_HookExecutionError_2____cmd1_____some_cause__ PASSED
303 test/test_exc.py::TExc::test_HookExecutionError_3 PASSED
304 test/test_fun.py::TestFun::test_aggressive_tree_merge PASSED
305 test/test_fun.py::TestFun::test_linked_worktree_traversal PASSED
306 test/test_fun.py::TestFun::test_stat_mode_to_index_mode PASSED
307 test/test_fun.py::TestFun::test_three_way_merge PASSED
308 test/test_fun.py::TestFun::test_tree_entries_from_data_with_failing_name_decode_py3 PASSED
309 test/test_fun.py::TestFun::test_tree_traversal PASSED
310 test/test_fun.py::TestFun::test_tree_traversal_single PASSED
311 test/test_git.py::TestGit::test_call_process_calls_execute PASSED
312 test/test_git.py::TestGit::test_call_unpack_args PASSED
313 test/test_git.py::TestGit::test_call_unpack_args_unicode PASSED
314 test/test_git.py::TestGit::test_change_to_transform_kwargs_does_not_break_command_options PASSED
315 test/test_git.py::TestGit::test_cmd_override PASSED
316 test/test_git.py::TestGit::test_env_vars_passed_to_git PASSED
317 test/test_git.py::TestGit::test_environment PASSED
318 test/test_git.py::TestGit::test_execute_kwargs_set_agrees_with_method PASSED
319 test/test_git.py::TestGit::test_failed_refresh_with_arg_does_not_invalidate_cached_version_info PASSED
320 test/test_git.py::TestGit::test_failed_refresh_with_env_does_not_invalidate_cached_version_info PASSED
321 test/test_git.py::TestGit::test_git_exc_name_is_git PASSED
322 test/test_git.py::TestGit::test_handle_process_output PASSED
323 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_error_1___2___ PASSED
324 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_error_2___r___ PASSED
325 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_error_3___raise___ PASSED
326 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_error_4___e___ PASSED
327 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_error_5___error___ PASSED
328 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_1___0___ PASSED
329 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_2___q___ PASSED
330 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_3___quiet___ PASSED
331 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_4___s___ PASSED
332 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_5___silence___ PASSED
333 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_6___silent___ PASSED
334 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_7___n___ PASSED
335 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_quiet_8___none___ PASSED
336 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_warn_1___1___ PASSED
337 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_warn_2___w___ PASSED
338 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_warn_3___warn___ PASSED
339 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_warn_4___warning___ PASSED
340 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_warn_5___l___ PASSED
341 test/test_git.py::TestGit::test_initial_refresh_from_bad_git_path_env_warn_6___log___ PASSED
342 test/test_git.py::TestGit::test_initial_refresh_from_good_absolute_git_path_env PASSED
343 test/test_git.py::TestGit::test_initial_refresh_from_good_relative_git_path_env PASSED
344 test/test_git.py::TestGit::test_insert_after_kwarg_raises PASSED
345 test/test_git.py::TestGit::test_it_accepts_environment_variables PASSED
346 test/test_git.py::TestGit::test_it_accepts_stdin PASSED
347 test/test_git.py::TestGit::test_it_avoids_upcasing_unrelated_environment_variable_names SKIPPED
348 test/test_git.py::TestGit::test_it_executes_git_and_returns_result PASSED
349 test/test_git.py::TestGit::test_it_executes_git_not_from_cwd_1__False__False____git____version____False_ PASSED
350 test/test_git.py::TestGit::test_it_executes_git_not_from_cwd_2__False__True___git_version___False_ PASSED
351 test/test_git.py::TestGit::test_it_executes_git_not_from_cwd_3__False__True___git_version___True_ PASSED
352 test/test_git.py::TestGit::test_it_executes_git_not_from_cwd_4__True__False____git____version____False_ PASSED
353 test/test_git.py::TestGit::test_it_executes_git_not_from_cwd_5__True__True___git_version___False_ PASSED
354 test/test_git.py::TestGit::test_it_executes_git_not_from_cwd_6__True__True___git_version___True_ PASSED
355 test/test_git.py::TestGit::test_it_ignores_false_kwargs PASSED
356 test/test_git.py::TestGit::test_it_logs_if_it_uses_a_shell_1__None__False_ PASSED
357 test/test_git.py::TestGit::test_it_logs_if_it_uses_a_shell_2__None__True_ PASSED
358 test/test_git.py::TestGit::test_it_logs_if_it_uses_a_shell_3__False__True_ PASSED
359 test/test_git.py::TestGit::test_it_logs_if_it_uses_a_shell_4__False__False_ PASSED
360 test/test_git.py::TestGit::test_it_logs_if_it_uses_a_shell_5__True__False_ PASSED
361 test/test_git.py::TestGit::test_it_logs_if_it_uses_a_shell_6__True__True_ PASSED
362 test/test_git.py::TestGit::test_it_logs_istream_summary_for_stdin_1___None___None_ PASSED
363 test/test_git.py::TestGit::test_it_logs_istream_summary_for_stdin_2____valid_stream_____1_ PASSED
364 test/test_git.py::TestGit::test_it_raises_errors PASSED
365 test/test_git.py::TestGit::test_it_raises_proper_exception_with_output_stream PASSED
366 test/test_git.py::TestGit::test_it_transforms_kwargs_into_git_command_arguments PASSED
367 test/test_git.py::TestGit::test_it_uses_shell_or_not_as_specified_1__None__False__False_ PASSED
368 test/test_git.py::TestGit::test_it_uses_shell_or_not_as_specified_2__None__True__True_ PASSED
369 test/test_git.py::TestGit::test_it_uses_shell_or_not_as_specified_3__False__True__False_ PASSED
370 test/test_git.py::TestGit::test_it_uses_shell_or_not_as_specified_4__False__False__False_ PASSED
371 test/test_git.py::TestGit::test_it_uses_shell_or_not_as_specified_5__True__False__True_ PASSED
372 test/test_git.py::TestGit::test_it_uses_shell_or_not_as_specified_6__True__True__True_ PASSED
373 test/test_git.py::TestGit::test_options_are_passed_to_git PASSED
374 test/test_git.py::TestGit::test_persistent_cat_file_command PASSED
375 test/test_git.py::TestGit::test_persistent_options PASSED
376 test/test_git.py::TestGit::test_refresh_from_bad_absolute_git_path_env PASSED
377 test/test_git.py::TestGit::test_refresh_from_bad_relative_git_path_env PASSED
378 test/test_git.py::TestGit::test_refresh_from_good_absolute_git_path_env PASSED
379 test/test_git.py::TestGit::test_refresh_from_good_relative_git_path_env PASSED
380 test/test_git.py::TestGit::test_refresh_with_bad_absolute_git_path_arg PASSED
381 test/test_git.py::TestGit::test_refresh_with_bad_relative_git_path_arg PASSED
382 test/test_git.py::TestGit::test_refresh_with_good_absolute_git_path_arg PASSED
383 test/test_git.py::TestGit::test_refresh_with_good_relative_git_path_arg PASSED
384 test/test_git.py::TestGit::test_single_char_git_options_are_passed_to_git PASSED
385 test/test_git.py::TestGit::test_successful_default_refresh_invalidates_cached_version_info PASSED
386 test/test_git.py::TestGit::test_successful_refresh_with_arg_invalidates_cached_version_info PASSED
387 test/test_git.py::TestGit::test_successful_refresh_with_env_invalidates_cached_version_info PASSED
388 test/test_git.py::TestGit::test_successful_refresh_with_same_arg_invalidates_cached_version_info PASSED
389 test/test_git.py::TestGit::test_successful_refresh_with_same_env_invalidates_cached_version_info PASSED
390 test/test_git.py::TestGit::test_version_info PASSED
391 test/test_git.py::TestGit::test_version_info_cache_is_not_pickled PASSED
392 test/test_git.py::TestGit::test_version_info_cache_is_per_instance PASSED
393 test/test_git.py::TestGit::test_version_info_is_cached PASSED
394 test/test_git.py::TestGit::test_version_info_is_leading_numbers_1____123____456____789_____123__456__789__ PASSED
395 test/test_git.py::TestGit::test_version_info_is_leading_numbers_2____12____34____56____78_____12__34__56__78__ PASSED
396 test/test_git.py::TestGit::test_version_info_is_leading_numbers_3____12____34____56____78____90_____12__34__56__78__ PASSED
397 test/test_git.py::TestGit::test_version_info_is_leading_numbers_4____1____2____a____3_____1__2__ PASSED
398 test/test_git.py::TestGit::test_version_info_is_leading_numbers_5____1_____2____3_____1___ PASSED
399 test/test_git.py::TestGit::test_version_info_is_leading_numbers_6____1____2a____3_____1___ PASSED
400 test/test_git.py::TestGit::test_version_info_pickleable PASSED
401 test/test_imports.py::test_git_index_util_attribute_is_git_index_util PASSED
402 test/test_imports.py::test_git_util_attribute_is_git_index_util PASSED
403 test/test_imports.py::test_separate_git_util_module_exists PASSED
404 test/test_index.py::TestIndex::test__to_relative_path_at_root PASSED
405 test/test_index.py::TestIndex::test_add_a_file_with_wildcard_chars PASSED
406 test/test_index.py::TestIndex::test_add_utf8P_path PASSED
407 test/test_index.py::TestIndex::test_commit_msg_hook_fail PASSED
408 test/test_index.py::TestIndex::test_commit_msg_hook_success PASSED
409 test/test_index.py::TestIndex::test_compare_write_tree PASSED
410 test/test_index.py::TestIndex::test_hook_uses_shell_not_from_cwd_1__False__ PASSED
411 test/test_index.py::TestIndex::test_hook_uses_shell_not_from_cwd_2__True__ PASSED
412 test/test_index.py::TestIndex::test_index_add_pathlike PASSED
413 test/test_index.py::TestIndex::test_index_bare_add PASSED
414 test/test_index.py::TestIndex::test_index_file_base PASSED
415 test/test_index.py::TestIndex::test_index_file_diffing PASSED
416 test/test_index.py::TestIndex::test_index_file_from_tree PASSED
417 test/test_index.py::TestIndex::test_index_lock_handling PASSED
418 test/test_index.py::TestIndex::test_index_merge_tree PASSED
419 test/test_index.py::TestIndex::test_index_mutation PASSED
420 test/test_index.py::TestIndex::test_index_new PASSED
421 test/test_index.py::TestIndex::test_index_single_addremove PASSED
422 test/test_index.py::TestIndex::test_pre_commit_hook_fail PASSED
423 test/test_index.py::TestIndex::test_pre_commit_hook_success PASSED
424 test/test_index.py::TestIndex::test_run_commit_hook PASSED
425 test/test_index.py::TestIndexUtils::test_temporary_file_swap[Path] PASSED
426 test/test_index.py::TestIndexUtils::test_temporary_file_swap[str] PASSED
427 test/test_installation.py::TestInstallation::test_installation PASSED
428 test/test_quick_doc.py::QuickDoc::test_cloned_repo_object PASSED
429 test/test_quick_doc.py::QuickDoc::test_init_repo_object PASSED
430 test/test_reflog.py::TestRefLog::test_base PASSED
431 test/test_reflog.py::TestRefLog::test_reflogentry PASSED
432 test/test_refs.py::TestRefs::test_dereference_recursive PASSED
433 test/test_refs.py::TestRefs::test_from_path PASSED
434 test/test_refs.py::TestRefs::test_head_checkout_detached_head PASSED
435 test/test_refs.py::TestRefs::test_head_reset PASSED
436 test/test_refs.py::TestRefs::test_heads PASSED
437 test/test_refs.py::TestRefs::test_is_valid PASSED
438 test/test_refs.py::TestRefs::test_orig_head PASSED
439 test/test_refs.py::TestRefs::test_reflog PASSED
440 test/test_refs.py::TestRefs::test_refs PASSED
441 test/test_refs.py::TestRefs::test_refs_outside_repo PASSED
442 test/test_refs.py::TestRefs::test_set_tracking_branch_with_import PASSED
443 test/test_refs.py::TestRefs::test_tag_base PASSED
444 test/test_refs.py::TestRefs::test_tag_message PASSED
445 test/test_refs.py::TestRefs::test_tags PASSED
446 test/test_refs.py::TestRefs::test_tags_author PASSED
447 test/test_refs.py::TestRefs::test_validity_ref_names PASSED
448 test/test_remote.py::TestRemote::test_add_unsafe_url PASSED
449 test/test_remote.py::TestRemote::test_add_unsafe_url_allowed PASSED
450 test/test_remote.py::TestRemote::test_base PASSED
451 test/test_remote.py::TestRemote::test_create_remote_unsafe_url PASSED
452 test/test_remote.py::TestRemote::test_create_remote_unsafe_url_allowed PASSED
453 test/test_remote.py::TestRemote::test_creation_and_removal PASSED
454 test/test_remote.py::TestRemote::test_fetch_error PASSED
455 test/test_remote.py::TestRemote::test_fetch_info PASSED
456 test/test_remote.py::TestRemote::test_fetch_unsafe_branch_name PASSED
457 test/test_remote.py::TestRemote::test_fetch_unsafe_options PASSED
458 test/test_remote.py::TestRemote::test_fetch_unsafe_options_allowed PASSED
459 test/test_remote.py::TestRemote::test_fetch_unsafe_url PASSED
460 test/test_remote.py::TestRemote::test_fetch_unsafe_url_allowed PASSED
461 test/test_remote.py::TestRemote::test_multiple_urls PASSED
462 test/test_remote.py::TestRemote::test_pull_unsafe_options PASSED
463 test/test_remote.py::TestRemote::test_pull_unsafe_options_allowed PASSED
464 test/test_remote.py::TestRemote::test_pull_unsafe_url PASSED
465 test/test_remote.py::TestRemote::test_pull_unsafe_url_allowed PASSED
466 test/test_remote.py::TestRemote::test_push_error PASSED
467 test/test_remote.py::TestRemote::test_push_unsafe_options PASSED
468 test/test_remote.py::TestRemote::test_push_unsafe_options_allowed PASSED
469 test/test_remote.py::TestRemote::test_push_unsafe_url PASSED
470 test/test_remote.py::TestRemote::test_push_unsafe_url_allowed PASSED
471 test/test_remote.py::TestRemote::test_set_unsafe_url PASSED
472 test/test_remote.py::TestRemote::test_set_unsafe_url_allowed PASSED
473 test/test_remote.py::TestRemote::test_uncommon_branch_names PASSED
474 test/test_remote.py::TestTimeouts::test_timeout_funcs PASSED
475 test/test_repo.py::TestRepo::test_alternates PASSED
476 test/test_repo.py::TestRepo::test_archive PASSED
477 test/test_repo.py::TestRepo::test_bare_property PASSED
478 test/test_repo.py::TestRepo::test_blame_accepts_rev_opts PASSED
479 test/test_repo.py::TestRepo::test_blame_complex_revision PASSED
480 test/test_repo.py::TestRepo::test_blame_incremental PASSED
481 test/test_repo.py::TestRepo::test_blame_real PASSED
482 test/test_repo.py::TestRepo::test_clone_command_injection PASSED
483 test/test_repo.py::TestRepo::test_clone_from_command_injection PASSED
484 test/test_repo.py::TestRepo::test_clone_from_keeps_env PASSED
485 test/test_repo.py::TestRepo::test_clone_from_pathlib PASSED
486 test/test_repo.py::TestRepo::test_clone_from_pathlib_withConfig PASSED
487 test/test_repo.py::TestRepo::test_clone_from_safe_options PASSED
488 test/test_repo.py::TestRepo::test_clone_from_unsafe_options PASSED
489 test/test_repo.py::TestRepo::test_clone_from_unsafe_options_allowed PASSED
490 test/test_repo.py::TestRepo::test_clone_from_unsafe_protocol PASSED
491 test/test_repo.py::TestRepo::test_clone_from_unsafe_protocol_allowed PASSED
492 test/test_repo.py::TestRepo::test_clone_from_unsafe_protocol_allowed_and_enabled PASSED
493 test/test_repo.py::TestRepo::test_clone_from_with_path_contains_unicode PASSED
494 test/test_repo.py::TestRepo::test_clone_safe_options PASSED
495 test/test_repo.py::TestRepo::test_clone_unsafe_options PASSED
496 test/test_repo.py::TestRepo::test_clone_unsafe_options_allowed PASSED
497 test/test_repo.py::TestRepo::test_commit_from_revision PASSED
498 test/test_repo.py::TestRepo::test_commits PASSED
499 test/test_repo.py::TestRepo::test_comparison_and_hash PASSED
500 test/test_repo.py::TestRepo::test_config_level_paths PASSED
501 test/test_repo.py::TestRepo::test_config_reader PASSED
502 test/test_repo.py::TestRepo::test_config_writer PASSED
503 test/test_repo.py::TestRepo::test_creation_deletion PASSED
504 test/test_repo.py::TestRepo::test_daemon_export PASSED
505 test/test_repo.py::TestRepo::test_date_format PASSED
506 test/test_repo.py::TestRepo::test_description PASSED
507 test/test_repo.py::TestRepo::test_do_not_strip_newline_in_stdout PASSED
508 test/test_repo.py::TestRepo::test_empty_repo PASSED
509 test/test_repo.py::TestRepo::test_file_handle_leaks PASSED
510 test/test_repo.py::TestRepo::test_git_cmd PASSED
511 test/test_repo.py::TestRepo::test_git_file PASSED
512 test/test_repo.py::TestRepo::test_git_work_tree_dotgit PASSED
513 test/test_repo.py::TestRepo::test_git_work_tree_env PASSED
514 test/test_repo.py::TestRepo::test_head PASSED
515 test/test_repo.py::TestRepo::test_heads_should_populate_head_data PASSED
516 test/test_repo.py::TestRepo::test_heads_should_return_array_of_head_objects PASSED
517 test/test_repo.py::TestRepo::test_ignored_items_reported PASSED
518 test/test_repo.py::TestRepo::test_ignored_raises_error_w_symlink PASSED
519 test/test_repo.py::TestRepo::test_index PASSED
520 test/test_repo.py::TestRepo::test_init PASSED
521 test/test_repo.py::TestRepo::test_is_ancestor PASSED
522 test/test_repo.py::TestRepo::test_is_dirty PASSED
523 test/test_repo.py::TestRepo::test_is_dirty_pathspec PASSED
524 test/test_repo.py::TestRepo::test_is_dirty_with_bare_repository PASSED
525 test/test_repo.py::TestRepo::test_is_dirty_with_path PASSED
526 test/test_repo.py::TestRepo::test_is_valid_object PASSED
527 test/test_repo.py::TestRepo::test_leaking_password_in_clone_logs SKIPPED
528 test/test_repo.py::TestRepo::test_max_chunk_size PASSED
529 test/test_repo.py::TestRepo::test_merge_base PASSED
530 test/test_repo.py::TestRepo::test_new_should_raise_on_invalid_repo_location PASSED
531 test/test_repo.py::TestRepo::test_new_should_raise_on_invalid_repo_location_within_repo PASSED
532 test/test_repo.py::TestRepo::test_new_should_raise_on_non_existent_path PASSED
533 test/test_repo.py::TestRepo::test_pickleable PASSED
534 test/test_repo.py::TestRepo::test_rebasing PASSED
535 test/test_repo.py::TestRepo::test_remote_method PASSED
536 test/test_repo.py::TestRepo::test_repo_creation_from_different_paths PASSED
537 test/test_repo.py::TestRepo::test_repo_creation_pathlib PASSED
538 test/test_repo.py::TestRepo::test_repo_odbtype PASSED
539 test/test_repo.py::TestRepo::test_repr PASSED
540 test/test_repo.py::TestRepo::test_rev_parse PASSED
541 test/test_repo.py::TestRepo::test_rw_rev_parse PASSED
542 test/test_repo.py::TestRepo::test_should_display_blame_information PASSED
543 test/test_repo.py::TestRepo::test_submodule_update PASSED
544 test/test_repo.py::TestRepo::test_submodules PASSED
545 test/test_repo.py::TestRepo::test_tag PASSED
546 test/test_repo.py::TestRepo::test_tag_to_full_tag_path PASSED
547 test/test_repo.py::TestRepo::test_tilde_and_env_vars_in_repo_path PASSED
548 test/test_repo.py::TestRepo::test_tree_from_revision PASSED
549 test/test_repo.py::TestRepo::test_trees PASSED
550 test/test_repo.py::TestRepo::test_untracked_files PASSED
551 test/test_stats.py::TestStats::test_list_from_string PASSED
552 test/test_submodule.py::TestSubmodule::test_add_clone_multi_options_argument PASSED
553 test/test_submodule.py::TestSubmodule::test_add_empty_repo PASSED
554 test/test_submodule.py::TestSubmodule::test_add_no_clone_multi_options_argument PASSED
555 test/test_submodule.py::TestSubmodule::test_base_bare PASSED
556 test/test_submodule.py::TestSubmodule::test_base_rw PASSED
557 test/test_submodule.py::TestSubmodule::test_branch_renames PASSED
558 test/test_submodule.py::TestSubmodule::test_depth XFAIL (for some un...)
559 test/test_submodule.py::TestSubmodule::test_first_submodule PASSED
560 test/test_submodule.py::TestSubmodule::test_git_submodule_compatibility PASSED
561 test/test_submodule.py::TestSubmodule::test_git_submodules_and_add_sm_with_new_commit PASSED
562 test/test_submodule.py::TestSubmodule::test_ignore_non_submodule_file PASSED
563 test/test_submodule.py::TestSubmodule::test_iter_items_from_invalid_hash PASSED
564 test/test_submodule.py::TestSubmodule::test_iter_items_from_nonexistent_hash PASSED
565 test/test_submodule.py::TestSubmodule::test_list_only_valid_submodules PASSED
566 test/test_submodule.py::TestSubmodule::test_remove_norefs PASSED
567 test/test_submodule.py::TestSubmodule::test_rename PASSED
568 test/test_submodule.py::TestSubmodule::test_root_module PASSED
569 test/test_submodule.py::TestSubmodule::test_submodule_add_unsafe_options PASSED
570 test/test_submodule.py::TestSubmodule::test_submodule_add_unsafe_options_allowed PASSED
571 test/test_submodule.py::TestSubmodule::test_submodule_add_unsafe_url PASSED
572 test/test_submodule.py::TestSubmodule::test_submodule_add_unsafe_url_allowed PASSED
573 test/test_submodule.py::TestSubmodule::test_submodule_update_unsafe_options PASSED
574 test/test_submodule.py::TestSubmodule::test_submodule_update_unsafe_options_allowed PASSED
575 test/test_submodule.py::TestSubmodule::test_submodule_update_unsafe_url PASSED
576 test/test_submodule.py::TestSubmodule::test_submodule_update_unsafe_url_allowed PASSED
577 test/test_submodule.py::TestSubmodule::test_to_relative_path_with_super_at_root_drive SKIPPED
578 test/test_submodule.py::TestSubmodule::test_update_clone_multi_options_argument PASSED
579 test/test_submodule.py::TestSubmodule::test_update_no_clone_multi_options_argument PASSED
580 test/test_tree.py::TestTree::test_serializable PASSED
581 test/test_tree.py::TestTree::test_traverse PASSED
582 test/test_tree.py::TestTree::test_tree_modifier_ordering PASSED
583 test/test_util.py::TestCygpath::test_cygpath_invalids[C:Relative] SKIPPED
584 test/test_util.py::TestCygpath::test_cygpath_invalids[C:] SKIPPED (P...)
585 test/test_util.py::TestCygpath::test_cygpath_invalids[D:Apps/123] SKIPPED
586 test/test_util.py::TestCygpath::test_cygpath_invalids[D:Apps\\123] SKIPPED
587 test/test_util.py::TestCygpath::test_cygpath_invalids[\\\\?\\a:rel] SKIPPED
588 test/test_util.py::TestCygpath::test_cygpath_invalids[\\\\share\\a:rel] SKIPPED
589 test/test_util.py::TestCygpath::test_cygpath_norm_ok[../bar-../bar] SKIPPED
590 test/test_util.py::TestCygpath::test_cygpath_norm_ok[../bar/.\\foo/../chu-../bar/chu] SKIPPED
591 test/test_util.py::TestCygpath::test_cygpath_norm_ok[..\\bar-../bar] SKIPPED
592 test/test_util.py::TestCygpath::test_cygpath_norm_ok[./bar-bar] SKIPPED
593 test/test_util.py::TestCygpath::test_cygpath_norm_ok[.\\bar-bar] SKIPPED
594 test/test_util.py::TestCygpath::test_cygpath_ok[C:\\-/cygdrive/c/] SKIPPED
595 test/test_util.py::TestCygpath::test_cygpath_ok[C:\\Users-/cygdrive/c/Users] SKIPPED
596 test/test_util.py::TestCygpath::test_cygpath_ok[C:\\d/e-/cygdrive/c/d/e] SKIPPED
597 test/test_util.py::TestCygpath::test_cygpath_ok[D:/Apps-/cygdrive/d/Apps] SKIPPED
598 test/test_util.py::TestCygpath::test_cygpath_ok[D:/Apps\\fOO-/cygdrive/d/Apps/fOO] SKIPPED
599 test/test_util.py::TestCygpath::test_cygpath_ok[D:\\Apps/123-/cygdrive/d/Apps/123] SKIPPED
600 test/test_util.py::TestCygpath::test_cygpath_ok[\\\\?\\UNC\\server\\D$\\Apps-//server/D$/Apps] SKIPPED
601 test/test_util.py::TestCygpath::test_cygpath_ok[\\\\?\\a:/com-/cygdrive/a/com] SKIPPED
602 test/test_util.py::TestCygpath::test_cygpath_ok[\\\\?\\a:\\com-/cygdrive/a/com] SKIPPED
603 test/test_util.py::TestCygpath::test_cygpath_ok[\\\\server\\BAR/-//server/BAR/] SKIPPED
604 test/test_util.py::TestCygpath::test_cygpath_ok[\\\\server\\C$-//server/C$] SKIPPED
605 test/test_util.py::TestCygpath::test_cygpath_ok[\\\\server\\C$\\Users-//server/C$/Users] SKIPPED
606 test/test_util.py::TestCygpath::test_cygpath_ok[\\\\server\\c$\\-//server/c$/] SKIPPED
607 test/test_util.py::TestCygpath::test_cygpath_ok[foo/bar-foo/bar] SKIPPED
608 test/test_util.py::TestCygpath::test_cygpath_ok[foo\\bar-foo/bar] SKIPPED
609 test/test_util.py::TestCygpath::test_decygpath[C:\\-/cygdrive/c/] SKIPPED
610 test/test_util.py::TestCygpath::test_decygpath[C:\\Users-/cygdrive/c/Users] SKIPPED
611 test/test_util.py::TestCygpath::test_decygpath[C:\\d/e-/cygdrive/c/d/e] SKIPPED
612 test/test_util.py::TestCygpath::test_decygpath[D:/Apps-/cygdrive/d/Apps] SKIPPED
613 test/test_util.py::TestCygpath::test_decygpath[D:/Apps\\fOO-/cygdrive/d/Apps/fOO] SKIPPED
614 test/test_util.py::TestCygpath::test_decygpath[D:\\Apps/123-/cygdrive/d/Apps/123] SKIPPED
615 test/test_util.py::TestCygpath::test_decygpath[\\\\server\\BAR/-//server/BAR/] SKIPPED
616 test/test_util.py::TestCygpath::test_decygpath[\\\\server\\C$-//server/C$] SKIPPED
617 test/test_util.py::TestCygpath::test_decygpath[\\\\server\\C$\\Users-//server/C$/Users] SKIPPED
618 test/test_util.py::TestCygpath::test_decygpath[\\\\server\\c$\\-//server/c$/] SKIPPED
619 test/test_util.py::TestCygpath::test_decygpath[foo/bar-foo/bar] SKIPPED
620 test/test_util.py::TestCygpath::test_decygpath[foo\\bar-foo/bar] SKIPPED
621 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS- -False] SKIPPED
622 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS- no -False] SKIPPED
623 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS- yes -True] SKIPPED
624 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS--False] SKIPPED
625 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-0-False] SKIPPED
626 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-1-True] SKIPPED
627 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-False-False] SKIPPED
628 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-NO-False] SKIPPED
629 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-None-True] SKIPPED
630 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-True-True] SKIPPED
631 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-YES-True] SKIPPED
632 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-false-False] SKIPPED
633 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-no-False] SKIPPED
634 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-true-True] SKIPPED
635 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_FREEZE_ERRORS-yes-True] SKIPPED
636 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS- -False] SKIPPED
637 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS- no -False] SKIPPED
638 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS- yes -True] SKIPPED
639 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS--False] SKIPPED
640 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-0-False] SKIPPED
641 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-1-True] SKIPPED
642 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-False-False] SKIPPED
643 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-NO-False] SKIPPED
644 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-None-True] SKIPPED
645 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-True-True] SKIPPED
646 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-YES-True] SKIPPED
647 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-false-False] SKIPPED
648 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-no-False] SKIPPED
649 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-true-True] SKIPPED
650 test/test_util.py::TestEnvParsing::test_env_vars_for_windows_tests[HIDE_WINDOWS_KNOWN_ERRORS-yes-True] SKIPPED
651 test/test_util.py::TestRmtree::test_avoids_changing_permissions_outside_tree PASSED
652 test/test_util.py::TestRmtree::test_deletes_dir_with_readonly_files PASSED
653 test/test_util.py::TestRmtree::test_deletes_nested_dir_with_files PASSED
654 test/test_util.py::TestRmtree::test_does_not_wrap_other_errors[False] PASSED
655 test/test_util.py::TestRmtree::test_does_not_wrap_other_errors[True] PASSED
656 test/test_util.py::TestRmtree::test_does_not_wrap_perm_error_unless_enabled[False] PASSED
657 test/test_util.py::TestRmtree::test_does_not_wrap_perm_error_unless_enabled[True] PASSED
658 test/test_util.py::TestRmtree::test_wraps_perm_error_if_enabled SKIPPED
659 test/test_util.py::TestUtils::test_actor PASSED
660 test/test_util.py::TestUtils::test_actor_from_string PASSED
661 test/test_util.py::TestUtils::test_actor_get_uid_laziness_called PASSED
662 test/test_util.py::TestUtils::test_actor_get_uid_laziness_not_called PASSED
663 test/test_util.py::TestUtils::test_altz_to_utctz_str PASSED
664 test/test_util.py::TestUtils::test_blocking_lock_file PASSED
665 test/test_util.py::TestUtils::test_from_timestamp PASSED
666 test/test_util.py::TestUtils::test_it_should_dashify PASSED
667 test/test_util.py::TestUtils::test_iterable_list_1___name______ PASSED
668 test/test_util.py::TestUtils::test_iterable_list_2___name____prefix___ PASSED
669 test/test_util.py::TestUtils::test_lock_file PASSED
670 test/test_util.py::TestUtils::test_parse_date PASSED
671 test/test_util.py::TestUtils::test_pickle_tzoffset PASSED
672 test/test_util.py::TestUtils::test_remove_password_from_command_line PASSED
673 test/test_util.py::TestUtils::test_user_id PASSED
674 test/test_util.py::TestUtils::test_utctz_to_altz PASSED
676 ================================== XFAILURES ===================================
677 $(PYTHON_DIR)/unittest/case.py:830: AssertionError: 211 != 1
679 =========================== short test summary info ============================
680 ======== 590 passed, 73 skipped, 1 xfailed, 3 warnings ========