perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / dulwich / test / results-all.master
blob76427612ef43056d4a97295a77bb831a202ebe17
1 $(PYTHON_DIR)/vendor-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
2   "cipher": algorithms.TripleDES,
3 $(PYTHON_DIR)/vendor-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0.
4   "class": algorithms.TripleDES,
5 test_empty (tests.test_archive.ArchiveTests) ... ok
6 test_gzip_mtime (tests.test_archive.ArchiveTests) ... ok
7 test_prefix (tests.test_archive.ArchiveTests) ... ok
8 test_same_file (tests.test_archive.ArchiveTests) ... ok
9 test_simple (tests.test_archive.ArchiveTests) ... ok
10 test_unicode (tests.test_archive.ArchiveTests) ... ok
11 test_basic (tests.test_blackbox.GitReceivePackTests) ... ok
12 test_missing_arg (tests.test_blackbox.GitReceivePackTests) ... ok
13 test_missing_arg (tests.test_blackbox.GitUploadPackTests) ... ok
14 test_roundtrip_bundle (tests.test_bundle.BundleTests) ... ok
15 test_annotated (tests.test_client.CheckWantsTests) ... ok
16 test_fine (tests.test_client.CheckWantsTests) ... ok
17 test_missing (tests.test_client.CheckWantsTests) ... ok
18 test_config_no_proxy (tests.test_client.DefaultUrllib3ManagerTest) ... ok
19 test_config_no_proxy_custom_cls (tests.test_client.DefaultUrllib3ManagerTest) ... ok
20 test_config_no_ssl (tests.test_client.DefaultUrllib3ManagerTest) ... ok
21 test_config_no_verify_ssl (tests.test_client.DefaultUrllib3ManagerTest) ... ok
22 test_config_proxy (tests.test_client.DefaultUrllib3ManagerTest) ... ok
23 test_config_proxy_creds (tests.test_client.DefaultUrllib3ManagerTest) ... ok
24 test_config_proxy_custom_cls (tests.test_client.DefaultUrllib3ManagerTest) ... ok
25 test_config_ssl (tests.test_client.DefaultUrllib3ManagerTest) ... ok
26 test_environment_empty_proxy (tests.test_client.DefaultUrllib3ManagerTest) ... ok
27 test_environment_no_proxy_1 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
28 test_environment_no_proxy_2 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
29 test_environment_no_proxy_3 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
30 test_environment_no_proxy_4 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
31 test_environment_no_proxy_5 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
32 test_environment_no_proxy_6 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
33 test_environment_no_proxy_ipv4_address_1 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
34 test_environment_no_proxy_ipv4_address_2 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
35 test_environment_no_proxy_ipv4_address_3 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
36 test_environment_no_proxy_ipv6_address_1 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
37 test_environment_no_proxy_ipv6_address_2 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
38 test_environment_no_proxy_ipv6_address_3 (tests.test_client.DefaultUrllib3ManagerTest) ... ok
39 test_environment_proxy (tests.test_client.DefaultUrllib3ManagerTest) ... ok
40 test_no_config (tests.test_client.DefaultUrllib3ManagerTest) ... ok
41 test_eq (tests.test_client.FetchPackResultTests) ... ok
42 test_archive_ack (tests.test_client.GitClientTests) ... ok
43 test_caps (tests.test_client.GitClientTests) ... ok
44 test_fetch_empty (tests.test_client.GitClientTests) ... ok
45 test_fetch_pack_ignores_magic_ref (tests.test_client.GitClientTests) ... ok
46 test_fetch_pack_none (tests.test_client.GitClientTests) ... ok
47 test_send_pack_delete_only (tests.test_client.GitClientTests) ... ok
48 test_send_pack_keep_and_delete (tests.test_client.GitClientTests) ... ok
49 test_send_pack_new_ref (tests.test_client.GitClientTests) ... ok
50 test_send_pack_new_ref_only (tests.test_client.GitClientTests) ... ok
51 test_send_pack_no_deleteref_delete_only (tests.test_client.GitClientTests) ... ok
52 test_send_pack_no_sideband64k_with_update_ref_error (tests.test_client.GitClientTests) ... ok
53 test_send_pack_none (tests.test_client.GitClientTests) ... ok
54 test_match_with_matching_username (tests.test_client.GitCredentialStoreTests) ... ok
55 test_match_without_username (tests.test_client.GitCredentialStoreTests) ... ok
56 test_no_match_with_nonmatching_username (tests.test_client.GitCredentialStoreTests) ... ok
57 test_nonmatching_hostname (tests.test_client.GitCredentialStoreTests) ... ok
58 test_nonmatching_scheme (tests.test_client.GitCredentialStoreTests) ... ok
59 test_from_parsedurl_on_url_with_quoted_credentials (tests.test_client.HttpGitClientTests) ... ok
60 test_from_parsedurl_username_only (tests.test_client.HttpGitClientTests) ... ok
61 test_get_url (tests.test_client.HttpGitClientTests) ... ok
62 test_get_url_bytes_path (tests.test_client.HttpGitClientTests) ... ok
63 test_get_url_with_username_and_passwd (tests.test_client.HttpGitClientTests) ... ok
64 test_init_no_username_passwd (tests.test_client.HttpGitClientTests) ... ok
65 test_init_username_passwd_set (tests.test_client.HttpGitClientTests) ... ok
66 test_init_username_set_no_password (tests.test_client.HttpGitClientTests) ... ok
67 test_smart_request_content_type_with_directive_check (tests.test_client.HttpGitClientTests) ... ok
68 test_url_redirect_location (tests.test_client.HttpGitClientTests) ... ok
69 test_urllib3_protocol_error (tests.test_client.HttpGitClientTests) ... ok
70 test_clone (tests.test_client.LocalGitClientTests) ... ok
71 test_fetch_empty (tests.test_client.LocalGitClientTests) ... ok
72 test_fetch_into_empty (tests.test_client.LocalGitClientTests) ... ok
73 test_fetch_pack_none (tests.test_client.LocalGitClientTests) ... ok
74 test_get_refs (tests.test_client.LocalGitClientTests) ... ok
75 test_get_url (tests.test_client.LocalGitClientTests) ... ok
76 test_send_pack_with_changes (tests.test_client.LocalGitClientTests) ... ok
77 test_send_pack_without_changes (tests.test_client.LocalGitClientTests) ... ok
78 test_run_command_dashes (tests.test_client.PLinkSSHVendorTests) ... ok
79 test_run_command_password (tests.test_client.PLinkSSHVendorTests) ... ok
80 test_run_command_password_and_privkey (tests.test_client.PLinkSSHVendorTests) ... ok
81 test_run_command_with_port_username_and_privkey (tests.test_client.PLinkSSHVendorTests) ... ok
82 test_run_with_ssh_command (tests.test_client.PLinkSSHVendorTests) ... ok
83 test_error_line (tests.test_client.RemoteErrorFromStderrTests) ... ok
84 test_no_error_line (tests.test_client.RemoteErrorFromStderrTests) ... ok
85 test_nothing (tests.test_client.RemoteErrorFromStderrTests) ... ok
86 test_invalid_pack (tests.test_client.ReportStatusParserTests) ... ok
87 test_ok (tests.test_client.ReportStatusParserTests) ... ok
88 test_update_refs_error (tests.test_client.ReportStatusParserTests) ... ok
89 test_path (tests.test_client.RsyncUrlTests) ... ok
90 test_simple (tests.test_client.RsyncUrlTests) ... ok
91 test_alternative_command_path (tests.test_client.SSHGitClientTests) ... ok
92 test_alternative_command_path_spaces (tests.test_client.SSHGitClientTests) ... ok
93 test_connect (tests.test_client.SSHGitClientTests) ... ok
94 test_default_command (tests.test_client.SSHGitClientTests) ... ok
95 test_get_url (tests.test_client.SSHGitClientTests) ... ok
96 test_get_url_with_username_and_port (tests.test_client.SSHGitClientTests) ... ok
97 test_ssh_command_precedence (tests.test_client.SSHGitClientTests) ... ok
98 test_run_command_dashes (tests.test_client.SubprocessSSHVendorTests) ... ok
99 test_run_command_password (tests.test_client.SubprocessSSHVendorTests) ... ok
100 test_run_command_password_and_privkey (tests.test_client.SubprocessSSHVendorTests) ... ok
101 test_run_command_with_port_username_and_privkey (tests.test_client.SubprocessSSHVendorTests) ... ok
102 test_run_with_ssh_command (tests.test_client.SubprocessSSHVendorTests) ... ok
103 test_get_url (tests.test_client.TCPGitClientTests) ... ok
104 test_get_url_with_port (tests.test_client.TCPGitClientTests) ... ok
105 test_extract_agent_and_symrefs (tests.test_client.TestExtractAgentAndSymrefs) ... ok
106 test_error (tests.test_client.TestGetTransportAndPath) ... ok
107 test_git_ssh_explicit (tests.test_client.TestGetTransportAndPath) ... ok
108 test_http (tests.test_client.TestGetTransportAndPath) ... ok
109 test_http_auth (tests.test_client.TestGetTransportAndPath) ... ok
110 test_http_auth_with_username (tests.test_client.TestGetTransportAndPath) ... ok
111 test_http_auth_with_username_and_in_url (tests.test_client.TestGetTransportAndPath) ... ok
112 test_http_no_auth (tests.test_client.TestGetTransportAndPath) ... ok
113 test_local (tests.test_client.TestGetTransportAndPath) ... ok
114 test_local_abs_windows_path (tests.test_client.TestGetTransportAndPath) ... skipped 'Behaviour only happens on windows.'
115 test_ssh_abspath_doubleslash (tests.test_client.TestGetTransportAndPath) ... ok
116 test_ssh_explicit (tests.test_client.TestGetTransportAndPath) ... ok
117 test_ssh_host (tests.test_client.TestGetTransportAndPath) ... ok
118 test_ssh_host_relpath (tests.test_client.TestGetTransportAndPath) ... ok
119 test_ssh_implicit (tests.test_client.TestGetTransportAndPath) ... ok
120 test_ssh_port (tests.test_client.TestGetTransportAndPath) ... ok
121 test_ssh_port_explicit (tests.test_client.TestGetTransportAndPath) ... ok
122 test_ssh_relpath (tests.test_client.TestGetTransportAndPath) ... ok
123 test_ssh_user_host (tests.test_client.TestGetTransportAndPath) ... ok
124 test_ssh_user_host_relpath (tests.test_client.TestGetTransportAndPath) ... ok
125 test_tcp (tests.test_client.TestGetTransportAndPath) ... ok
126 test_tcp_port (tests.test_client.TestGetTransportAndPath) ... ok
127 test_username_and_port_explicit (tests.test_client.TestGetTransportAndPath) ... ok
128 test_username_and_port_explicit_unknown_scheme (tests.test_client.TestGetTransportAndPath) ... ok
129 test_error (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
130 test_file (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
131 test_file_win (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
132 test_http (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
133 test_http_port (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
134 test_local_path (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
135 test_ssh_explicit (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
136 test_ssh_homepath (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
137 test_ssh_host_relpath (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
138 test_ssh_port_explicit (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
139 test_ssh_port_homepath (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
140 test_ssh_user_host_relpath (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
141 test_tcp (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
142 test_tcp_port (tests.test_client.TestGetTransportAndPathFromUrl) ... ok
143 test_apply (tests.test_config.ApplyInsteadOfTests) ... ok
144 test_apply_multiple (tests.test_config.ApplyInsteadOfTests) ... ok
145 test_none (tests.test_config.ApplyInsteadOfTests) ... ok
146 test_invalid (tests.test_config.CheckSectionNameTests) ... ok
147 test_valid (tests.test_config.CheckSectionNameTests) ... ok
148 test_invalid (tests.test_config.CheckVariableNameTests) ... ok
149 test_valid (tests.test_config.CheckVariableNameTests) ... ok
150 test_dict (tests.test_config.ConfigDictTests) ... ok
151 test_get_boolean (tests.test_config.ConfigDictTests) ... ok
152 test_get_set (tests.test_config.ConfigDictTests) ... ok
153 test_items (tests.test_config.ConfigDictTests) ... ok
154 test_items_nonexistant (tests.test_config.ConfigDictTests) ... ok
155 test_sections (tests.test_config.ConfigDictTests) ... ok
156 test_closing_bracket_within_section_string (tests.test_config.ConfigFileTests) ... ok
157 test_comment_after_section (tests.test_config.ConfigFileTests) ... ok
158 test_comment_after_variable (tests.test_config.ConfigFileTests) ... ok
159 test_comment_before_section (tests.test_config.ConfigFileTests) ... ok
160 test_comment_character_within_section_string (tests.test_config.ConfigFileTests) ... ok
161 test_comment_character_within_value_string (tests.test_config.ConfigFileTests) ... ok
162 test_default_config (tests.test_config.ConfigFileTests) ... ok
163 test_empty (tests.test_config.ConfigFileTests) ... ok
164 test_empty_line_before_section (tests.test_config.ConfigFileTests) ... ok
165 test_eq (tests.test_config.ConfigFileTests) ... ok
166 test_from_file_empty (tests.test_config.ConfigFileTests) ... ok
167 test_from_file_multiple (tests.test_config.ConfigFileTests) ... ok
168 test_from_file_section (tests.test_config.ConfigFileTests) ... ok
169 test_from_file_section_case_insensitive_lower (tests.test_config.ConfigFileTests) ... ok
170 test_from_file_section_case_insensitive_mixed (tests.test_config.ConfigFileTests) ... ok
171 test_from_file_section_with_open_brackets (tests.test_config.ConfigFileTests) ... ok
172 test_from_file_subsection (tests.test_config.ConfigFileTests) ... ok
173 test_from_file_subsection_invalid (tests.test_config.ConfigFileTests) ... ok
174 test_from_file_subsection_not_quoted (tests.test_config.ConfigFileTests) ... ok
175 test_from_file_utf8_bom (tests.test_config.ConfigFileTests) ... ok
176 test_from_file_value_with_open_quoted (tests.test_config.ConfigFileTests) ... ok
177 test_from_file_with_boolean_setting (tests.test_config.ConfigFileTests) ... ok
178 test_from_file_with_interrupted_line (tests.test_config.ConfigFileTests) ... ok
179 test_from_file_with_mixed_quoted (tests.test_config.ConfigFileTests) ... ok
180 test_from_file_with_quotes (tests.test_config.ConfigFileTests) ... ok
181 test_quoted (tests.test_config.ConfigFileTests) ... ok
182 test_quoted_multiline (tests.test_config.ConfigFileTests) ... ok
183 test_quoted_newlines_windows (tests.test_config.ConfigFileTests) ... ok
184 test_same_line (tests.test_config.ConfigFileTests) ... ok
185 test_set_hash_gets_quoted (tests.test_config.ConfigFileTests) ... ok
186 test_write_preserve_multivar (tests.test_config.ConfigFileTests) ... ok
187 test_write_to_file_empty (tests.test_config.ConfigFileTests) ... ok
188 test_write_to_file_section (tests.test_config.ConfigFileTests) ... ok
189 test_write_to_file_subsection (tests.test_config.ConfigFileTests) ... ok
190 test_backslash (tests.test_config.EscapeValueTests) ... ok
191 test_newline (tests.test_config.EscapeValueTests) ... ok
192 test_nothing (tests.test_config.EscapeValueTests) ... ok
193 test_not_quoted (tests.test_config.FormatStringTests) ... ok
194 test_quoted (tests.test_config.FormatStringTests) ... ok
195 test_newline (tests.test_config.ParseStringTests) ... ok
196 test_not_quoted (tests.test_config.ParseStringTests) ... ok
197 test_nothing (tests.test_config.ParseStringTests) ... ok
198 test_quote (tests.test_config.ParseStringTests) ... ok
199 test_quoted (tests.test_config.ParseStringTests) ... ok
200 test_tab (tests.test_config.ParseStringTests) ... ok
201 test_default_backends (tests.test_config.StackedConfigTests) ... ok
202 test_windows_config_from_path (tests.test_config.StackedConfigTests) ... skipped 'Windows specific config location.'
203 test_windows_config_from_reg (tests.test_config.StackedConfigTests) ... skipped 'Windows specific config location.'
204 testMalformedSubmodules (tests.test_config.SubmodulesTests) ... ok
205 testSubmodules (tests.test_config.SubmodulesTests) ... ok
206 test_match_partial_url (tests.test_credentials.TestCredentialHelpersUtils) ... ok
207 test_match_urls (tests.test_credentials.TestCredentialHelpersUtils) ... ok
208 test_urlmatch_credential_sections (tests.test_credentials.TestCredentialHelpersUtils) ... ok
209 test_content_rename_gitlink (tests.test_diff_tree.RenameDetectionTest) ... ok
210 test_content_rename_many_to_many (tests.test_diff_tree.RenameDetectionTest) ... ok
211 test_content_rename_many_to_one (tests.test_diff_tree.RenameDetectionTest) ... ok
212 test_content_rename_max_files (tests.test_diff_tree.RenameDetectionTest) ... ok
213 test_content_rename_one_to_many (tests.test_diff_tree.RenameDetectionTest) ... ok
214 test_content_rename_one_to_one (tests.test_diff_tree.RenameDetectionTest) ... ok
215 test_content_rename_one_to_one_ordering (tests.test_diff_tree.RenameDetectionTest) ... ok
216 test_content_rename_swap (tests.test_diff_tree.RenameDetectionTest) ... ok
217 test_content_rename_with_more_deletions (tests.test_diff_tree.RenameDetectionTest) ... ok
218 test_count_blocks (tests.test_diff_tree.RenameDetectionTest) ... ok
219 test_count_blocks_chunks (tests.test_diff_tree.RenameDetectionTest) ... ok
220 test_count_blocks_chunks_extension (tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
221 test_count_blocks_extension (tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
222 test_count_blocks_long_lines (tests.test_diff_tree.RenameDetectionTest) ... ok
223 test_count_blocks_long_lines_extension (tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
224 test_count_blocks_no_newline (tests.test_diff_tree.RenameDetectionTest) ... ok
225 test_count_blocks_no_newline_extension (tests.test_diff_tree.RenameDetectionTest) ... skipped '<function _count_blocks at $(POINTER)> extension not found'
226 test_exact_copy_change_mode (tests.test_diff_tree.RenameDetectionTest) ... ok
227 test_exact_copy_modify (tests.test_diff_tree.RenameDetectionTest) ... ok
228 test_exact_rename_and_different_type (tests.test_diff_tree.RenameDetectionTest) ... ok
229 test_exact_rename_many_to_many (tests.test_diff_tree.RenameDetectionTest) ... ok
230 test_exact_rename_many_to_one (tests.test_diff_tree.RenameDetectionTest) ... ok
231 test_exact_rename_one_to_many (tests.test_diff_tree.RenameDetectionTest) ... ok
232 test_exact_rename_one_to_one (tests.test_diff_tree.RenameDetectionTest) ... ok
233 test_exact_rename_split_different_type (tests.test_diff_tree.RenameDetectionTest) ... ok
234 test_exact_rename_swap (tests.test_diff_tree.RenameDetectionTest) ... ok
235 test_find_copies_harder_content (tests.test_diff_tree.RenameDetectionTest) ... ok
236 test_find_copies_harder_exact (tests.test_diff_tree.RenameDetectionTest) ... ok
237 test_find_copies_harder_with_rewrites (tests.test_diff_tree.RenameDetectionTest) ... ok
238 test_no_renames (tests.test_diff_tree.RenameDetectionTest) ... ok
239 test_rename_threshold (tests.test_diff_tree.RenameDetectionTest) ... ok
240 test_reuse_detector (tests.test_diff_tree.RenameDetectionTest) ... ok
241 test_rewrite_threshold (tests.test_diff_tree.RenameDetectionTest) ... ok
242 test_similarity_score (tests.test_diff_tree.RenameDetectionTest) ... ok
243 test_similarity_score_cache (tests.test_diff_tree.RenameDetectionTest) ... ok
244 test_tree_entry_sort (tests.test_diff_tree.RenameDetectionTest) ... ok
245 test_want_unchanged (tests.test_diff_tree.RenameDetectionTest) ... ok
246 test_is_tree (tests.test_diff_tree.TreeChangesTest) ... ok
247 test_is_tree_extension (tests.test_diff_tree.TreeChangesTest) ... skipped '<function _is_tree at $(POINTER)> extension not found'
248 test_merge_entries (tests.test_diff_tree.TreeChangesTest) ... ok
249 test_merge_entries_extension (tests.test_diff_tree.TreeChangesTest) ... skipped '<function _merge_entries at $(POINTER)> extension not found'
250 test_tree_changes_add_delete (tests.test_diff_tree.TreeChangesTest) ... ok
251 test_tree_changes_change_type (tests.test_diff_tree.TreeChangesTest) ... ok
252 test_tree_changes_change_type_same (tests.test_diff_tree.TreeChangesTest) ... ok
253 test_tree_changes_complex (tests.test_diff_tree.TreeChangesTest) ... ok
254 test_tree_changes_empty (tests.test_diff_tree.TreeChangesTest) ... ok
255 test_tree_changes_for_merge_add_add_same_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
256 test_tree_changes_for_merge_add_content_rename_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
257 test_tree_changes_for_merge_add_exact_rename_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
258 test_tree_changes_for_merge_add_modify_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
259 test_tree_changes_for_merge_add_no_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
260 test_tree_changes_for_merge_delete_delete_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
261 test_tree_changes_for_merge_delete_no_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
262 test_tree_changes_for_merge_modify_modify_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
263 test_tree_changes_for_merge_modify_no_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
264 test_tree_changes_for_merge_modify_rename_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
265 test_tree_changes_for_merge_octopus_delete (tests.test_diff_tree.TreeChangesTest) ... ok
266 test_tree_changes_for_merge_octopus_modify_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
267 test_tree_changes_for_merge_octopus_no_conflict (tests.test_diff_tree.TreeChangesTest) ... ok
268 test_tree_changes_modify_contents (tests.test_diff_tree.TreeChangesTest) ... ok
269 test_tree_changes_modify_mode (tests.test_diff_tree.TreeChangesTest) ... ok
270 test_tree_changes_name_order (tests.test_diff_tree.TreeChangesTest) ... ok
271 test_tree_changes_no_changes (tests.test_diff_tree.TreeChangesTest) ... ok
272 test_tree_changes_prune (tests.test_diff_tree.TreeChangesTest) ... ok
273 test_tree_changes_rename_detector (tests.test_diff_tree.TreeChangesTest) ... ok
274 test_tree_changes_to_tree (tests.test_diff_tree.TreeChangesTest) ... ok
275 test_emit_blob (tests.test_fastexport.GitFastExporterTests) ... skipped 'python-fastimport not available'
276 test_emit_commit (tests.test_fastexport.GitFastExporterTests) ... skipped 'python-fastimport not available'
277 test_commit_handler (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
278 test_commit_handler_markers (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
279 test_file_add (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
280 test_file_copy (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
281 test_file_delete (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
282 test_file_deleteall (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
283 test_file_move (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
284 test_import_stream (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
285 test_reset_handler (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
286 test_reset_handler_default (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
287 test_reset_handler_marker (tests.test_fastexport.GitImportProcessorTests) ... skipped 'python-fastimport not available'
288 test_dest_exists (tests.test_file.FancyRenameTests) ... ok
289 test_dest_opened (tests.test_file.FancyRenameTests) ... skipped 'platform allows overwriting open files'
290 test_no_dest_exists (tests.test_file.FancyRenameTests) ... ok
291 test_abort (tests.test_file.GitFileTests) ... ok
292 test_abort_close (tests.test_file.GitFileTests) ... ok
293 test_abort_close_removed (tests.test_file.GitFileTests) ... ok
294 test_default_mode (tests.test_file.GitFileTests) ... ok
295 test_invalid (tests.test_file.GitFileTests) ... ok
296 test_open_twice (tests.test_file.GitFileTests) ... ok
297 test_readonly (tests.test_file.GitFileTests) ... ok
298 test_write (tests.test_file.GitFileTests) ... ok
299 test_multiple_hybrid (tests.test_grafts.GraftParserTests) ... ok
300 test_no_grafts (tests.test_grafts.GraftParserTests) ... ok
301 test_no_parents (tests.test_grafts.GraftParserTests) ... ok
302 test_parents (tests.test_grafts.GraftParserTests) ... ok
303 test_multiple_hybrid (tests.test_grafts.GraftSerializerTests) ... ok
304 test_no_grafts (tests.test_grafts.GraftSerializerTests) ... ok
305 test_no_parents (tests.test_grafts.GraftSerializerTests) ... ok
306 test_parents (tests.test_grafts.GraftSerializerTests) ... ok
307 test_existing_parent_graft (tests.test_grafts.GraftsInMemoryRepoTests) ... ok
308 test_no_grafts (tests.test_grafts.GraftsInMemoryRepoTests) ... ok
309 test_no_parents_graft (tests.test_grafts.GraftsInMemoryRepoTests) ... ok
310 test_object_store_fail_invalid_parents (tests.test_grafts.GraftsInMemoryRepoTests) ... ok
311 test_remove_graft (tests.test_grafts.GraftsInMemoryRepoTests) ... ok
312 test_existing_parent_graft (tests.test_grafts.GraftsInRepoTests) ... ok
313 test_init_with_empty_info_grafts (tests.test_grafts.GraftsInRepoTests) ... ok
314 test_init_with_info_grafts (tests.test_grafts.GraftsInRepoTests) ... ok
315 test_no_grafts (tests.test_grafts.GraftsInRepoTests) ... ok
316 test_no_parents_graft (tests.test_grafts.GraftsInRepoTests) ... ok
317 test_object_store_fail_invalid_parents (tests.test_grafts.GraftsInRepoTests) ... ok
318 test_remove_graft (tests.test_grafts.GraftsInRepoTests) ... ok
319 test_diverged (tests.test_graph.CanFastForwardTests) ... ok
320 test_ff (tests.test_graph.CanFastForwardTests) ... ok
321 test_ancestor (tests.test_graph.FindMergeBaseTests) ... ok
322 test_another_crossover (tests.test_graph.FindMergeBaseTests) ... ok
323 test_direct_parent (tests.test_graph.FindMergeBaseTests) ... ok
324 test_multiple_lca (tests.test_graph.FindMergeBaseTests) ... ok
325 test_no_common_ancestor (tests.test_graph.FindMergeBaseTests) ... ok
326 test_octopus (tests.test_graph.FindMergeBaseTests) ... ok
327 test_three_way_merge_lca (tests.test_graph.FindMergeBaseTests) ... ok
328 test_WorkList (tests.test_graph.WorkListTest) ... ok
329 test_finder (tests.test_greenthreads.TestGreenThreadsMissingObjectFinder) ... ok
330 test_hook_commit_msg (tests.test_hooks.ShellHookTests) ... ok
331 test_hook_post_commit (tests.test_hooks.ShellHookTests) ... ok
332 test_hook_pre_commit (tests.test_hooks.ShellHookTests) ... ok
333 test_ignored_contents (tests.test_ignore.IgnoreFilterManagerTests) ... ok
334 test_load_ignore (tests.test_ignore.IgnoreFilterManagerTests) ... ok
335 test_load_ignore_ignorecase (tests.test_ignore.IgnoreFilterManagerTests) ... ok
336 test_nested_gitignores (tests.test_ignore.IgnoreFilterManagerTests) ... ok
337 test_stack_first (tests.test_ignore.IgnoreFilterStackTests) ... ok
338 test_excluded (tests.test_ignore.IgnoreFilterTests) ... ok
339 test_include_exclude_include (tests.test_ignore.IgnoreFilterTests) ... ok
340 test_included (tests.test_ignore.IgnoreFilterTests) ... ok
341 test_included_ignorecase (tests.test_ignore.IgnoreFilterTests) ... ok
342 test_manpage (tests.test_ignore.IgnoreFilterTests) ... ok
343 test_regex_special (tests.test_ignore.IgnoreFilterTests) ... ok
344 test_matches (tests.test_ignore.MatchPatternTests) ... ok
345 test_no_matches (tests.test_ignore.MatchPatternTests) ... ok
346 test_read_file (tests.test_ignore.ReadIgnorePatterns) ... ok
347 test_translate (tests.test_ignore.TranslateTests) ... ok
348 test_empty (tests.test_index.BuildIndexTests) ... ok
349 test_git_dir (tests.test_index.BuildIndexTests) ... ok
350 test_git_submodule (tests.test_index.BuildIndexTests) ... ok
351 test_git_submodule_exists (tests.test_index.BuildIndexTests) ... ok
352 test_no_decode_encode (tests.test_index.BuildIndexTests) ... ok
353 test_nonempty (tests.test_index.BuildIndexTests) ... ok
354 test_norewrite (tests.test_index.BuildIndexTests) ... ok
355 test_symlink (tests.test_index.BuildIndexTests) ... ok
356 test_dir (tests.test_index.CleanupModeTests) ... ok
357 test_executable (tests.test_index.CleanupModeTests) ... ok
358 test_file (tests.test_index.CleanupModeTests) ... ok
359 test_submodule (tests.test_index.CleanupModeTests) ... ok
360 test_symlink (tests.test_index.CleanupModeTests) ... ok
361 test_nested (tests.test_index.CommitTreeTests) ... ok
362 test_single_blob (tests.test_index.CommitTreeTests) ... ok
363 test_get_unstaged_changes (tests.test_index.GetUnstagedChangesTests)
364 Unit test for get_unstaged_changes. ... ok
365 test_get_unstaged_changes_removed_replaced_by_directory (tests.test_index.GetUnstagedChangesTests)
366 Unit test for get_unstaged_changes. ... ok
367 test_get_unstaged_changes_removed_replaced_by_link (tests.test_index.GetUnstagedChangesTests)
368 Unit test for get_unstaged_changes. ... ok
369 test_get_unstaged_deleted_changes (tests.test_index.GetUnstagedChangesTests)
370 Unit test for get_unstaged_changes. ... ok
371 test_override_mode (tests.test_index.IndexEntryFromStatTests) ... ok
372 test_simple (tests.test_index.IndexEntryFromStatTests) ... ok
373 test_simple_write (tests.test_index.ReadIndexDictTests) ... ok
374 test_against_empty_tree (tests.test_index.SimpleIndexTestCase) ... ok
375 test_empty (tests.test_index.SimpleIndexTestCase) ... ok
376 test_getitem (tests.test_index.SimpleIndexTestCase) ... ok
377 test_iter (tests.test_index.SimpleIndexTestCase) ... ok
378 test_iterobjects (tests.test_index.SimpleIndexTestCase) ... ok
379 test_len (tests.test_index.SimpleIndexTestCase) ... ok
380 test_simple_write (tests.test_index.SimpleIndexWriterTestCase) ... ok
381 test_fs_to_tree_path_bytes (tests.test_index.TestTreeFSPathConversion) ... ok
382 test_fs_to_tree_path_str (tests.test_index.TestTreeFSPathConversion) ... ok
383 test_tree_to_fs_path (tests.test_index.TestTreeFSPathConversion) ... ok
384 test_default (tests.test_index.TestValidatePathElement) ... ok
385 test_ntfs (tests.test_index.TestValidatePathElement) ... ok
386 test_write_float (tests.test_index.WriteCacheTimeTests) ... ok
387 test_write_int (tests.test_index.WriteCacheTimeTests) ... ok
388 test_write_string (tests.test_index.WriteCacheTimeTests) ... ok
389 test_write_tuple (tests.test_index.WriteCacheTimeTests) ... ok
390 test_create (tests.test_lfs.LFSTests) ... ok
391 test_missing (tests.test_lfs.LFSTests) ... ok
392 test_get_checkin_filter_autocrlf_default (tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
393 test_get_checkin_filter_autocrlf_input (tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
394 test_get_checkin_filter_autocrlf_true (tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
395 test_get_checkout_filter_autocrlf_default (tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
396 test_get_checkout_filter_autocrlf_input (tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
397 test_get_checkout_filter_autocrlf_true (tests.test_line_ending.GetLineEndingAutocrlfFilters) ... ok
398 test_convert_crlf_to_lf (tests.test_line_ending.LineEndingConversion) ... ok
399 test_convert_crlf_to_lf_mixed (tests.test_line_ending.LineEndingConversion) ... ok
400 test_convert_crlf_to_lf_no_op (tests.test_line_ending.LineEndingConversion) ... ok
401 test_convert_lf_to_crlf (tests.test_line_ending.LineEndingConversion) ... ok
402 test_convert_lf_to_crlf_mixed (tests.test_line_ending.LineEndingConversion) ... ok
403 test_convert_lf_to_crlf_no_op (tests.test_line_ending.LineEndingConversion) ... ok
404 test_normalize_to_crlf (tests.test_line_ending.NormalizeBlobTestCase) ... ok
405 test_normalize_to_crlf_binary (tests.test_line_ending.NormalizeBlobTestCase) ... ok
406 test_normalize_to_crlf_no_op (tests.test_line_ending.NormalizeBlobTestCase) ... ok
407 test_normalize_to_lf (tests.test_line_ending.NormalizeBlobTestCase) ... ok
408 test_normalize_to_lf_binary (tests.test_line_ending.NormalizeBlobTestCase) ... ok
409 test_normalize_to_lf_no_op (tests.test_line_ending.NormalizeBlobTestCase) ... ok
410 test_add__null_key (tests.test_lru_cache.TestLRUCache) ... ok
411 test_after_cleanup_larger_than_max (tests.test_lru_cache.TestLRUCache) ... ok
412 test_after_cleanup_none (tests.test_lru_cache.TestLRUCache) ... ok
413 test_by_usage (tests.test_lru_cache.TestLRUCache)
414 Accessing entries bumps them up in priority. ... ok
415 test_cache_size (tests.test_lru_cache.TestLRUCache) ... ok
416 test_cleanup (tests.test_lru_cache.TestLRUCache)
417 Test that we can use a cleanup function. ... ok
418 test_cleanup_2 (tests.test_lru_cache.TestLRUCache) ... ok
419 test_cleanup_on_replace (tests.test_lru_cache.TestLRUCache)
420 Replacing an object should cleanup the old value. ... ok
421 test_cleanup_shrinks_to_after_clean_count (tests.test_lru_cache.TestLRUCache) ... ok
422 test_get (tests.test_lru_cache.TestLRUCache) ... ok
423 test_keys (tests.test_lru_cache.TestLRUCache) ... ok
424 test_len (tests.test_lru_cache.TestLRUCache) ... ok
425 test_map_None (tests.test_lru_cache.TestLRUCache) ... ok
426 test_missing (tests.test_lru_cache.TestLRUCache) ... ok
427 test_overflow (tests.test_lru_cache.TestLRUCache)
428 Adding extra entries will pop out old ones. ... ok
429 test_preserve_last_access_order (tests.test_lru_cache.TestLRUCache) ... ok
430 test_resize_larger (tests.test_lru_cache.TestLRUCache) ... ok
431 test_resize_smaller (tests.test_lru_cache.TestLRUCache) ... ok
432 test_add__null_key (tests.test_lru_cache.TestLRUSizeCache) ... ok
433 test_add_tracks_size (tests.test_lru_cache.TestLRUSizeCache) ... ok
434 test_adding_clears_cache_based_on_size (tests.test_lru_cache.TestLRUSizeCache)
435 The cache is cleared in LRU order until small enough. ... ok
436 test_adding_clears_to_after_cleanup_size (tests.test_lru_cache.TestLRUSizeCache) ... ok
437 test_basic_init (tests.test_lru_cache.TestLRUSizeCache) ... ok
438 test_cleanup (tests.test_lru_cache.TestLRUSizeCache) ... ok
439 test_custom_sizes (tests.test_lru_cache.TestLRUSizeCache) ... ok
440 test_keys (tests.test_lru_cache.TestLRUSizeCache) ... ok
441 test_no_add_over_size (tests.test_lru_cache.TestLRUSizeCache)
442 Adding a large value may not be cached at all. ... ok
443 test_no_add_over_size_cleanup (tests.test_lru_cache.TestLRUSizeCache)
444 If a large value is not cached, we will call cleanup right away. ... ok
445 test_remove_tracks_size (tests.test_lru_cache.TestLRUSizeCache) ... ok
446 test_resize_larger (tests.test_lru_cache.TestLRUSizeCache) ... ok
447 test_resize_smaller (tests.test_lru_cache.TestLRUSizeCache) ... ok
448 test_lookup (tests.test_mailmap.MailmapTests) ... ok
449 test_read (tests.test_mailmap.ReadMailmapTests) ... ok
450 test_chunks (tests.test_objects.BlobReadTests) ... ok
451 test_create_blob_from_string (tests.test_objects.BlobReadTests) ... ok
452 test_decompress_simple_blob (tests.test_objects.BlobReadTests) ... ok
453 test_eq (tests.test_objects.BlobReadTests) ... ok
454 test_hash (tests.test_objects.BlobReadTests) ... ok
455 test_legacy_from_file (tests.test_objects.BlobReadTests) ... ok
456 test_legacy_from_file_compression_level (tests.test_objects.BlobReadTests) ... ok
457 test_parse_empty_blob_object (tests.test_objects.BlobReadTests) ... ok
458 test_parse_legacy_blob (tests.test_objects.BlobReadTests) ... ok
459 test_read_commit_from_file (tests.test_objects.BlobReadTests) ... ok
460 test_read_commit_no_parents (tests.test_objects.BlobReadTests) ... ok
461 test_read_commit_two_parents (tests.test_objects.BlobReadTests) ... ok
462 test_read_tag_from_file (tests.test_objects.BlobReadTests) ... ok
463 test_read_tree_from_file (tests.test_objects.BlobReadTests) ... ok
464 test_read_tree_from_file_parse_count (tests.test_objects.BlobReadTests) ... ok
465 test_set_chunks (tests.test_objects.BlobReadTests) ... ok
466 test_splitlines (tests.test_objects.BlobReadTests) ... ok
467 test_stub_sha (tests.test_objects.BlobReadTests) ... ok
468 test_check_hexsha (tests.test_objects.CheckTests) ... ok
469 test_check_identity (tests.test_objects.CheckTests) ... ok
470 test_check (tests.test_objects.CommitParseTests) ... ok
471 test_check_commit_with_overflow_date (tests.test_objects.CommitParseTests)
472 Date with overflow should raise an ObjectFormatException when checked. ... ok
473 test_check_commit_with_unparseable_time (tests.test_objects.CommitParseTests) ... ok
474 test_check_duplicates (tests.test_objects.CommitParseTests) ... ok
475 test_check_order (tests.test_objects.CommitParseTests) ... ok
476 test_custom (tests.test_objects.CommitParseTests) ... ok
477 test_encoding (tests.test_objects.CommitParseTests) ... ok
478 test_mangled_author_line (tests.test_objects.CommitParseTests)
479 Mangled author line should successfully parse. ... ok
480 test_parse_gpgsig (tests.test_objects.CommitParseTests) ... ok
481 test_parse_header_trailing_newline (tests.test_objects.CommitParseTests) ... ok
482 test_simple (tests.test_objects.CommitParseTests) ... ok
483 test_deserialize (tests.test_objects.CommitSerializationTests) ... ok
484 test_deserialize_mergetag (tests.test_objects.CommitSerializationTests) ... ok
485 test_deserialize_mergetags (tests.test_objects.CommitSerializationTests) ... ok
486 test_encoding (tests.test_objects.CommitSerializationTests) ... ok
487 test_full_tree (tests.test_objects.CommitSerializationTests) ... ok
488 test_neg_timezone (tests.test_objects.CommitSerializationTests) ... ok
489 test_raw_length (tests.test_objects.CommitSerializationTests) ... ok
490 test_serialize_gpgsig (tests.test_objects.CommitSerializationTests) ... ok
491 test_serialize_mergetag (tests.test_objects.CommitSerializationTests) ... ok
492 test_serialize_mergetags (tests.test_objects.CommitSerializationTests) ... ok
493 test_short_timestamp (tests.test_objects.CommitSerializationTests) ... ok
494 test_simple (tests.test_objects.CommitSerializationTests) ... ok
495 test_timezone (tests.test_objects.CommitSerializationTests) ... ok
496 test_format (tests.test_objects.PrettyFormatTreeEntryTests) ... ok
497 test_blob_copy (tests.test_objects.ShaFileCopyTests) ... ok
498 test_commit_copy (tests.test_objects.ShaFileCopyTests) ... ok
499 test_tag_copy (tests.test_objects.ShaFileCopyTests) ... ok
500 test_tree_copy (tests.test_objects.ShaFileCopyTests) ... ok
501 test_blob_serialize (tests.test_objects.ShaFileSerializeTests) ... ok
502 test_commit_serialize (tests.test_objects.ShaFileSerializeTests) ... ok
503 test_tag_serialize (tests.test_objects.ShaFileSerializeTests) ... ok
504 test_tag_serialize_time_error (tests.test_objects.ShaFileSerializeTests) ... ok
505 test_tree_serialize (tests.test_objects.ShaFileSerializeTests) ... ok
506 test_deflated_smaller_window_buffer (tests.test_objects.ShaFileTests) ... ok
507 test_check (tests.test_objects.TagParseTests) ... ok
508 test_check_duplicates (tests.test_objects.TagParseTests) ... ok
509 test_check_order (tests.test_objects.TagParseTests) ... ok
510 test_check_tag_with_overflow_time (tests.test_objects.TagParseTests)
511 Date with overflow should raise an ObjectFormatException when checked. ... ok
512 test_check_tag_with_unparseable_field (tests.test_objects.TagParseTests) ... ok
513 test_parse (tests.test_objects.TagParseTests) ... ok
514 test_parse_no_message (tests.test_objects.TagParseTests) ... ok
515 test_parse_no_tagger (tests.test_objects.TagParseTests) ... ok
516 test_tree_copy_after_update (tests.test_objects.TagParseTests)
517 Check Tree.id is correctly updated when the tree is copied after updated. ... ok
518 test_serialize_none_message (tests.test_objects.TagSerializeTests) ... ok
519 test_serialize_simple (tests.test_objects.TagSerializeTests) ... ok
520 test_reverse (tests.test_objects.TestHexToSha) ... ok
521 test_simple (tests.test_objects.TestHexToSha) ... ok
522 test_format_timezone_cet (tests.test_objects.TimezoneTests) ... ok
523 test_format_timezone_double_negative (tests.test_objects.TimezoneTests) ... ok
524 test_format_timezone_pdt (tests.test_objects.TimezoneTests) ... ok
525 test_format_timezone_pdt_half (tests.test_objects.TimezoneTests) ... ok
526 test_generate_timezone_utc (tests.test_objects.TimezoneTests) ... ok
527 test_generate_timezone_utc_negative (tests.test_objects.TimezoneTests) ... ok
528 test_parse_timezone_cet (tests.test_objects.TimezoneTests) ... ok
529 test_parse_timezone_double_negative (tests.test_objects.TimezoneTests) ... ok
530 test_parse_timezone_pdt (tests.test_objects.TimezoneTests) ... ok
531 test_parse_timezone_pdt_half (tests.test_objects.TimezoneTests) ... ok
532 test_parse_timezone_utc (tests.test_objects.TimezoneTests) ... ok
533 test_parse_timezone_utc_negative (tests.test_objects.TimezoneTests) ... ok
534 test_add (tests.test_objects.TreeTests) ... ok
535 test_check (tests.test_objects.TreeTests) ... ok
536 test_iter (tests.test_objects.TreeTests) ... ok
537 test_parse_tree (tests.test_objects.TreeTests) ... ok
538 test_parse_tree_extension (tests.test_objects.TreeTests) ... skipped 'None extension not found'
539 test_simple (tests.test_objects.TreeTests) ... ok
540 test_sorted_tree_items (tests.test_objects.TreeTests) ... ok
541 test_sorted_tree_items_name_order (tests.test_objects.TreeTests) ... ok
542 test_tree_items_dir_sort (tests.test_objects.TreeTests) ... ok
543 test_tree_iteritems_dir_sort (tests.test_objects.TreeTests) ... ok
544 test_tree_update_id (tests.test_objects.TreeTests) ... ok
545 test_commit_by_sha (tests.test_objectspec.ParseCommitRangeTests) ... ok
546 test_nonexistent (tests.test_objectspec.ParseCommitRangeTests) ... ok
547 test_commit_by_sha (tests.test_objectspec.ParseCommitTests) ... ok
548 test_commit_by_short_sha (tests.test_objectspec.ParseCommitTests) ... ok
549 test_nonexistent (tests.test_objectspec.ParseCommitTests) ... ok
550 test_blob_by_sha (tests.test_objectspec.ParseObjectTests) ... ok
551 test_nonexistent (tests.test_objectspec.ParseObjectTests) ... ok
552 test_ambiguous_head (tests.test_objectspec.ParseRefTests) ... ok
553 test_ambiguous_ref (tests.test_objectspec.ParseRefTests) ... ok
554 test_ambiguous_ref2 (tests.test_objectspec.ParseRefTests) ... ok
555 test_ambiguous_remote (tests.test_objectspec.ParseRefTests) ... ok
556 test_ambiguous_remote_head (tests.test_objectspec.ParseRefTests) ... ok
557 test_ambiguous_tag (tests.test_objectspec.ParseRefTests) ... ok
558 test_heads_full (tests.test_objectspec.ParseRefTests) ... ok
559 test_heads_partial (tests.test_objectspec.ParseRefTests) ... ok
560 test_nonexistent (tests.test_objectspec.ParseRefTests) ... ok
561 test_tags_partial (tests.test_objectspec.ParseRefTests) ... ok
562 test_full (tests.test_objectspec.ParseRefsTests) ... ok
563 test_head (tests.test_objectspec.ParseRefsTests) ... ok
564 test_nonexistent (tests.test_objectspec.ParseRefsTests) ... ok
565 test_default_with_string (tests.test_objectspec.ParseReftupleTests) ... ok
566 test_full (tests.test_objectspec.ParseReftupleTests) ... ok
567 test_head (tests.test_objectspec.ParseReftupleTests) ... ok
568 test_no_left_ref (tests.test_objectspec.ParseReftupleTests) ... ok
569 test_no_right_ref (tests.test_objectspec.ParseReftupleTests) ... ok
570 test_nonexistent (tests.test_objectspec.ParseReftupleTests) ... ok
571 test_full (tests.test_objectspec.ParseReftuplesTests) ... ok
572 test_head (tests.test_objectspec.ParseReftuplesTests) ... ok
573 test_nonexistent (tests.test_objectspec.ParseReftuplesTests) ... ok
574 test_from_commit (tests.test_objectspec.ParseTreeTests) ... ok
575 test_from_ref (tests.test_objectspec.ParseTreeTests) ... ok
576 test_nonexistent (tests.test_objectspec.ParseTreeTests) ... ok
577 test_add_blob (tests.test_object_store.CommitTreeChangesTests) ... ok
578 test_add_blob_in_dir (tests.test_object_store.CommitTreeChangesTests) ... ok
579 test_delete_blob (tests.test_object_store.CommitTreeChangesTests) ... ok
580 test_no_changes (tests.test_object_store.CommitTreeChangesTests) ... ok
581 test_add_alternate_path (tests.test_object_store.DiskObjectStoreTests) ... ok
582 test_add_commit (tests.test_object_store.DiskObjectStoreTests) ... ok
583 test_add_object (tests.test_object_store.DiskObjectStoreTests) ... ok
584 test_add_objects (tests.test_object_store.DiskObjectStoreTests) ... ok
585 test_add_objects_empty (tests.test_object_store.DiskObjectStoreTests) ... ok
586 test_add_pack (tests.test_object_store.DiskObjectStoreTests) ... ok
587 test_add_thin_pack (tests.test_object_store.DiskObjectStoreTests) ... ok
588 test_add_thin_pack_empty (tests.test_object_store.DiskObjectStoreTests) ... ok
589 test_alternates (tests.test_object_store.DiskObjectStoreTests) ... ok
590 test_close (tests.test_object_store.DiskObjectStoreTests) ... ok
591 test_contains_nonexistant (tests.test_object_store.DiskObjectStoreTests) ... ok
592 test_corrupted_object_raise_exception (tests.test_object_store.DiskObjectStoreTests)
593 Corrupted sha1 disk file should raise specific exception. ... ok
594 test_determine_wants_all (tests.test_object_store.DiskObjectStoreTests) ... ok
595 test_determine_wants_all_depth (tests.test_object_store.DiskObjectStoreTests) ... ok
596 test_determine_wants_all_zero (tests.test_object_store.DiskObjectStoreTests) ... ok
597 test_empty_packs (tests.test_object_store.DiskObjectStoreTests) ... ok
598 test_file_modes (tests.test_object_store.DiskObjectStoreTests) ... ok
599 test_get_depth (tests.test_object_store.DiskObjectStoreTests) ... ok
600 test_get_nonexistant (tests.test_object_store.DiskObjectStoreTests) ... ok
601 test_get_raw (tests.test_object_store.DiskObjectStoreTests) ... ok
602 test_iter (tests.test_object_store.DiskObjectStoreTests) ... ok
603 test_iter_prefix (tests.test_object_store.DiskObjectStoreTests) ... ok
604 test_iter_prefix_not_found (tests.test_object_store.DiskObjectStoreTests) ... ok
605 test_iter_tree_contents (tests.test_object_store.DiskObjectStoreTests) ... ok
606 test_iter_tree_contents_include_trees (tests.test_object_store.DiskObjectStoreTests) ... ok
607 test_loose_compression_level (tests.test_object_store.DiskObjectStoreTests) ... ok
608 test_pack_dir (tests.test_object_store.DiskObjectStoreTests) ... ok
609 test_pack_loose_objects (tests.test_object_store.DiskObjectStoreTests) ... ok
610 test_peel_sha (tests.test_object_store.DiskObjectStoreTests) ... ok
611 test_read_alternate_paths (tests.test_object_store.DiskObjectStoreTests) ... ok
612 test_rel_alternative_path (tests.test_object_store.DiskObjectStoreTests) ... ok
613 test_repack (tests.test_object_store.DiskObjectStoreTests) ... ok
614 test_repack_existing (tests.test_object_store.DiskObjectStoreTests) ... ok
615 test_store_resilience (tests.test_object_store.DiskObjectStoreTests)
616 Test if updating an existing stored object doesn't erase the ... ok
617 test_tempfile_in_loose_store (tests.test_object_store.DiskObjectStoreTests) ... ok
618 test_tree_changes (tests.test_object_store.DiskObjectStoreTests) ... ok
619 test_add_commit (tests.test_object_store.MemoryObjectStoreTests) ... ok
620 test_add_object (tests.test_object_store.MemoryObjectStoreTests) ... ok
621 test_add_objects (tests.test_object_store.MemoryObjectStoreTests) ... ok
622 test_add_objects_empty (tests.test_object_store.MemoryObjectStoreTests) ... ok
623 test_add_pack (tests.test_object_store.MemoryObjectStoreTests) ... ok
624 test_add_pack_emtpy (tests.test_object_store.MemoryObjectStoreTests) ... ok
625 test_add_thin_pack (tests.test_object_store.MemoryObjectStoreTests) ... ok
626 test_add_thin_pack_empty (tests.test_object_store.MemoryObjectStoreTests) ... ok
627 test_close (tests.test_object_store.MemoryObjectStoreTests) ... ok
628 test_contains_nonexistant (tests.test_object_store.MemoryObjectStoreTests) ... ok
629 test_determine_wants_all (tests.test_object_store.MemoryObjectStoreTests) ... ok
630 test_determine_wants_all_depth (tests.test_object_store.MemoryObjectStoreTests) ... ok
631 test_determine_wants_all_zero (tests.test_object_store.MemoryObjectStoreTests) ... ok
632 test_get_depth (tests.test_object_store.MemoryObjectStoreTests) ... ok
633 test_get_nonexistant (tests.test_object_store.MemoryObjectStoreTests) ... ok
634 test_get_raw (tests.test_object_store.MemoryObjectStoreTests) ... ok
635 test_iter (tests.test_object_store.MemoryObjectStoreTests) ... ok
636 test_iter_prefix (tests.test_object_store.MemoryObjectStoreTests) ... ok
637 test_iter_prefix_not_found (tests.test_object_store.MemoryObjectStoreTests) ... ok
638 test_iter_tree_contents (tests.test_object_store.MemoryObjectStoreTests) ... ok
639 test_iter_tree_contents_include_trees (tests.test_object_store.MemoryObjectStoreTests) ... ok
640 test_peel_sha (tests.test_object_store.MemoryObjectStoreTests) ... ok
641 test_store_resilience (tests.test_object_store.MemoryObjectStoreTests)
642 Test if updating an existing stored object doesn't erase the ... ok
643 test_tree_changes (tests.test_object_store.MemoryObjectStoreTests) ... ok
644 test_ack_invalid_value (tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
645 test_child_ack_later (tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
646 test_descends (tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
647 test_empty (tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
648 test_only_once (tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
649 test_parent_present (tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
650 test_present (tests.test_object_store.ObjectStoreGraphWalkerTests) ... ok
651 test_add_commit (tests.test_object_store.OverlayObjectStoreTests) ... ok
652 test_add_object (tests.test_object_store.OverlayObjectStoreTests) ... ok
653 test_add_objects (tests.test_object_store.OverlayObjectStoreTests) ... ok
654 test_add_objects_empty (tests.test_object_store.OverlayObjectStoreTests) ... ok
655 test_close (tests.test_object_store.OverlayObjectStoreTests) ... ok
656 test_contains_nonexistant (tests.test_object_store.OverlayObjectStoreTests) ... ok
657 test_determine_wants_all (tests.test_object_store.OverlayObjectStoreTests) ... ok
658 test_determine_wants_all_depth (tests.test_object_store.OverlayObjectStoreTests) ... ok
659 test_determine_wants_all_zero (tests.test_object_store.OverlayObjectStoreTests) ... ok
660 test_get_depth (tests.test_object_store.OverlayObjectStoreTests) ... ok
661 test_get_nonexistant (tests.test_object_store.OverlayObjectStoreTests) ... ok
662 test_get_raw (tests.test_object_store.OverlayObjectStoreTests) ... ok
663 test_iter (tests.test_object_store.OverlayObjectStoreTests) ... ok
664 test_iter_prefix (tests.test_object_store.OverlayObjectStoreTests) ... ok
665 test_iter_prefix_not_found (tests.test_object_store.OverlayObjectStoreTests) ... ok
666 test_iter_tree_contents (tests.test_object_store.OverlayObjectStoreTests) ... ok
667 test_iter_tree_contents_include_trees (tests.test_object_store.OverlayObjectStoreTests) ... ok
668 test_peel_sha (tests.test_object_store.OverlayObjectStoreTests) ... ok
669 test_store_resilience (tests.test_object_store.OverlayObjectStoreTests)
670 Test if updating an existing stored object doesn't erase the ... ok
671 test_tree_changes (tests.test_object_store.OverlayObjectStoreTests) ... ok
672 test_read_packs (tests.test_object_store.TestReadPacksFile) ... ok
673 test_lookup_blob (tests.test_object_store.TreeLookupPathTests) ... ok
674 test_lookup_nonexistent (tests.test_object_store.TreeLookupPathTests) ... ok
675 test_lookup_not_tree (tests.test_object_store.TreeLookupPathTests) ... ok
676 test_lookup_submodule (tests.test_object_store.TreeLookupPathTests) ... ok
677 test_lookup_tree (tests.test_object_store.TreeLookupPathTests) ... ok
678 test_1_to_2 (tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
679 test_1_to_3 (tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
680 test_2_to_3 (tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
681 test_bogus_haves (tests.test_missing_obj_finder.MOFLinearRepoTest)
682 Ensure non-existent SHA in haves are tolerated. ... ok
683 test_bogus_wants_failure (tests.test_missing_obj_finder.MOFLinearRepoTest)
684 Ensure non-existent SHA in wants are not tolerated. ... ok
685 test_no_changes (tests.test_missing_obj_finder.MOFLinearRepoTest) ... ok
686 test_have1_want6 (tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
687 test_have3_want6 (tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
688 test_have4_want7 (tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
689 test_have5_want7 (tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
690 test_have6_want7 (tests.test_missing_obj_finder.MOFMergeForkRepoTest) ... ok
691 test_tagged_blob (tests.test_missing_obj_finder.MOFTagsTest) ... ok
692 test_tagged_commit (tests.test_missing_obj_finder.MOFTagsTest) ... ok
693 test_tagged_tag (tests.test_missing_obj_finder.MOFTagsTest) ... ok
694 test_tagged_tagged_blob (tests.test_missing_obj_finder.MOFTagsTest) ... ok
695 test_tagged_tree (tests.test_missing_obj_finder.MOFTagsTest) ... ok
696 test_bad_ext_ref_non_thin_pack (tests.test_pack.DeltaChainIteratorTests) ... ok
697 test_bad_ext_ref_thin_pack (tests.test_pack.DeltaChainIteratorTests) ... ok
698 test_branchy_chain (tests.test_pack.DeltaChainIteratorTests) ... ok
699 test_ext_ref (tests.test_pack.DeltaChainIteratorTests) ... ok
700 test_ext_ref_chain (tests.test_pack.DeltaChainIteratorTests) ... ok
701 test_ext_ref_chain_degenerate (tests.test_pack.DeltaChainIteratorTests) ... ok
702 test_ext_ref_deltified_object_based_on_itself (tests.test_pack.DeltaChainIteratorTests) ... ok
703 test_ext_ref_multiple_times (tests.test_pack.DeltaChainIteratorTests) ... ok
704 test_long_chain (tests.test_pack.DeltaChainIteratorTests) ... ok
705 test_mixed_chain (tests.test_pack.DeltaChainIteratorTests) ... ok
706 test_multiple_ext_refs (tests.test_pack.DeltaChainIteratorTests) ... ok
707 test_no_deltas (tests.test_pack.DeltaChainIteratorTests) ... ok
708 test_ofs_and_ref_deltas (tests.test_pack.DeltaChainIteratorTests) ... ok
709 test_ofs_deltas (tests.test_pack.DeltaChainIteratorTests) ... ok
710 test_ofs_deltas_chain (tests.test_pack.DeltaChainIteratorTests) ... ok
711 test_ref_deltas (tests.test_pack.DeltaChainIteratorTests) ... ok
712 test_ref_deltas_chain (tests.test_pack.DeltaChainIteratorTests) ... ok
713 test_basic (tests.test_pack.DeltaEncodeSizeTests) ... ok
714 test_empty (tests.test_pack.DeltifyTests) ... ok
715 test_simple_delta (tests.test_pack.DeltifyTests) ... ok
716 test_single (tests.test_pack.DeltifyTests) ... ok
717 test_basic (tests.test_pack.EncodeCopyOperationTests) ... ok
718 test_get_stored_checksum (tests.test_pack.PackIndexTests) ... ok
719 test_index_check (tests.test_pack.PackIndexTests) ... ok
720 test_index_len (tests.test_pack.PackIndexTests) ... ok
721 test_iter (tests.test_pack.PackIndexTests) ... ok
722 test_iter_prefix (tests.test_pack.PackIndexTests) ... ok
723 test_iterentries (tests.test_pack.PackIndexTests) ... ok
724 test_object_offset (tests.test_pack.PackIndexTests)
725 Tests that the correct object offset is returned from the index. ... ok
726 test_object_sha1 (tests.test_pack.PackIndexTests)
727 Tests that the correct object offset is returned from the index. ... ok
728 test_decompress_buffer_size_1 (tests.test_pack.ReadZlibTests) ... ok
729 test_decompress_buffer_size_2 (tests.test_pack.ReadZlibTests) ... ok
730 test_decompress_buffer_size_3 (tests.test_pack.ReadZlibTests) ... ok
731 test_decompress_buffer_size_4 (tests.test_pack.ReadZlibTests) ... ok
732 test_decompress_empty (tests.test_pack.ReadZlibTests) ... ok
733 test_decompress_include_comp (tests.test_pack.ReadZlibTests) ... ok
734 test_decompress_no_crc32 (tests.test_pack.ReadZlibTests) ... ok
735 test_decompress_size (tests.test_pack.ReadZlibTests) ... ok
736 test_decompress_truncated (tests.test_pack.ReadZlibTests) ... ok
737 test_simple_decompress (tests.test_pack.ReadZlibTests) ... ok
738 test_empty (tests.test_pack.TestMemoryIndexWriting) ... ok
739 test_large (tests.test_pack.TestMemoryIndexWriting) ... ok
740 test_single (tests.test_pack.TestMemoryIndexWriting) ... ok
741 test_checksum_mismatch (tests.test_pack.TestPack) ... ok
742 test_commit_obj (tests.test_pack.TestPack) ... ok
743 test_contains (tests.test_pack.TestPack) ... ok
744 test_copy (tests.test_pack.TestPack) ... ok
745 test_get (tests.test_pack.TestPack) ... ok
746 test_get_object_at (tests.test_pack.TestPack)
747 Tests random access for non-delta objects. ... ok
748 test_iter (tests.test_pack.TestPack) ... ok
749 test_iterobjects (tests.test_pack.TestPack) ... ok
750 test_iterobjects_2 (tests.test_pack.TestPack) ... ok
751 test_iterobjects_subset (tests.test_pack.TestPack) ... ok
752 test_keep_message (tests.test_pack.TestPack) ... ok
753 test_keep_no_message (tests.test_pack.TestPack) ... ok
754 test_len (tests.test_pack.TestPack) ... ok
755 test_length_mismatch (tests.test_pack.TestPack) ... ok
756 test_name (tests.test_pack.TestPack) ... ok
757 test_pack_tuples (tests.test_pack.TestPack) ... ok
758 test_compute_file_sha (tests.test_pack.TestPackData) ... ok
759 test_compute_file_sha_short_file (tests.test_pack.TestPackData) ... ok
760 test_create_index_v1 (tests.test_pack.TestPackData) ... ok
761 test_create_index_v2 (tests.test_pack.TestPackData) ... ok
762 test_create_pack (tests.test_pack.TestPackData) ... ok
763 test_from_file (tests.test_pack.TestPackData) ... ok
764 test_index_check (tests.test_pack.TestPackData) ... ok
765 test_iter_unpacked (tests.test_pack.TestPackData) ... ok
766 test_iterentries (tests.test_pack.TestPackData) ... ok
767 test_pack_len (tests.test_pack.TestPackData) ... ok
768 test_change (tests.test_pack.TestPackDeltas) ... ok
769 test_dest_overflow (tests.test_pack.TestPackDeltas) ... ok
770 test_empty_to_big (tests.test_pack.TestPackDeltas) ... ok
771 test_empty_to_huge (tests.test_pack.TestPackDeltas) ... ok
772 test_huge_copy (tests.test_pack.TestPackDeltas) ... ok
773 test_nochange (tests.test_pack.TestPackDeltas) ... ok
774 test_nochange_huge (tests.test_pack.TestPackDeltas) ... ok
775 test_pypy_issue (tests.test_pack.TestPackDeltas) ... ok
776 test_rewrite (tests.test_pack.TestPackDeltas) ... ok
777 test_empty (tests.test_pack.TestPackIndexWritingv1) ... ok
778 test_large (tests.test_pack.TestPackIndexWritingv1) ... ok
779 test_single (tests.test_pack.TestPackIndexWritingv1) ... ok
780 test_empty (tests.test_pack.TestPackIndexWritingv2) ... ok
781 test_large (tests.test_pack.TestPackIndexWritingv2) ... ok
782 test_single (tests.test_pack.TestPackIndexWritingv2) ... ok
783 test_read_objects (tests.test_pack.TestPackStreamReader) ... ok
784 test_read_objects_buffered (tests.test_pack.TestPackStreamReader) ... ok
785 test_read_objects_empty (tests.test_pack.TestPackStreamReader) ... ok
786 test_read_objects_emtpy (tests.test_pack.TestPackStreamReader) ... ok
787 test_get_raw (tests.test_pack.TestThinPack) ... ok
788 test_get_unpacked_object (tests.test_pack.TestThinPack) ... ok
789 test_iterobjects (tests.test_pack.TestThinPack) ... ok
790 test_write_pack_header (tests.test_pack.WritePackTests) ... ok
791 test_write_pack_object (tests.test_pack.WritePackTests) ... ok
792 test_write_pack_object_compression_level (tests.test_pack.WritePackTests) ... ok
793 test_write_pack_object_sha (tests.test_pack.WritePackTests) ... ok
794 test_blob_add (tests.test_patch.DiffTests) ... ok
795 test_blob_diff (tests.test_patch.DiffTests) ... ok
796 test_blob_remove (tests.test_patch.DiffTests) ... ok
797 test_object_diff_add_bin_blob (tests.test_patch.DiffTests) ... ok
798 test_object_diff_add_blob (tests.test_patch.DiffTests) ... ok
799 test_object_diff_bin_blob (tests.test_patch.DiffTests) ... ok
800 test_object_diff_bin_blob_force (tests.test_patch.DiffTests) ... ok
801 test_object_diff_blob (tests.test_patch.DiffTests) ... ok
802 test_object_diff_kind_change (tests.test_patch.DiffTests) ... ok
803 test_object_diff_remove_bin_blob (tests.test_patch.DiffTests) ... ok
804 test_object_diff_remove_blob (tests.test_patch.DiffTests) ... ok
805 test_tree_diff (tests.test_patch.DiffTests) ... ok
806 test_tree_diff_submodule (tests.test_patch.DiffTests) ... ok
807 test_simple (tests.test_patch.GetSummaryTests) ... ok
808 test_extract_bytes (tests.test_patch.ReadGitAmPatch) ... ok
809 test_extract_mercurial (tests.test_patch.ReadGitAmPatch) ... skipped "git_am_patch_split doesn't handle Mercurial patches properly yet"
810 test_extract_no_version_tail (tests.test_patch.ReadGitAmPatch) ... ok
811 test_extract_pseudo_from_header (tests.test_patch.ReadGitAmPatch) ... ok
812 test_extract_spaces (tests.test_patch.ReadGitAmPatch) ... ok
813 test_extract_string (tests.test_patch.ReadGitAmPatch) ... ok
814 test_simple_bytesio (tests.test_patch.WriteCommitPatchTests) ... ok
815 test_simple (tests.test_porcelain.ActiveBranchTests) ... ok
816 test_add_default_paths (tests.test_porcelain.AddTests) ... ok
817 test_add_default_paths_subdir (tests.test_porcelain.AddTests) ... ok
818 test_add_file (tests.test_porcelain.AddTests) ... ok
819 test_add_file_absolute_path (tests.test_porcelain.AddTests) ... ok
820 test_add_file_clrf_conversion (tests.test_porcelain.AddTests) ... ok
821 test_add_ignored (tests.test_porcelain.AddTests) ... ok
822 test_add_not_in_repo (tests.test_porcelain.AddTests) ... ok
823 test_simple (tests.test_porcelain.ArchiveTests) ... ok
824 test_branch_exists (tests.test_porcelain.BranchCreateTests) ... ok
825 test_new_branch (tests.test_porcelain.BranchCreateTests) ... ok
826 test_simple (tests.test_porcelain.BranchDeleteTests) ... ok
827 test_simple_unicode (tests.test_porcelain.BranchDeleteTests) ... ok
828 test_new_branch (tests.test_porcelain.BranchListTests) ... ok
829 test_standard (tests.test_porcelain.BranchListTests) ... ok
830 test_check_added_abs (tests.test_porcelain.CheckIgnoreTests) ... ok
831 test_check_added_rel (tests.test_porcelain.CheckIgnoreTests) ... ok
832 test_check_ignored (tests.test_porcelain.CheckIgnoreTests) ... ok
833 test_checkout_remote_branch (tests.test_porcelain.CheckoutTests) ... ok
834 test_checkout_remote_branch_then_master_then_remote_branch_again (tests.test_porcelain.CheckoutTests) ... ok
835 test_checkout_to_branch_with_added_files (tests.test_porcelain.CheckoutTests) ... ok
836 test_checkout_to_branch_with_file_in_sub_directory (tests.test_porcelain.CheckoutTests) ... ok
837 test_checkout_to_branch_with_modified_file_not_present (tests.test_porcelain.CheckoutTests) ... ok
838 test_checkout_to_branch_with_modified_file_not_present_forced (tests.test_porcelain.CheckoutTests) ... ok
839 test_checkout_to_branch_with_modified_files (tests.test_porcelain.CheckoutTests) ... ok
840 test_checkout_to_branch_with_multiple_files_in_sub_directory (tests.test_porcelain.CheckoutTests) ... ok
841 test_checkout_to_branch_with_new_files (tests.test_porcelain.CheckoutTests) ... ok
842 test_checkout_to_branch_with_unstaged_files (tests.test_porcelain.CheckoutTests) ... ok
843 test_checkout_to_branch_with_untracked_files (tests.test_porcelain.CheckoutTests) ... ok
844 test_checkout_to_commit_sha (tests.test_porcelain.CheckoutTests) ... ok
845 test_checkout_to_existing_branch (tests.test_porcelain.CheckoutTests) ... ok
846 test_checkout_to_head (tests.test_porcelain.CheckoutTests) ... ok
847 test_checkout_to_non_existing_branch (tests.test_porcelain.CheckoutTests) ... ok
848 test_checkout_with_deleted_files (tests.test_porcelain.CheckoutTests) ... ok
849 test_from_root (tests.test_porcelain.CleanTests) ... ok
850 test_from_subdir (tests.test_porcelain.CleanTests) ... ok
851 test_bare_local_with_checkout (tests.test_porcelain.CloneTests) ... ok
852 test_detached_head (tests.test_porcelain.CloneTests) ... ok
853 test_fetch_symref (tests.test_porcelain.CloneTests) ... ok
854 test_no_checkout_with_bare (tests.test_porcelain.CloneTests) ... ok
855 test_no_head_no_checkout (tests.test_porcelain.CloneTests) ... ok
856 test_no_head_no_checkout_outstream_errstream_autofallback (tests.test_porcelain.CloneTests) ... ok
857 test_simple_local (tests.test_porcelain.CloneTests) ... ok
858 test_simple_local_with_checkout (tests.test_porcelain.CloneTests) ... ok
859 test_source_broken (tests.test_porcelain.CloneTests) ... ok
860 test_default_key (tests.test_porcelain.CommitSignTests) ... skipped 'gpg is not available'
861 test_non_default_key (tests.test_porcelain.CommitSignTests) ... skipped 'gpg is not available'
862 test_custom_author (tests.test_porcelain.CommitTests) ... ok
863 test_no_verify (tests.test_porcelain.CommitTests) ... ok
864 test_timezone (tests.test_porcelain.CommitTests) ... ok
865 test_unicode (tests.test_porcelain.CommitTests) ... ok
866 test_simple (tests.test_porcelain.CommitTreeTests) ... ok
867 test_no_commits (tests.test_porcelain.DescribeTests) ... ok
868 test_single_commit (tests.test_porcelain.DescribeTests) ... ok
869 test_tag (tests.test_porcelain.DescribeTests) ... ok
870 test_tag_and_commit (tests.test_porcelain.DescribeTests) ... ok
871 test_tag_and_commit_full (tests.test_porcelain.DescribeTests) ... ok
872 test_empty (tests.test_porcelain.DiffTreeTests) ... ok
873 test_simple (tests.test_porcelain.FetchTests) ... ok
874 test_with_remote_name (tests.test_porcelain.FetchTests) ... ok
875 test_simple (tests.test_porcelain.FindUniqueAbbrevTests) ... ok
876 test_for_each_ref (tests.test_porcelain.ForEachTests) ... ok
877 test_for_each_ref_pattern (tests.test_porcelain.ForEachTests) ... ok
878 test_git_dir (tests.test_porcelain.FsckTests) ... ok
879 test_none (tests.test_porcelain.FsckTests) ... ok
880 test_encoding (tests.test_porcelain.GetObjectByPathTests) ... ok
881 test_missing (tests.test_porcelain.GetObjectByPathTests) ... ok
882 test_simple (tests.test_porcelain.GetObjectByPathTests) ... ok
883 test_bare (tests.test_porcelain.InitTests) ... ok
884 test_non_bare (tests.test_porcelain.InitTests) ... ok
885 test_max_entries (tests.test_porcelain.LogTests) ... ok
886 test_simple (tests.test_porcelain.LogTests) ... ok
887 test_empty (tests.test_porcelain.LsFilesTests) ... ok
888 test_simple (tests.test_porcelain.LsFilesTests) ... ok
889 test_empty (tests.test_porcelain.LsRemoteTests) ... ok
890 test_some (tests.test_porcelain.LsRemoteTests) ... ok
891 test_empty (tests.test_porcelain.LsTreeTests) ... ok
892 test_recursive (tests.test_porcelain.LsTreeTests) ... ok
893 test_simple (tests.test_porcelain.LsTreeTests) ... ok
894 test_mailmap_lookup (tests.test_porcelain.MailmapTests) ... ok
895 test_no_mailmap (tests.test_porcelain.MailmapTests) ... ok
896 test_all (tests.test_porcelain.PackRefsTests) ... ok
897 test_not_all (tests.test_porcelain.PackRefsTests) ... ok
898 test_path_to_tree_path_base (tests.test_porcelain.PathToTreeTests) ... ok
899 test_path_to_tree_path_error (tests.test_porcelain.PathToTreeTests) ... ok
900 test_path_to_tree_path_rel (tests.test_porcelain.PathToTreeTests) ... ok
901 test_path_to_tree_path_syntax (tests.test_porcelain.PathToTreeTests) ... ok
902 test_diverged (tests.test_porcelain.PullTests) ... ok
903 test_no_refspec (tests.test_porcelain.PullTests) ... ok
904 test_no_remote_location (tests.test_porcelain.PullTests) ... ok
905 test_simple (tests.test_porcelain.PullTests) ... ok
906 test_delete (tests.test_porcelain.PushTests)
907 Basic test of porcelain push, removing a branch. ... ok
908 test_diverged (tests.test_porcelain.PushTests) ... ok
909 test_local_missing (tests.test_porcelain.PushTests)
910 Pushing a new branch. ... ok
911 test_new (tests.test_porcelain.PushTests)
912 Pushing a new branch. ... ok
913 test_simple (tests.test_porcelain.PushTests)
914 Basic test of porcelain push where self.repo is the remote.  First ... ok
915 test_receive_pack (tests.test_porcelain.ReceivePackTests) ... ok
916 test_exists (tests.test_porcelain.RemoteAddTests) ... ok
917 test_new (tests.test_porcelain.RemoteAddTests) ... ok
918 test_remove (tests.test_porcelain.RemoteRemoveTests) ... ok
919 test_remove_file (tests.test_porcelain.RemoveTests) ... ok
920 test_remove_file_removed_on_disk (tests.test_porcelain.RemoveTests) ... ok
921 test_remove_file_staged (tests.test_porcelain.RemoveTests) ... ok
922 test_empty (tests.test_porcelain.RepackTests) ... ok
923 test_simple (tests.test_porcelain.RepackTests) ... ok
924 test_reset_modify_file_to_commit (tests.test_porcelain.ResetFileTests) ... ok
925 test_reset_remove_file_to_commit (tests.test_porcelain.ResetFileTests) ... ok
926 test_resetfile_with_dir (tests.test_porcelain.ResetFileTests) ... ok
927 test_hard_commit (tests.test_porcelain.ResetTests) ... ok
928 test_hard_head (tests.test_porcelain.ResetTests) ... ok
929 test_simple (tests.test_porcelain.RevListTests) ... ok
930 test_pull (tests.test_porcelain.ServerTests) ... 127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "GET /info/refs?service=git-upload-pack HTTP/1.1" 200 285
931 counting objects: 2, done.
932 127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "POST /git-upload-pack HTTP/1.1" 200 258
933 copying pack entries: 0/2\rcopying pack entries: 1/2\rcopied 1 pack entries
934 generating index: 0/2\rgenerating index: 1/2\rok
935 test_push (tests.test_porcelain.ServerTests) ... 127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "GET /info/refs?service=git-receive-pack HTTP/1.1" 200 195
936 127.0.0.1 - - [XX/XXX/XXXX XX:XX:XX] "POST /git-receive-pack HTTP/1.1" 200 52
937 Ref refs/heads/master updated
939 test_blob (tests.test_porcelain.ShowTests) ... ok
940 test_commit_no_parent (tests.test_porcelain.ShowTests) ... ok
941 test_commit_with_change (tests.test_porcelain.ShowTests) ... ok
942 test_nolist (tests.test_porcelain.ShowTests) ... ok
943 test_simple (tests.test_porcelain.ShowTests) ... ok
944 test_tag (tests.test_porcelain.ShowTests) ... ok
945 test_empty (tests.test_porcelain.StatusTests) ... ok
946 test_get_tree_changes_add (tests.test_porcelain.StatusTests)
947 Unit test for get_tree_changes add. ... ok
948 test_get_tree_changes_delete (tests.test_porcelain.StatusTests)
949 Unit test for get_tree_changes delete. ... ok
950 test_get_tree_changes_modify (tests.test_porcelain.StatusTests)
951 Unit test for get_tree_changes modify. ... ok
952 test_get_untracked_paths (tests.test_porcelain.StatusTests) ... ok
953 test_get_untracked_paths_invalid_untracked_files (tests.test_porcelain.StatusTests) ... ok
954 test_get_untracked_paths_normal (tests.test_porcelain.StatusTests) ... ok
955 test_get_untracked_paths_subdir (tests.test_porcelain.StatusTests) ... ok
956 test_get_untracked_paths_subrepo (tests.test_porcelain.StatusTests) ... ok
957 test_status_all (tests.test_porcelain.StatusTests) ... ok
958 test_status_autocrlf_input (tests.test_porcelain.StatusTests) ... ok
959 test_status_autocrlf_true (tests.test_porcelain.StatusTests) ... ok
960 test_status_base (tests.test_porcelain.StatusTests)
961 Integration test for `status` functionality. ... ok
962 test_status_crlf_mismatch (tests.test_porcelain.StatusTests) ... ok
963 test_status_untracked_path (tests.test_porcelain.StatusTests) ... ok
964 test_status_wrong_untracked_files_value (tests.test_porcelain.StatusTests) ... ok
965 test_add (tests.test_porcelain.SubmoduleTests) ... ok
966 test_empty (tests.test_porcelain.SubmoduleTests) ... ok
967 test_init (tests.test_porcelain.SubmoduleTests) ... ok
968 test_set_force_wrong_symbolic_ref (tests.test_porcelain.SymbolicRefTests) ... ok
969 test_set_symbolic_ref (tests.test_porcelain.SymbolicRefTests) ... ok
970 test_set_symbolic_ref_other_than_master (tests.test_porcelain.SymbolicRefTests) ... ok
971 test_set_wrong_symbolic_ref (tests.test_porcelain.SymbolicRefTests) ... ok
972 test_default_key (tests.test_porcelain.TagCreateSignTests) ... skipped 'gpg is not available'
973 test_non_default_key (tests.test_porcelain.TagCreateSignTests) ... skipped 'gpg is not available'
974 test_annotated (tests.test_porcelain.TagCreateTests) ... ok
975 test_unannotated (tests.test_porcelain.TagCreateTests) ... ok
976 test_unannotated_unicode (tests.test_porcelain.TagCreateTests) ... ok
977 test_simple (tests.test_porcelain.TagDeleteTests) ... ok
978 test_empty (tests.test_porcelain.TagListTests) ... ok
979 test_simple (tests.test_porcelain.TagListTests) ... ok
980 test_different_envs (tests.test_porcelain.TimezoneTests) ... ok
981 test_internal_format (tests.test_porcelain.TimezoneTests) ... ok
982 test_iso8601 (tests.test_porcelain.TimezoneTests) ... ok
983 test_missing_or_malformed (tests.test_porcelain.TimezoneTests) ... ok
984 test_no_envs (tests.test_porcelain.TimezoneTests) ... ok
985 test_rfc_2822 (tests.test_porcelain.TimezoneTests) ... ok
986 test_set_new_branch (tests.test_porcelain.UpdateHeadTests) ... ok
987 test_set_to_branch (tests.test_porcelain.UpdateHeadTests) ... ok
988 test_set_to_branch_detached (tests.test_porcelain.UpdateHeadTests) ... ok
989 test_set_to_commit_detached (tests.test_porcelain.UpdateHeadTests) ... ok
990 test_simple (tests.test_porcelain.UpdateServerInfoTests) ... ok
991 test_upload_pack (tests.test_porcelain.UploadPackTests) ... ok
992 test_simple (tests.test_porcelain.WriteTreeTests) ... ok
993 test_flush_empty (tests.test_protocol.BufferedPktLineWriterTests) ... ok
994 test_write (tests.test_protocol.BufferedPktLineWriterTests) ... ok
995 test_write_across_boundary (tests.test_protocol.BufferedPktLineWriterTests) ... ok
996 test_write_multiple (tests.test_protocol.BufferedPktLineWriterTests) ... ok
997 test_write_none (tests.test_protocol.BufferedPktLineWriterTests) ... ok
998 test_write_to_boundary (tests.test_protocol.BufferedPktLineWriterTests) ... ok
999 test_ack_type (tests.test_protocol.CapabilitiesTestCase) ... ok
1000 test_caps (tests.test_protocol.CapabilitiesTestCase) ... ok
1001 test_caps_want_line (tests.test_protocol.CapabilitiesTestCase) ... ok
1002 test_plain (tests.test_protocol.CapabilitiesTestCase) ... ok
1003 test_plain_want_line (tests.test_protocol.CapabilitiesTestCase) ... ok
1004 test_filter_ref_prefix (tests.test_protocol.FilterRefPrefixTests) ... ok
1005 test_multiple_packets (tests.test_protocol.PktLineParserTests) ... ok
1006 test_none (tests.test_protocol.PktLineParserTests) ... ok
1007 test_small_fragments (tests.test_protocol.PktLineParserTests) ... ok
1008 test_pkt_line (tests.test_protocol.PktLineTests) ... ok
1009 test_pkt_seq (tests.test_protocol.PktLineTests) ... ok
1010 test_eof (tests.test_protocol.ProtocolTests) ... ok
1011 test_read_cmd (tests.test_protocol.ProtocolTests) ... ok
1012 test_read_cmd_noend0 (tests.test_protocol.ProtocolTests) ... ok
1013 test_read_pkt_line (tests.test_protocol.ProtocolTests) ... ok
1014 test_read_pkt_line_none (tests.test_protocol.ProtocolTests) ... ok
1015 test_read_pkt_line_wrong_size (tests.test_protocol.ProtocolTests) ... ok
1016 test_read_pkt_seq (tests.test_protocol.ProtocolTests) ... ok
1017 test_send_cmd (tests.test_protocol.ProtocolTests) ... ok
1018 test_unread_pkt_line (tests.test_protocol.ProtocolTests) ... ok
1019 test_write_pkt_line (tests.test_protocol.ProtocolTests) ... ok
1020 test_write_pkt_line_none (tests.test_protocol.ProtocolTests) ... ok
1021 test_write_sideband (tests.test_protocol.ProtocolTests) ... ok
1022 test_eof (tests.test_protocol.ReceivableProtocolTests) ... ok
1023 test_mixed (tests.test_protocol.ReceivableProtocolTests) ... ok
1024 test_read_cmd (tests.test_protocol.ReceivableProtocolTests) ... ok
1025 test_read_cmd_noend0 (tests.test_protocol.ReceivableProtocolTests) ... ok
1026 test_read_pkt_line (tests.test_protocol.ReceivableProtocolTests) ... ok
1027 test_read_pkt_line_none (tests.test_protocol.ReceivableProtocolTests) ... ok
1028 test_read_pkt_line_wrong_size (tests.test_protocol.ReceivableProtocolTests) ... ok
1029 test_read_pkt_seq (tests.test_protocol.ReceivableProtocolTests) ... ok
1030 test_read_recv (tests.test_protocol.ReceivableProtocolTests) ... ok
1031 test_recv (tests.test_protocol.ReceivableProtocolTests) ... ok
1032 test_recv_read (tests.test_protocol.ReceivableProtocolTests) ... ok
1033 test_send_cmd (tests.test_protocol.ReceivableProtocolTests) ... ok
1034 test_unread_pkt_line (tests.test_protocol.ReceivableProtocolTests) ... ok
1035 test_write_pkt_line (tests.test_protocol.ReceivableProtocolTests) ... ok
1036 test_write_pkt_line_none (tests.test_protocol.ReceivableProtocolTests) ... ok
1037 test_write_sideband (tests.test_protocol.ReceivableProtocolTests) ... ok
1038 test_drop_entry (tests.test_reflog.ReflogDropTests) ... ok
1039 test_drop_entry_with_rewrite (tests.test_reflog.ReflogDropTests) ... ok
1040 test_invalid (tests.test_reflog.ReflogDropTests) ... ok
1041 test_format (tests.test_reflog.ReflogLineTests) ... ok
1042 test_parse (tests.test_reflog.ReflogLineTests) ... ok
1043 test_invalid (tests.test_refs.CheckRefFormatTests) ... ok
1044 test_valid (tests.test_refs.CheckRefFormatTests) ... ok
1045 test_add_if_new (tests.test_refs.DictRefsContainerTests) ... ok
1046 test_as_dict (tests.test_refs.DictRefsContainerTests) ... ok
1047 test_check_refname (tests.test_refs.DictRefsContainerTests) ... ok
1048 test_contains (tests.test_refs.DictRefsContainerTests) ... ok
1049 test_delitem (tests.test_refs.DictRefsContainerTests) ... ok
1050 test_get_symrefs (tests.test_refs.DictRefsContainerTests) ... ok
1051 test_import_refs_name (tests.test_refs.DictRefsContainerTests) ... ok
1052 test_import_refs_name_prune (tests.test_refs.DictRefsContainerTests) ... ok
1053 test_invalid_refname (tests.test_refs.DictRefsContainerTests) ... ok
1054 test_iter (tests.test_refs.DictRefsContainerTests) ... ok
1055 test_keys (tests.test_refs.DictRefsContainerTests) ... ok
1056 test_remove_if_equals (tests.test_refs.DictRefsContainerTests) ... ok
1057 test_set_if_equals (tests.test_refs.DictRefsContainerTests) ... ok
1058 test_set_symbolic_ref (tests.test_refs.DictRefsContainerTests) ... ok
1059 test_set_symbolic_ref_overwrite (tests.test_refs.DictRefsContainerTests) ... ok
1060 test_setitem (tests.test_refs.DictRefsContainerTests) ... ok
1061 test_add_if_new (tests.test_refs.DiskRefsContainerTests) ... ok
1062 test_add_if_new_packed (tests.test_refs.DiskRefsContainerTests) ... ok
1063 test_add_if_new_symbolic (tests.test_refs.DiskRefsContainerTests) ... ok
1064 test_add_packed_refs (tests.test_refs.DiskRefsContainerTests) ... ok
1065 test_as_dict (tests.test_refs.DiskRefsContainerTests) ... ok
1066 test_check_refname (tests.test_refs.DiskRefsContainerTests) ... ok
1067 test_contains (tests.test_refs.DiskRefsContainerTests) ... ok
1068 test_cyrillic (tests.test_refs.DiskRefsContainerTests) ... ok
1069 test_delete_refs_container (tests.test_refs.DiskRefsContainerTests) ... ok
1070 test_delitem (tests.test_refs.DiskRefsContainerTests) ... ok
1071 test_delitem_symbolic (tests.test_refs.DiskRefsContainerTests) ... ok
1072 test_follow (tests.test_refs.DiskRefsContainerTests) ... ok
1073 test_get_packed_refs (tests.test_refs.DiskRefsContainerTests) ... ok
1074 test_get_peeled_not_packed (tests.test_refs.DiskRefsContainerTests) ... ok
1075 test_get_symrefs (tests.test_refs.DiskRefsContainerTests) ... ok
1076 test_import_refs_name (tests.test_refs.DiskRefsContainerTests) ... ok
1077 test_import_refs_name_prune (tests.test_refs.DiskRefsContainerTests) ... ok
1078 test_iter (tests.test_refs.DiskRefsContainerTests) ... ok
1079 test_keys (tests.test_refs.DiskRefsContainerTests) ... ok
1080 test_non_ascii (tests.test_refs.DiskRefsContainerTests) ... ok
1081 test_read_loose_ref (tests.test_refs.DiskRefsContainerTests) ... ok
1082 test_read_ref (tests.test_refs.DiskRefsContainerTests) ... ok
1083 test_remove_if_equals (tests.test_refs.DiskRefsContainerTests) ... ok
1084 test_remove_if_equals_packed (tests.test_refs.DiskRefsContainerTests) ... ok
1085 test_remove_if_equals_symref (tests.test_refs.DiskRefsContainerTests) ... ok
1086 test_remove_packed_without_peeled (tests.test_refs.DiskRefsContainerTests) ... ok
1087 test_remove_parent (tests.test_refs.DiskRefsContainerTests) ... ok
1088 test_set_if_equals (tests.test_refs.DiskRefsContainerTests) ... ok
1089 test_set_overwrite_loop (tests.test_refs.DiskRefsContainerTests) ... ok
1090 test_set_symbolic_ref (tests.test_refs.DiskRefsContainerTests) ... ok
1091 test_set_symbolic_ref_overwrite (tests.test_refs.DiskRefsContainerTests) ... ok
1092 test_setitem (tests.test_refs.DiskRefsContainerTests) ... ok
1093 test_setitem_packed (tests.test_refs.DiskRefsContainerTests) ... ok
1094 test_setitem_symbolic (tests.test_refs.DiskRefsContainerTests) ... ok
1095 test_as_dict (tests.test_refs.InfoRefsContainerTests) ... ok
1096 test_contains (tests.test_refs.InfoRefsContainerTests) ... ok
1097 test_get_peeled (tests.test_refs.InfoRefsContainerTests) ... ok
1098 test_invalid_refname (tests.test_refs.InfoRefsContainerTests) ... ok
1099 test_keys (tests.test_refs.InfoRefsContainerTests) ... ok
1100 test_read_with_peeled (tests.test_refs.PackedRefsFileTests) ... ok
1101 test_read_with_peeled_errors (tests.test_refs.PackedRefsFileTests) ... ok
1102 test_read_without_peeled (tests.test_refs.PackedRefsFileTests) ... ok
1103 test_read_without_peeled_errors (tests.test_refs.PackedRefsFileTests) ... ok
1104 test_split_ref_line_errors (tests.test_refs.PackedRefsFileTests) ... ok
1105 test_write_with_peeled (tests.test_refs.PackedRefsFileTests) ... ok
1106 test_write_without_peeled (tests.test_refs.PackedRefsFileTests) ... ok
1107 test_invalid (tests.test_refs.ParseSymrefValueTests) ... ok
1108 test_valid (tests.test_refs.ParseSymrefValueTests) ... ok
1109 test_split_peeled_refs (tests.test_refs.StripPeeledRefsTests) ... ok
1110 test_strip_peeled_refs (tests.test_refs.StripPeeledRefsTests) ... ok
1111 test_build_repo (tests.test_repository.BuildRepoRootTests) ... ok
1112 test_commit_branch (tests.test_repository.BuildRepoRootTests) ... ok
1113 test_commit_config_identity (tests.test_repository.BuildRepoRootTests) ... ok
1114 test_commit_config_identity_from_env (tests.test_repository.BuildRepoRootTests) ... ok
1115 test_commit_config_identity_in_memoryrepo (tests.test_repository.BuildRepoRootTests) ... ok
1116 test_commit_config_identity_strips_than (tests.test_repository.BuildRepoRootTests) ... ok
1117 test_commit_dangling_commit (tests.test_repository.BuildRepoRootTests) ... ok
1118 test_commit_dangling_commit_with_parents (tests.test_repository.BuildRepoRootTests) ... ok
1119 test_commit_deleted (tests.test_repository.BuildRepoRootTests) ... ok
1120 test_commit_encoding (tests.test_repository.BuildRepoRootTests) ... ok
1121 test_commit_encoding_from_config (tests.test_repository.BuildRepoRootTests) ... ok
1122 test_commit_fail_ref (tests.test_repository.BuildRepoRootTests) ... ok
1123 test_commit_follows (tests.test_repository.BuildRepoRootTests) ... ok
1124 test_commit_merge_heads (tests.test_repository.BuildRepoRootTests) ... ok
1125 test_commit_merge_heads_file (tests.test_repository.BuildRepoRootTests) ... ok
1126 test_commit_modified (tests.test_repository.BuildRepoRootTests) ... ok
1127 test_commit_no_encode_decode (tests.test_repository.BuildRepoRootTests) ... ok
1128 test_commit_symlink (tests.test_repository.BuildRepoRootTests) ... ok
1129 test_compression_level (tests.test_repository.BuildRepoRootTests) ... ok
1130 test_discover_intended (tests.test_repository.BuildRepoRootTests) ... ok
1131 test_discover_isrepo (tests.test_repository.BuildRepoRootTests) ... ok
1132 test_discover_notrepo (tests.test_repository.BuildRepoRootTests) ... ok
1133 test_get_shallow (tests.test_repository.BuildRepoRootTests) ... ok
1134 test_repositoryformatversion_1 (tests.test_repository.BuildRepoRootTests) ... ok
1135 test_repositoryformatversion_1_extension (tests.test_repository.BuildRepoRootTests) ... ok
1136 test_repositoryformatversion_unsupported (tests.test_repository.BuildRepoRootTests) ... ok
1137 test_reset_index (tests.test_repository.BuildRepoRootTests) ... ok
1138 test_stage_absolute (tests.test_repository.BuildRepoRootTests) ... ok
1139 test_stage_deleted (tests.test_repository.BuildRepoRootTests) ... ok
1140 test_stage_directory (tests.test_repository.BuildRepoRootTests) ... ok
1141 test_stage_submodule (tests.test_repository.BuildRepoRootTests) ... ok
1142 test_unstage_add_file (tests.test_repository.BuildRepoRootTests) ... ok
1143 test_unstage_midify_file_with_dir (tests.test_repository.BuildRepoRootTests) ... ok
1144 test_unstage_modify_file (tests.test_repository.BuildRepoRootTests) ... ok
1145 test_unstage_remove_file (tests.test_repository.BuildRepoRootTests) ... ok
1146 test_unstage_while_no_commit (tests.test_repository.BuildRepoRootTests) ... ok
1147 test_update_shallow (tests.test_repository.BuildRepoRootTests) ... ok
1148 test_worktreeconfig_extension (tests.test_repository.BuildRepoRootTests) ... ok
1149 test_worktreeconfig_extension_case (tests.test_repository.BuildRepoRootTests)
1150 Test that worktree code does not error for alternate case format. ... ok
1151 test_invalid (tests.test_repository.CheckUserIdentityTests) ... ok
1152 test_valid (tests.test_repository.CheckUserIdentityTests) ... ok
1153 test_create_disk_bare (tests.test_repository.CreateRepositoryTests) ... ok
1154 test_create_disk_bare_mkdir (tests.test_repository.CreateRepositoryTests) ... ok
1155 test_create_disk_non_bare (tests.test_repository.CreateRepositoryTests) ... ok
1156 test_create_disk_non_bare_mkdir (tests.test_repository.CreateRepositoryTests) ... ok
1157 test_create_memory (tests.test_repository.CreateRepositoryTests) ... ok
1158 test_pull_into (tests.test_repository.MemoryRepoTests) ... ok
1159 test_set_description (tests.test_repository.MemoryRepoTests) ... ok
1160 test_as_dict (tests.test_repository.RepositoryRootTests) ... ok
1161 test_clone (tests.test_repository.RepositoryRootTests) ... ok
1162 test_clone_bare (tests.test_repository.RepositoryRootTests) ... ok
1163 test_clone_branch (tests.test_repository.RepositoryRootTests) ... ok
1164 test_clone_checkout_and_bare (tests.test_repository.RepositoryRootTests) ... ok
1165 test_clone_empty (tests.test_repository.RepositoryRootTests)
1166 Test clone() doesn't crash if HEAD points to a non-existing ref. ... ok
1167 test_clone_invalid_branch (tests.test_repository.RepositoryRootTests) ... ok
1168 test_clone_no_head (tests.test_repository.RepositoryRootTests) ... ok
1169 test_clone_tag (tests.test_repository.RepositoryRootTests) ... ok
1170 test_common_revisions (tests.test_repository.RepositoryRootTests)
1171 This test demonstrates that ``find_common_revisions()`` actually ... ok
1172 test_contains_missing (tests.test_repository.RepositoryRootTests) ... ok
1173 test_contains_object (tests.test_repository.RepositoryRootTests) ... ok
1174 test_contains_ref (tests.test_repository.RepositoryRootTests) ... ok
1175 test_delitem (tests.test_repository.RepositoryRootTests) ... ok
1176 test_fetch (tests.test_repository.RepositoryRootTests) ... ok
1177 test_fetch_ignores_missing_refs (tests.test_repository.RepositoryRootTests) ... $(@D)/dulwich/refs.py:1286: UserWarning: ref refs/heads/blah points at non-present sha 1234566789123456789123567891234657373833
1178   warnings.warn(
1180 test_get_config (tests.test_repository.RepositoryRootTests) ... ok
1181 test_get_config_stack (tests.test_repository.RepositoryRootTests) ... ok
1182 test_get_description (tests.test_repository.RepositoryRootTests) ... ok
1183 test_get_no_description (tests.test_repository.RepositoryRootTests) ... ok
1184 test_get_object (tests.test_repository.RepositoryRootTests) ... ok
1185 test_get_object_non_existant (tests.test_repository.RepositoryRootTests) ... ok
1186 test_get_parents (tests.test_repository.RepositoryRootTests) ... ok
1187 test_get_peeled (tests.test_repository.RepositoryRootTests) ... ok
1188 test_get_peeled_not_tag (tests.test_repository.RepositoryRootTests) ... ok
1189 test_get_refs (tests.test_repository.RepositoryRootTests) ... ok
1190 test_get_tags_empty (tests.test_repository.RepositoryRootTests) ... ok
1191 test_get_walker (tests.test_repository.RepositoryRootTests) ... ok
1192 test_getitem_unicode (tests.test_repository.RepositoryRootTests) ... ok
1193 test_head (tests.test_repository.RepositoryRootTests) ... ok
1194 test_init_existing (tests.test_repository.RepositoryRootTests) ... ok
1195 test_init_mkdir (tests.test_repository.RepositoryRootTests) ... ok
1196 test_init_mkdir_unicode (tests.test_repository.RepositoryRootTests) ... ok
1197 test_merge_history (tests.test_repository.RepositoryRootTests) ... ok
1198 test_out_of_order_merge (tests.test_repository.RepositoryRootTests)
1199 Test that revision history is ordered by date, not parent order. ... ok
1200 test_reset_index_symlink_disabled (tests.test_repository.RepositoryRootTests) ... ok
1201 test_reset_index_symlink_enabled (tests.test_repository.RepositoryRootTests) ... ok
1202 test_set_description (tests.test_repository.RepositoryRootTests) ... ok
1203 test_setitem (tests.test_repository.RepositoryRootTests) ... ok
1204 test_shell_hook_commit_msg (tests.test_repository.RepositoryRootTests) ... ok
1205 test_shell_hook_post_commit (tests.test_repository.RepositoryRootTests) ... ok
1206 test_shell_hook_pre_commit (tests.test_repository.RepositoryRootTests) ... ok
1207 test_shell_hook_pre_commit_add_files (tests.test_repository.RepositoryRootTests) ... ok
1208 test_simple_props (tests.test_repository.RepositoryRootTests) ... ok
1209 test_working_tree (tests.test_repository.RepositoryRootTests) ... ok
1210 test_bad_repo_path (tests.test_server.DictBackendTests) ... ok
1211 test_nonexistant (tests.test_server.DictBackendTests) ... ok
1212 test_absolute (tests.test_server.FileSystemBackendTests) ... ok
1213 test_bad_repo_path (tests.test_server.FileSystemBackendTests) ... ok
1214 test_child (tests.test_server.FileSystemBackendTests) ... ok
1215 test_nonexistant (tests.test_server.FileSystemBackendTests) ... ok
1216 test_linear (tests.test_server.FindShallowTests) ... ok
1217 test_merge (tests.test_server.FindShallowTests) ... ok
1218 test_multiple_independent (tests.test_server.FindShallowTests) ... ok
1219 test_multiple_overlapping (tests.test_server.FindShallowTests) ... ok
1220 test_tag (tests.test_server.FindShallowTests) ... ok
1221 test_capability_line (tests.test_server.HandlerTestCase) ... ok
1222 test_has_capability (tests.test_server.HandlerTestCase) ... ok
1223 test_set_client_capabilities (tests.test_server.HandlerTestCase) ... ok
1224 test_multi_ack (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1225 test_multi_ack_flush (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1226 test_multi_ack_flush_end (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1227 test_multi_ack_flush_end_nodone (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1228 test_multi_ack_nak (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1229 test_multi_ack_nak_flush (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1230 test_multi_ack_nak_nodone (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1231 test_multi_ack_nodone (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1232 test_multi_ack_partial (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1233 test_multi_ack_stateless (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1234 test_multi_ack_stateless_nodone (tests.test_server.MultiAckDetailedGraphWalkerImplTestCase) ... ok
1235 test_multi_ack (tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
1236 test_multi_ack_flush (tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
1237 test_multi_ack_nak (tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
1238 test_multi_ack_partial (tests.test_server.MultiAckGraphWalkerImplTestCase) ... ok
1239 test_empty_repository (tests.test_server.ProtocolGraphWalkerEmptyTestCase) ... ok
1240 test_all_wants_satisfied (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1241 test_all_wants_satisfied_have_branch (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1242 test_all_wants_satisfied_have_root (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1243 test_all_wants_satisfied_no_haves (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1244 test_determine_wants (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1245 test_determine_wants_advertisement (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1246 test_handle_shallow_request_no_client_shallows (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1247 test_handle_shallow_request_no_new_shallows (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1248 test_handle_shallow_request_unshallows (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1249 test_split_proto_line (tests.test_server.ProtocolGraphWalkerTestCase) ... ok
1250 test_apply_pack_del_ref (tests.test_server.ReceivePackHandlerTestCase) ... ok
1251 test_receive_pack (tests.test_server.ServeCommandTests) ... ok
1252 test_single_ack (tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
1253 test_single_ack_flush (tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
1254 test_single_ack_nak (tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
1255 test_single_ack_nak_flush (tests.test_server.SingleAckGraphWalkerImplTestCase) ... ok
1256 test_empty (tests.test_server.UpdateServerInfoTests) ... ok
1257 test_simple (tests.test_server.UpdateServerInfoTests) ... ok
1258 test_get_tagged (tests.test_server.UploadPackHandlerTestCase) ... ok
1259 test_no_progress (tests.test_server.UploadPackHandlerTestCase) ... ok
1260 test_nothing_to_do_but_wants (tests.test_server.UploadPackHandlerTestCase) ... ok
1261 test_nothing_to_do_no_wants (tests.test_server.UploadPackHandlerTestCase) ... ok
1262 test_progress (tests.test_server.UploadPackHandlerTestCase) ... ok
1263 test_obtain (tests.test_stash.StashTests) ... ok
1264 test_attrs (tests.test_utils.BuildCommitGraphTest) ... ok
1265 test_commit_time (tests.test_utils.BuildCommitGraphTest) ... ok
1266 test_linear (tests.test_utils.BuildCommitGraphTest) ... ok
1267 test_merge (tests.test_utils.BuildCommitGraphTest) ... ok
1268 test_missing_parent (tests.test_utils.BuildCommitGraphTest) ... ok
1269 test_trees (tests.test_utils.BuildCommitGraphTest) ... ok
1270 test_all_changes (tests.test_walk.WalkEntryTest) ... ok
1271 test_all_with_merge (tests.test_walk.WalkEntryTest) ... ok
1272 test_filter_changes (tests.test_walk.WalkEntryTest) ... ok
1273 test_filter_with_merge (tests.test_walk.WalkEntryTest) ... ok
1274 test_branch (tests.test_walk.WalkerTest) ... ok
1275 test_changes_multiple_parents (tests.test_walk.WalkerTest) ... ok
1276 test_changes_one_parent (tests.test_walk.WalkerTest) ... ok
1277 test_changes_with_renames (tests.test_walk.WalkerTest) ... ok
1278 test_empty_walk (tests.test_walk.WalkerTest) ... ok
1279 test_follow_rename (tests.test_walk.WalkerTest) ... ok
1280 test_follow_rename_remove_path (tests.test_walk.WalkerTest) ... ok
1281 test_linear (tests.test_walk.WalkerTest) ... ok
1282 test_max_entries (tests.test_walk.WalkerTest) ... ok
1283 test_merge (tests.test_walk.WalkerTest) ... ok
1284 test_merge_of_new_branch_from_old_base (tests.test_walk.WalkerTest) ... ok
1285 test_merge_of_old_branch (tests.test_walk.WalkerTest) ... expected failure
1286 test_missing (tests.test_walk.WalkerTest) ... ok
1287 test_out_of_order_children (tests.test_walk.WalkerTest) ... ok
1288 test_out_of_order_with_exclude (tests.test_walk.WalkerTest) ... ok
1289 test_path_matches (tests.test_walk.WalkerTest) ... ok
1290 test_paths (tests.test_walk.WalkerTest) ... ok
1291 test_paths_max_entries (tests.test_walk.WalkerTest) ... ok
1292 test_paths_merge (tests.test_walk.WalkerTest) ... ok
1293 test_paths_subtree (tests.test_walk.WalkerTest) ... ok
1294 test_reverse (tests.test_walk.WalkerTest) ... ok
1295 test_reverse_after_max_entries (tests.test_walk.WalkerTest) ... ok
1296 test_since (tests.test_walk.WalkerTest) ... ok
1297 test_since_over_scan (tests.test_walk.WalkerTest) ... ok
1298 test_since_until (tests.test_walk.WalkerTest) ... ok
1299 test_tag (tests.test_walk.WalkerTest) ... ok
1300 test_topo_reorder_linear (tests.test_walk.WalkerTest) ... ok
1301 test_topo_reorder_multiple_children (tests.test_walk.WalkerTest) ... ok
1302 test_topo_reorder_multiple_parents (tests.test_walk.WalkerTest) ... ok
1303 test_until (tests.test_walk.WalkerTest) ... ok
1304 test_get_idx_file (tests.test_web.DumbHandlersTestCase) ... ok
1305 test_get_info_packs (tests.test_web.DumbHandlersTestCase) ... ok
1306 test_get_info_refs (tests.test_web.DumbHandlersTestCase) ... ok
1307 test_get_info_refs_not_found (tests.test_web.DumbHandlersTestCase) ... ok
1308 test_get_loose_object (tests.test_web.DumbHandlersTestCase) ... ok
1309 test_get_loose_object_error (tests.test_web.DumbHandlersTestCase) ... ok
1310 test_get_loose_object_missing (tests.test_web.DumbHandlersTestCase) ... ok
1311 test_get_pack_file (tests.test_web.DumbHandlersTestCase) ... ok
1312 test_get_text_file (tests.test_web.DumbHandlersTestCase) ... ok
1313 test_send_file (tests.test_web.DumbHandlersTestCase) ... ok
1314 test_send_file_buffered (tests.test_web.DumbHandlersTestCase) ... ok
1315 test_send_file_error (tests.test_web.DumbHandlersTestCase) ... ok
1316 test_send_file_not_found (tests.test_web.DumbHandlersTestCase) ... ok
1317 test_call (tests.test_web.GunzipTestCase) ... ok
1318 test_call_no_seek (tests.test_web.GunzipTestCase)
1319 This ensures that the gunzipping code doesn't require any methods on ... ok
1320 test_call_no_working_seek (tests.test_web.GunzipTestCase)
1321 Similar to 'test_call_no_seek', but this time the methods are available ... ok
1322 test_fallback_app (tests.test_web.GunzipTestCase) ... ok
1323 test_call (tests.test_web.HTTPGitApplicationTestCase) ... ok
1324 test_fallback_app (tests.test_web.HTTPGitApplicationTestCase) ... ok
1325 test_forbidden (tests.test_web.HTTPGitRequestTestCase) ... ok
1326 test_not_found (tests.test_web.HTTPGitRequestTestCase) ... ok
1327 test_respond (tests.test_web.HTTPGitRequestTestCase) ... ok
1328 test_respond_ok (tests.test_web.HTTPGitRequestTestCase) ... ok
1329 test_cutoff (tests.test_web.LengthLimitedFileTestCase) ... ok
1330 test_multiple_reads (tests.test_web.LengthLimitedFileTestCase) ... ok
1331 test_no_cutoff (tests.test_web.LengthLimitedFileTestCase) ... ok
1332 test_get_info_refs (tests.test_web.SmartHandlersTestCase) ... ok
1333 test_get_info_refs_unknown (tests.test_web.SmartHandlersTestCase) ... ok
1334 test_handle_service_request (tests.test_web.SmartHandlersTestCase) ... ok
1335 test_handle_service_request_empty_length (tests.test_web.SmartHandlersTestCase) ... ok
1336 test_handle_service_request_unknown (tests.test_web.SmartHandlersTestCase) ... ok
1337 test_handle_service_request_with_length (tests.test_web.SmartHandlersTestCase) ... ok
1338 $(@D)/tests/../docs/tutorial/introduction.txt
1339 Doctest: introduction.txt ... ok
1340 $(@D)/tests/../docs/tutorial/file-format.txt
1341 Doctest: file-format.txt ... ok
1342 $(@D)/tests/../docs/tutorial/repo.txt
1343 Doctest: repo.txt ... ok
1344 $(@D)/tests/../docs/tutorial/object-store.txt
1345 Doctest: object-store.txt ... ok
1346 $(@D)/tests/../docs/tutorial/remote.txt
1347 Doctest: remote.txt ... ok
1348 $(@D)/tests/../docs/tutorial/conclusion.txt
1349 Doctest: conclusion.txt ... ok
1350 test_archive (tests.compat.test_client.DulwichHttpClientTest) ... skipped 'exporting archives not supported over http'
1351 test_fetch_empty_pack (tests.compat.test_client.DulwichHttpClientTest) ... ok
1352 test_fetch_pack (tests.compat.test_client.DulwichHttpClientTest) ... ok
1353 test_fetch_pack_depth (tests.compat.test_client.DulwichHttpClientTest) ... ok
1354 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichHttpClientTest) ... skipped 'side-band-64k cannot be disabled with git protocol v2'
1355 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichHttpClientTest) ... ok
1356 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichHttpClientTest) ... ok
1357 test_get_refs (tests.compat.test_client.DulwichHttpClientTest) ... ok
1358 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichHttpClientTest) ... ok
1359 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichHttpClientTest) ... ok
1360 test_incremental_fetch_pack (tests.compat.test_client.DulwichHttpClientTest) ... ok
1361 test_repeat (tests.compat.test_client.DulwichHttpClientTest) ... ok
1362 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichHttpClientTest) ... ok
1363 test_send_pack (tests.compat.test_client.DulwichHttpClientTest) ... ok
1364 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichHttpClientTest) ... ok
1365 test_send_pack_multiple_errors (tests.compat.test_client.DulwichHttpClientTest) ... ok
1366 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichHttpClientTest) ... ok
1367 test_send_pack_one_error (tests.compat.test_client.DulwichHttpClientTest) ... ok
1368 test_send_remove_branch (tests.compat.test_client.DulwichHttpClientTest) ... ok
1369 test_send_without_report_status (tests.compat.test_client.DulwichHttpClientTest) ... ok
1370 test_archive (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... skipped 'exporting archives not supported over http'
1371 test_fetch_empty_pack (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1372 test_fetch_pack (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1373 test_fetch_pack_depth (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1374 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1375 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1376 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1377 test_get_refs (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1378 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1379 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1380 test_incremental_fetch_pack (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1381 test_repeat (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1382 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1383 test_send_pack (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1384 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1385 test_send_pack_multiple_errors (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1386 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1387 test_send_pack_one_error (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1388 test_send_remove_branch (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1389 test_send_without_report_status (tests.compat.test_client.DulwichHttpClientTestGitProtov0) ... ok
1390 test_archive (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1391 test_fetch_empty_pack (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1392 test_fetch_pack (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1393 test_fetch_pack_depth (tests.compat.test_client.DulwichMockSSHClientTest) ... $(PYTHON_DIR)/contextlib.py:404: ResourceWarning: unclosed <socket.socket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', $(PORT))>
1394   def _exit_wrapper(exc_type, exc, tb):
1395 ResourceWarning: Enable tracemalloc to get the object allocation traceback
1397 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichMockSSHClientTest) ... skipped 'side-band-64k cannot be disabled with git protocol v2'
1398 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1399 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1400 test_get_refs (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1401 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1402 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1403 test_incremental_fetch_pack (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1404 test_repeat (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1405 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1406 test_send_pack (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1407 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1408 test_send_pack_multiple_errors (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1409 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1410 test_send_pack_one_error (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1411 test_send_remove_branch (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1412 test_send_without_report_status (tests.compat.test_client.DulwichMockSSHClientTest) ... ok
1413 test_archive (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1414 test_fetch_empty_pack (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1415 test_fetch_pack (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1416 test_fetch_pack_depth (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1417 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1418 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1419 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1420 test_get_refs (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1421 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1422 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1423 test_incremental_fetch_pack (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1424 test_repeat (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1425 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1426 test_send_pack (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1427 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1428 test_send_pack_multiple_errors (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1429 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1430 test_send_pack_one_error (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1431 test_send_remove_branch (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1432 test_send_without_report_status (tests.compat.test_client.DulwichMockSSHClientTestGitProtov0) ... ok
1433 test_archive (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1434 test_fetch_empty_pack (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1435 test_fetch_pack (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1436 test_fetch_pack_depth (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1437 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichSubprocessClientTest) ... skipped 'side-band-64k cannot be disabled with git protocol v2'
1438 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1439 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1440 test_get_refs (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1441 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1442 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1443 test_incremental_fetch_pack (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1444 test_repeat (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1445 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1446 test_send_pack (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1447 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1448 test_send_pack_multiple_errors (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1449 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1450 test_send_pack_one_error (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1451 test_send_remove_branch (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1452 test_send_without_report_status (tests.compat.test_client.DulwichSubprocessClientTest) ... ok
1453 test_archive (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1454 test_fetch_empty_pack (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1455 test_fetch_pack (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1456 test_fetch_pack_depth (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1457 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1458 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1459 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1460 test_get_refs (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1461 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1462 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1463 test_incremental_fetch_pack (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1464 test_repeat (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1465 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1466 test_send_pack (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1467 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1468 test_send_pack_multiple_errors (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1469 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1470 test_send_pack_one_error (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1471 test_send_remove_branch (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1472 test_send_without_report_status (tests.compat.test_client.DulwichSubprocessClientTestGitProtov0) ... ok
1473 test_archive (tests.compat.test_client.DulwichTCPClientTest) ... skipped 'git-daemon was already running on port 9418'
1474 test_fetch_empty_pack (tests.compat.test_client.DulwichTCPClientTest) ... ok
1475 test_fetch_pack (tests.compat.test_client.DulwichTCPClientTest) ... ok
1476 test_fetch_pack_depth (tests.compat.test_client.DulwichTCPClientTest) ... ok
1477 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichTCPClientTest) ... skipped 'side-band-64k cannot be disabled with git protocol v2'
1478 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichTCPClientTest) ... ok
1479 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichTCPClientTest) ... ok
1480 test_get_refs (tests.compat.test_client.DulwichTCPClientTest) ... ok
1481 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichTCPClientTest) ... ok
1482 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichTCPClientTest) ... ok
1483 test_incremental_fetch_pack (tests.compat.test_client.DulwichTCPClientTest) ... ok
1484 test_repeat (tests.compat.test_client.DulwichTCPClientTest) ... ok
1485 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichTCPClientTest) ... ok
1486 test_send_pack (tests.compat.test_client.DulwichTCPClientTest) ... ok
1487 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichTCPClientTest) ... ok
1488 test_send_pack_multiple_errors (tests.compat.test_client.DulwichTCPClientTest) ... ok
1489 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichTCPClientTest) ... ok
1490 test_send_pack_one_error (tests.compat.test_client.DulwichTCPClientTest) ... ok
1491 test_send_remove_branch (tests.compat.test_client.DulwichTCPClientTest) ... skipped 'skip flaky test; see #1015'
1492 test_send_without_report_status (tests.compat.test_client.DulwichTCPClientTest) ... ok
1493 test_archive (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1494 test_fetch_empty_pack (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1495 test_fetch_pack (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1496 test_fetch_pack_depth (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1497 test_fetch_pack_no_side_band_64k (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1498 test_fetch_pack_with_nondefault_symref (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1499 test_fetch_pack_zero_sha (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1500 test_get_refs (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1501 test_get_refs_with_peeled_tag (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1502 test_get_refs_with_ref_prefix (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1503 test_incremental_fetch_pack (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1504 test_repeat (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1505 test_send_new_branch_empty_pack (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1506 test_send_pack (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1507 test_send_pack_from_shallow_clone (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1508 test_send_pack_multiple_errors (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1509 test_send_pack_nothing_to_send (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1510 test_send_pack_one_error (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1511 test_send_remove_branch (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... skipped 'skip flaky test; see #1015'
1512 test_send_without_report_status (tests.compat.test_client.DulwichTCPClientTestGitProtov0) ... ok
1513 test_copy (tests.compat.test_pack.TestPack) ... ok
1514 test_delta_large_object (tests.compat.test_pack.TestPack) ... skipped 'skipping slow, large test'
1515 test_delta_medium_object (tests.compat.test_pack.TestPack) ... ok
1516 test_deltas_work (tests.compat.test_pack.TestPack) ... ok
1517 test_patch_apply (tests.compat.test_patch.CompatPatchTestCase) ... ok
1518 test_sign (tests.compat.test_porcelain.TagCreateSignTestCase) ... skipped 'gpg is not available'
1519 test_verify (tests.compat.test_porcelain.TagCreateSignTestCase) ... skipped 'gpg is not available'
1520 test_all_objects (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1521 test_bare (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1522 test_git_worktree_config (tests.compat.test_repository.InitNewWorkingDirectoryTestCase)
1523 Test that git worktree config parsing matches the git CLI's behavior. ... ok
1524 test_git_worktree_list (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1525 test_head (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1526 test_head_equality (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1527 test_loose_objects (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1528 test_packed_objects (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1529 test_refs (tests.compat.test_repository.InitNewWorkingDirectoryTestCase) ... ok
1530 test_all_objects (tests.compat.test_repository.ObjectStoreTestCase) ... ok
1531 test_bare (tests.compat.test_repository.ObjectStoreTestCase) ... ok
1532 test_head (tests.compat.test_repository.ObjectStoreTestCase) ... ok
1533 test_loose_objects (tests.compat.test_repository.ObjectStoreTestCase) ... ok
1534 test_packed_objects (tests.compat.test_repository.ObjectStoreTestCase) ... ok
1535 test_refs (tests.compat.test_repository.ObjectStoreTestCase) ... ok
1536 test_all_objects (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1537 test_bare (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1538 test_git_worktree_config (tests.compat.test_repository.WorkingTreeTestCase)
1539 Test that git worktree config parsing matches the git CLI's behavior. ... ok
1540 test_git_worktree_list (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1541 test_head (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1542 test_head_equality (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1543 test_loose_objects (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1544 test_packed_objects (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1545 test_refs (tests.compat.test_repository.WorkingTreeTestCase) ... ok
1546 test_clone_from_dulwich_empty (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1547 test_fetch_from_dulwich (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1548 test_fetch_from_dulwich_issue_88_alternative (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1549 test_fetch_from_dulwich_issue_88_standard (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1550 test_fetch_from_dulwich_no_op (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1551 test_fetch_full_depth_into_shallow_clone_from_dulwich (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1552 test_fetch_same_depth_into_shallow_clone_from_dulwich (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1553 test_lsremote_from_dulwich (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1554 test_new_shallow_clone_from_dulwich (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1555 test_push_to_dulwich (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1556 test_push_to_dulwich_issue_88_standard (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1557 test_push_to_dulwich_no_op (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1558 test_push_to_dulwich_remove_branch (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1559 test_shallow_clone_from_git_is_identical (tests.compat.test_server.GitServerSideBand64kTestCase) ... ok
1560 test_clone_from_dulwich_empty (tests.compat.test_server.GitServerTestCase) ... ok
1561 test_fetch_from_dulwich (tests.compat.test_server.GitServerTestCase) ... ok
1562 test_fetch_from_dulwich_issue_88_alternative (tests.compat.test_server.GitServerTestCase) ... ok
1563 test_fetch_from_dulwich_issue_88_standard (tests.compat.test_server.GitServerTestCase) ... ok
1564 test_fetch_from_dulwich_no_op (tests.compat.test_server.GitServerTestCase) ... ok
1565 test_fetch_full_depth_into_shallow_clone_from_dulwich (tests.compat.test_server.GitServerTestCase) ... ok
1566 test_fetch_same_depth_into_shallow_clone_from_dulwich (tests.compat.test_server.GitServerTestCase) ... ok
1567 test_lsremote_from_dulwich (tests.compat.test_server.GitServerTestCase) ... ok
1568 test_new_shallow_clone_from_dulwich (tests.compat.test_server.GitServerTestCase) ... ok
1569 test_push_to_dulwich (tests.compat.test_server.GitServerTestCase) ... ok
1570 test_push_to_dulwich_issue_88_standard (tests.compat.test_server.GitServerTestCase) ... ok
1571 test_push_to_dulwich_no_op (tests.compat.test_server.GitServerTestCase) ... ok
1572 test_push_to_dulwich_remove_branch (tests.compat.test_server.GitServerTestCase) ... ok
1573 test_shallow_clone_from_git_is_identical (tests.compat.test_server.GitServerTestCase) ... ok
1574 test_git_version_3 (tests.compat.test_utils.GitVersionTests) ... ok
1575 test_git_version_4 (tests.compat.test_utils.GitVersionTests) ... ok
1576 test_git_version_extra (tests.compat.test_utils.GitVersionTests) ... ok
1577 test_git_version_none (tests.compat.test_utils.GitVersionTests) ... ok
1578 test_require_git_version (tests.compat.test_utils.GitVersionTests) ... ok
1579 test_clone_from_dulwich_empty (tests.compat.test_web.DumbWebTestCase) ... ok
1580 test_fetch_from_dulwich (tests.compat.test_web.DumbWebTestCase) ... ok
1581 test_fetch_from_dulwich_issue_88_alternative (tests.compat.test_web.DumbWebTestCase) ... ok
1582 test_fetch_from_dulwich_issue_88_standard (tests.compat.test_web.DumbWebTestCase) ... ok
1583 test_fetch_from_dulwich_no_op (tests.compat.test_web.DumbWebTestCase) ... ok
1584 test_fetch_full_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
1585 test_fetch_same_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
1586 test_lsremote_from_dulwich (tests.compat.test_web.DumbWebTestCase) ... ok
1587 test_new_shallow_clone_from_dulwich (tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
1588 test_push_to_dulwich (tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web pushing not supported.'
1589 test_push_to_dulwich_issue_88_standard (tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web pushing not supported.'
1590 test_push_to_dulwich_no_op (tests.compat.test_web.DumbWebTestCase) ... ok
1591 test_push_to_dulwich_remove_branch (tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web pushing not supported.'
1592 test_shallow_clone_from_git_is_identical (tests.compat.test_web.DumbWebTestCase) ... skipped 'Dumb web shallow cloning not supported.'
1593 test_clone_from_dulwich_empty (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1594 test_fetch_from_dulwich (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1595 test_fetch_from_dulwich_issue_88_alternative (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1596 test_fetch_from_dulwich_issue_88_standard (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1597 test_fetch_from_dulwich_no_op (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1598 test_fetch_full_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1599 test_fetch_same_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1600 test_lsremote_from_dulwich (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1601 test_new_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1602 test_push_to_dulwich (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1603 test_push_to_dulwich_issue_88_standard (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1604 test_push_to_dulwich_no_op (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1605 test_push_to_dulwich_remove_branch (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1606 test_shallow_clone_from_git_is_identical (tests.compat.test_web.SmartWebSideBand64kNoDoneTestCase) ... ok
1607 test_clone_from_dulwich_empty (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1608 test_fetch_from_dulwich (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1609 test_fetch_from_dulwich_issue_88_alternative (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1610 test_fetch_from_dulwich_issue_88_standard (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1611 test_fetch_from_dulwich_no_op (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1612 test_fetch_full_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1613 test_fetch_same_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1614 test_lsremote_from_dulwich (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1615 test_new_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1616 test_push_to_dulwich (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1617 test_push_to_dulwich_issue_88_standard (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1618 test_push_to_dulwich_no_op (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1619 test_push_to_dulwich_remove_branch (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1620 test_shallow_clone_from_git_is_identical (tests.compat.test_web.SmartWebSideBand64kTestCase) ... ok
1621 test_clone_from_dulwich_empty (tests.compat.test_web.SmartWebTestCase) ... ok
1622 test_fetch_from_dulwich (tests.compat.test_web.SmartWebTestCase) ... ok
1623 test_fetch_from_dulwich_issue_88_alternative (tests.compat.test_web.SmartWebTestCase) ... ok
1624 test_fetch_from_dulwich_issue_88_standard (tests.compat.test_web.SmartWebTestCase) ... ok
1625 test_fetch_from_dulwich_no_op (tests.compat.test_web.SmartWebTestCase) ... ok
1626 test_fetch_full_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebTestCase) ... ok
1627 test_fetch_same_depth_into_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebTestCase) ... ok
1628 test_lsremote_from_dulwich (tests.compat.test_web.SmartWebTestCase) ... ok
1629 test_new_shallow_clone_from_dulwich (tests.compat.test_web.SmartWebTestCase) ... ok
1630 test_push_to_dulwich (tests.compat.test_web.SmartWebTestCase) ... ok
1631 test_push_to_dulwich_issue_88_standard (tests.compat.test_web.SmartWebTestCase) ... ok
1632 test_push_to_dulwich_no_op (tests.compat.test_web.SmartWebTestCase) ... ok
1633 test_push_to_dulwich_remove_branch (tests.compat.test_web.SmartWebTestCase) ... ok
1634 test_shallow_clone_from_git_is_identical (tests.compat.test_web.SmartWebTestCase) ... ok
1635 test_run_command_data_transfer (tests.contrib.test_paramiko_vendor.ParamikoSSHVendorTests) ... ok
1636 test_run_command_password (tests.contrib.test_paramiko_vendor.ParamikoSSHVendorTests) ... ok
1637 test_run_command_with_privkey (tests.contrib.test_paramiko_vendor.ParamikoSSHVendorTests) ... ok
1638 test_get_recent_tags (tests.contrib.test_release_robot.GetRecentTagsTest)
1639 Test get recent tags. ... ok
1640 test_tag_pattern (tests.contrib.test_release_robot.TagPatternTests)
1641 Test tag patterns. ... ok
1642 test_add_commit (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1643 test_add_object (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1644 test_add_objects (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1645 test_add_objects_empty (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1646 test_close (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1647 test_contains_nonexistant (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1648 test_determine_wants_all (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1649 test_determine_wants_all_depth (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1650 test_determine_wants_all_zero (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1651 test_get_depth (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1652 test_get_nonexistant (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1653 test_get_raw (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1654 test_iter (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1655 test_iter_prefix (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1656 test_iter_prefix_not_found (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1657 test_iter_tree_contents (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1658 test_iter_tree_contents_include_trees (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1659 test_peel_sha (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1660 test_store_resilience (tests.contrib.test_swift.SwiftObjectStoreTests)
1661 Test if updating an existing stored object doesn't erase the ... skipped "Required libraries are not installed (['geventhttpclient'])"
1662 test_tree_changes (tests.contrib.test_swift.SwiftObjectStoreTests) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1663 test_create_root (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1664 test_create_root_fails (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1665 test_del_object (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1666 test_del_root (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1667 test_get_container_objects (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1668 test_get_container_objects_fails (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1669 test_get_object (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1670 test_get_object_fails (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1671 test_get_object_stat (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1672 test_get_object_stat_fails (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1673 test_init_connector (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1674 test_put_object (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1675 test_put_object_fails (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1676 test_root_exists (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1677 test_root_not_exists (tests.contrib.test_swift.TestSwiftConnector) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1678 test_init (tests.contrib.test_swift.TestSwiftInfoRefsContainer)
1679 info/refs does not exists. ... skipped "Required libraries are not installed (['geventhttpclient'])"
1680 test_remove_if_equals (tests.contrib.test_swift.TestSwiftInfoRefsContainer) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1681 test_set_if_equals (tests.contrib.test_swift.TestSwiftInfoRefsContainer) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1682 test_init (tests.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1683 test_init_bad_data (tests.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1684 test_init_bare (tests.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1685 test_init_no_data (tests.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1686 test_put_named_file (tests.contrib.test_swift.TestSwiftRepo) ... skipped "Required libraries are not installed (['geventhttpclient'])"
1688 ----------------------------------------------------------------------
1689 Ran 1620 tests
1691 OK (skipped=91, expected failures=1)