/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Jelmer Vernooij
  • Date: 2018-09-11 03:12:02 UTC
  • mfrom: (7101 work)
  • mto: This revision was merged to the branch mainline in revision 7102.
  • Revision ID: jelmer@jelmer.uk-20180911031202-p2wpqy0xzx7wjmid
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This is the list of tests that are known to pass with Python3.
2
2
# "make check-nodocs3" verifies that these pass.
 
3
breezy.git.tests.test_workingtree.GitWorkingTreeTests.test_is_ignored_directory
3
4
breezy.git.tests.test_blackbox.ShallowTests.test_log_shallow
4
5
breezy.git.tests.test_blackbox.ShallowTests.test_version_info_custom_without_revno
5
6
breezy.git.tests.test_blackbox.ShallowTests.test_version_info_custom_with_revno
342
343
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_default_guess_edits
343
344
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_more_complex_conflict
344
345
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_new_in_other_floats_to_top
 
346
breezy.plugins.changelog_merge.tests.test_changelog_merge.TestMergeCoreLogic.test_too_hard
345
347
breezy.plugins.commitfromnews.tests.test_committemplate.TestCommitTemplate.test_added_NEWS
346
348
breezy.plugins.commitfromnews.tests.test_committemplate.TestCommitTemplate.test_changed_NEWS
347
349
breezy.plugins.commitfromnews.tests.test_committemplate.TestCommitTemplate.test_fix_bug
1235
1237
breezy.plugins.launchpad.test_lp_service.TestURLInference.test_staging_branch_url
1236
1238
breezy.plugins.launchpad.test_lp_service.TestURLInference.test_staging_url
1237
1239
breezy.plugins.launchpad.test_register.TestResolveLaunchpadPathRequest.test_mock_resolve_lp_url
 
1240
breezy.plugins.launchpad.test_register.TestResolveLaunchpadPathRequest.test_onto_transport
1238
1241
breezy.plugins.launchpad.test_register.TestResolveLaunchpadPathRequest.test_subclass_request
1239
1242
breezy.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCSNoNetrc.test_home_netrc_does_not_exist
1240
1243
breezy.plugins.netrc_credential_store.tests.test_netrc.TestNetrcCS.test_default_password
2008
2011
breezy.tests.blackbox.test_exceptions.TestDeprecationWarning.test_repository_deprecation_warning_suppressed_global
2009
2012
breezy.tests.blackbox.test_exceptions.TestDeprecationWarning.test_repository_deprecation_warning_suppressed_locations
2010
2013
breezy.tests.blackbox.test_exceptions.TestExceptionReporting.test_exception_exitcode
 
2014
breezy.tests.blackbox.test_exceptions.TestExceptionReporting.test_undecodable_argv
2011
2015
breezy.tests.blackbox.test_exceptions.TestExceptionReporting.test_utf8_default_fs_enc
2012
2016
breezy.tests.blackbox.test_exceptions.TestOptParseBugHandling.test_nonascii_optparse
2013
2017
breezy.tests.blackbox.test_export_pot.TestExportPot.test_export_pot
2152
2156
breezy.tests.blackbox.test_inventory.TestInventory.test_in_subdir
2153
2157
breezy.tests.blackbox.test_inventory.TestInventory.test_inventory
2154
2158
breezy.tests.blackbox.test_inventory.TestInventory.test_inventory_kind
 
2159
breezy.tests.blackbox.test_inventory.TestInventory.test_inventory_mixed
2155
2160
breezy.tests.blackbox.test_inventory.TestInventory.test_inventory_revision
2156
2161
breezy.tests.blackbox.test_inventory.TestInventory.test_inventory_show_ids
 
2162
breezy.tests.blackbox.test_inventory.TestInventory.test_inventory_specific_files
2157
2163
breezy.tests.blackbox.test_inventory.TestInventory.test_missing_file
2158
2164
breezy.tests.blackbox.test_join.TestJoin.test_join
2159
2165
breezy.tests.blackbox.test_join.TestJoin.test_join_dot
2929
2935
breezy.tests.blackbox.test_status.BranchStatus.test_branch_status
2930
2936
breezy.tests.blackbox.test_status.BranchStatus.test_branch_status_revisions
2931
2937
breezy.tests.blackbox.test_status.BranchStatus.test_pending
 
2938
breezy.tests.blackbox.test_status.BranchStatus.test_specific_files_conflicts
2932
2939
breezy.tests.blackbox.test_status.BranchStatus.test_status_multiple_nonexistent_files
2933
2940
breezy.tests.blackbox.test_status.BranchStatus.test_status_nonexistent_file
2934
2941
breezy.tests.blackbox.test_status.BranchStatus.test_status_nonexistent_file_with_others
2942
2949
breezy.tests.blackbox.test_status.CheckoutStatus.test_branch_status
2943
2950
breezy.tests.blackbox.test_status.CheckoutStatus.test_branch_status_revisions
2944
2951
breezy.tests.blackbox.test_status.CheckoutStatus.test_pending
 
2952
breezy.tests.blackbox.test_status.CheckoutStatus.test_specific_files_conflicts
2945
2953
breezy.tests.blackbox.test_status.CheckoutStatus.test_status_multiple_nonexistent_files
2946
2954
breezy.tests.blackbox.test_status.CheckoutStatus.test_status_nonexistent_file
2947
2955
breezy.tests.blackbox.test_status.CheckoutStatus.test_status_nonexistent_file_with_others
4993
5001
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteBranchFormat-default)
4994
5002
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteBranchFormat-v2)
4995
5003
breezy.tests.per_branch.test_parent.TestParent.test_no_default_parent(RemoteGitBranchFormat)
 
5004
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(BranchReferenceFormat)
 
5005
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(BzrBranchFormat4)
 
5006
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(BzrBranchFormat5)
 
5007
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(BzrBranchFormat6)
 
5008
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(BzrBranchFormat7)
 
5009
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(BzrBranchFormat8)
 
5010
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(LocalGitBranchFormat)
 
5011
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(RemoteBranchFormat-default)
 
5012
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(RemoteBranchFormat-v2)
 
5013
breezy.tests.per_branch.test_parent.TestParent.test_set_get_parent(RemoteGitBranchFormat)
4996
5014
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BranchReferenceFormat)
4997
5015
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat4)
4998
5016
breezy.tests.per_branch.test_parent.TestParent.test_win32_set_parent_on_another_drive(BzrBranchFormat5)
5059
5077
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat6)
5060
5078
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat7)
5061
5079
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat8)
 
5080
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(LocalGitBranchFormat)
5062
5081
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteBranchFormat-default)
5063
5082
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteBranchFormat-v2)
5064
5083
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteGitBranchFormat)
5068
5087
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat6)
5069
5088
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat7)
5070
5089
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat8)
 
5090
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(LocalGitBranchFormat)
5071
5091
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteBranchFormat-default)
5072
5092
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteBranchFormat-v2)
5073
5093
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteGitBranchFormat)
5097
5117
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat6)
5098
5118
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat7)
5099
5119
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat8)
 
5120
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(LocalGitBranchFormat)
5100
5121
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteBranchFormat-default)
5101
5122
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteBranchFormat-v2)
5102
5123
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteGitBranchFormat)
5106
5127
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat6)
5107
5128
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat7)
5108
5129
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat8)
 
5130
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(LocalGitBranchFormat)
5109
5131
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteBranchFormat-default)
5110
5132
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteBranchFormat-v2)
5111
5133
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteGitBranchFormat)
5125
5147
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat6)
5126
5148
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat7)
5127
5149
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat8)
 
5150
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(LocalGitBranchFormat)
5128
5151
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteBranchFormat-default)
5129
5152
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteBranchFormat-v2)
5130
5153
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteGitBranchFormat)
5144
5167
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat6)
5145
5168
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat7)
5146
5169
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat8)
 
5170
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(LocalGitBranchFormat)
5147
5171
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(RemoteBranchFormat-default)
5148
5172
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(RemoteBranchFormat-v2)
5149
5173
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(RemoteGitBranchFormat)
5203
5227
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat6)
5204
5228
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat7)
5205
5229
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(BzrBranchFormat8)
 
5230
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(LocalGitBranchFormat)
5206
5231
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteBranchFormat-default)
5207
5232
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteBranchFormat-v2)
5208
5233
breezy.tests.per_branch.test_push.TestPushHook.test_post_push_nonempty_history(RemoteGitBranchFormat)
5212
5237
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat6)
5213
5238
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat7)
5214
5239
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(BzrBranchFormat8)
 
5240
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(LocalGitBranchFormat)
5215
5241
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteBranchFormat-default)
5216
5242
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteBranchFormat-v2)
5217
5243
breezy.tests.per_branch.test_push.TestPush.test_push_convergence_simple(RemoteGitBranchFormat)
5221
5247
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat6)
5222
5248
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat7)
5223
5249
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(BzrBranchFormat8)
 
5250
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(LocalGitBranchFormat)
5224
5251
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(RemoteBranchFormat-default)
5225
5252
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(RemoteBranchFormat-v2)
5226
5253
breezy.tests.per_branch.test_push.TestPush.test_push_merged_indirect(RemoteGitBranchFormat)
7761
7788
breezy.tests.per_controldir.test_format.TestControlDir.test_upgrade_recommended(RemoteBzrDirFormat-default)
7762
7789
breezy.tests.per_controldir.test_format.TestControlDir.test_upgrade_recommended(RemoteBzrDirFormat-v2)
7763
7790
breezy.tests.per_controldir.test_format.TestControlDir.test_upgrade_recommended(RemoteGitControlDirFormat)
 
7791
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BareLocalGitControlDirFormat)
7764
7792
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirFormat4)
7765
7793
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirFormat5)
7766
7794
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirFormat6)
7768
7796
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(BzrDirMetaFormat1Colo)
7769
7797
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(CVSDirFormat)
7770
7798
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(DarcsDirFormat)
 
7799
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(LocalGitControlDirFormat)
7771
7800
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(MonotoneDirFormat)
7772
7801
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(RemoteBzrDirFormat)
7773
7802
breezy.tests.per_controldir.test_push.TestPush.test_push_incremental(RemoteBzrDirFormat-default)
7903
7932
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7904
7933
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7905
7934
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7935
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
 
7936
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7906
7937
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
7938
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7907
7939
breezy.tests.per_interbranch.test_pull.TestPullHook.test_post_pull_nonempty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
7908
7940
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7909
7941
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7910
7942
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7943
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7911
7944
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7912
7945
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7913
7946
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_convergence_simple(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7915
7948
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7916
7949
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7917
7950
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7951
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7918
7952
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7919
7953
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7920
7954
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_merged_indirect(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7938
7972
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7939
7973
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7940
7974
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7975
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7941
7976
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7942
7977
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7943
7978
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_returns_result(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7945
7980
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7946
7981
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7947
7982
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
7983
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7948
7984
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7949
7985
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7950
7986
breezy.tests.per_interbranch.test_pull.TestPull.test_pull_updates_checkout_and_master(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7968
8004
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7969
8005
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7970
8006
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8007
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
 
8008
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7971
8009
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
 
8010
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7972
8011
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
7973
8012
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7974
8013
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7981
8020
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7982
8021
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7983
8022
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8023
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7984
8024
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7985
8025
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7986
8026
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
7988
8028
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
7989
8029
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
7990
8030
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8031
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
7991
8032
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
7992
8033
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
7993
8034
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
8033
8074
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
8034
8075
breezy.tests.per_interbranch.test_push.TestPush.test_push_uses_read_lock_lossy(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
8035
8076
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
 
8077
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
8036
8078
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8079
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
8037
8080
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
 
8081
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
8038
8082
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
8039
8083
breezy.tests.per_interbranch.test_push.TestPush.test_push_with_default_stacking_does_not_create_broken_branch(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
8040
8084
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(GenericInterBranch,BzrBranchFormat7,BzrBranchFormat7)
8041
8085
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterFromGitBranch,LocalGitBranchFormat,BzrBranchFormat7)
8042
8086
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
8087
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterGitLocalGitBranch,LocalGitBranchFormat,LocalGitBranchFormat)
8043
8088
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
8044
8089
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
8045
8090
breezy.tests.per_interbranch.test_push.TestPush.test_push_within_repository(InterToGitBranch,BzrBranchFormat7,LocalGitBranchFormat)
8265
8310
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
8266
8311
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
8267
8312
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart(InterToLocalGitRepository,RepositoryFormat2a,GitRepositoryFormat)
 
8313
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
 
8314
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
 
8315
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterDifferingSerializer,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
8268
8316
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
8269
8317
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
8270
8318
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary_smart_old(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
9556
9604
breezy.tests.per_repository_reference.test_get_rev_id_for_revno.TestGetRevIdForRevno.test_uses_fallback(RepositoryFormatKnitPack6)
9557
9605
breezy.tests.per_repository_reference.test_get_rev_id_for_revno.TestGetRevIdForRevno.test_uses_fallback(RepositoryFormatKnitPack6RichRoot)
9558
9606
breezy.tests.per_repository_reference.test_get_rev_id_for_revno.TestGetRevIdForRevno.test_uses_fallback(RepositoryFormatPackDevelopment2Subtree)
 
9607
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RemoteRepositoryFormat-default)
 
9608
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RemoteRepositoryFormat-v2)
9559
9609
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormat2a)
9560
9610
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormat2aSubtree)
9561
9611
breezy.tests.per_repository_reference.test_graph.TestGraph.test_doesnt_call_get_parent_map_on_all_fallback_revs(RepositoryFormatKnitPack5)
20068
20118
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat5)
20069
20119
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat6)
20070
20120
breezy.tests.per_workingtree.test_executable.TestExecutable.test_06_branch(WorkingTreeFormat6,remote)
 
20121
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(GitWorkingTreeFormat)
20071
20122
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(WorkingTreeFormat2)
20072
20123
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(WorkingTreeFormat3)
20073
20124
breezy.tests.per_workingtree.test_executable.TestExecutable.test_07_pull(WorkingTreeFormat4)
21103
21154
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(WorkingTreeFormat5)
21104
21155
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(WorkingTreeFormat6)
21105
21156
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_changes_root_id(WorkingTreeFormat6,remote)
 
21157
breezy.tests.per_workingtree.test_pull.TestPull.test_pull(GitWorkingTreeFormat)
 
21158
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(GitWorkingTreeFormat)
21106
21159
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(WorkingTreeFormat2)
21107
21160
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(WorkingTreeFormat3)
21108
21161
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_merges_tree_content(WorkingTreeFormat4)
21116
21169
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_null(WorkingTreeFormat5)
21117
21170
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_null(WorkingTreeFormat6)
21118
21171
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_null(WorkingTreeFormat6,remote)
 
21172
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(GitWorkingTreeFormat)
21119
21173
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(WorkingTreeFormat2)
21120
21174
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(WorkingTreeFormat3)
21121
21175
breezy.tests.per_workingtree.test_pull.TestPull.test_pull_overwrites(WorkingTreeFormat4)
21604
21658
breezy.tests.per_workingtree.test_smart_add.TestSmartAddConflictRelatedFiles.test_can_add_generated_files_explicitly(WorkingTreeFormat5)
21605
21659
breezy.tests.per_workingtree.test_smart_add.TestSmartAddConflictRelatedFiles.test_can_add_generated_files_explicitly(WorkingTreeFormat6)
21606
21660
breezy.tests.per_workingtree.test_smart_add.TestSmartAddConflictRelatedFiles.test_can_add_generated_files_explicitly(WorkingTreeFormat6,remote)
 
21661
breezy.tests.per_workingtree.test_smart_add.TestSmartAddConflictRelatedFiles.test_cant_add_generated_files_implicitly(GitWorkingTreeFormat)
21607
21662
breezy.tests.per_workingtree.test_smart_add.TestSmartAddConflictRelatedFiles.test_cant_add_generated_files_implicitly(WorkingTreeFormat2)
21608
21663
breezy.tests.per_workingtree.test_smart_add.TestSmartAddConflictRelatedFiles.test_cant_add_generated_files_implicitly(WorkingTreeFormat3)
21609
21664
breezy.tests.per_workingtree.test_smart_add.TestSmartAddConflictRelatedFiles.test_cant_add_generated_files_implicitly(WorkingTreeFormat4)
22500
22555
breezy.tests.test_annotate.TestAnnotate.test_annotate_limits_dotted_revnos
22501
22556
breezy.tests.test_annotate.TestAnnotate.test_annotate_show_ids
22502
22557
breezy.tests.test_annotate.TestAnnotate.test_annotate_shows_dotted_revnos
 
22558
breezy.tests.test_annotate.TestAnnotate.test_annotate_unicode_author
22503
22559
breezy.tests.test_annotate.TestAnnotate.test_annotate_uses_branch_context
22504
22560
breezy.tests.test_annotate.TestReannotate.test_reannotate
22505
22561
breezy.tests.test_annotate.TestReannotate.test_reannotate_left_matching_blocks
22539
22595
breezy.tests.test_atomicfile.TestAtomicFile.test_abort
22540
22596
breezy.tests.test_atomicfile.TestAtomicFile.test_close
22541
22597
breezy.tests.test_atomicfile.TestAtomicFile.test_commit
 
22598
breezy.tests.test_atomicfile.TestAtomicFile.test_context_manager_abort
 
22599
breezy.tests.test_atomicfile.TestAtomicFile.test_context_manager_commit
22542
22600
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0400
22543
22601
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0600
22544
22602
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0640
22547
22605
breezy.tests.test_atomicfile.TestAtomicFile.test_mode_0666
22548
22606
breezy.tests.test_atomicfile.TestAtomicFile.test_no_mode
22549
22607
breezy.tests.test_atomicfile.TestAtomicFile.test_text_mode
 
22608
breezy.tests.test_bad_files.TestBadFiles.test_bad_files
22550
22609
breezy.tests.test__bencode.TestBencodeDecode.test_decoder_type_error(C)
22551
22610
breezy.tests.test__bencode.TestBencodeDecode.test_decoder_type_error(python)
22552
22611
breezy.tests.test__bencode.TestBencodeDecode.test_dict(C)
22754
22813
breezy.tests.test_btree_index.TestBTreeIndex.test_with_offset_no_size
22755
22814
breezy.tests.test_btree_index.TestBTreeIndex.test_with_size_constructor
22756
22815
breezy.tests.test_btree_index.TestBTreeIndex.test_with_small_offset
 
22816
breezy.tests.test_btree_index.TestBTreeNodes.test__flatten_node(C)
22757
22817
breezy.tests.test_btree_index.TestBTreeNodes.test__flatten_node(python)
 
22818
breezy.tests.test_btree_index.TestBTreeNodes.test_InternalNode_1(C)
22758
22819
breezy.tests.test_btree_index.TestBTreeNodes.test_InternalNode_1(python)
 
22820
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_1_0(C)
22759
22821
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_1_0(python)
 
22822
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_2_2(C)
22760
22823
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_2_2(python)
22761
22824
breezy.tests.test_btree_index.TestCompiledBtree.test_exists
22762
22825
breezy.tests.test_btree_index.TestExpandOffsets.test_cannot_fully_expand
23124
23187
breezy.tests.test_cethread.TestCatchingExceptionThread.test_start_and_join_smoke_test
23125
23188
breezy.tests.test_cethread.TestCatchingExceptionThread.test_switch_and_set
23126
23189
breezy.tests.test_cethread.TestCatchingExceptionThread.test_sync_event
 
23190
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(C)
23127
23191
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(python)
 
23192
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(C)
23128
23193
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(python)
 
23194
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(C)
23129
23195
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(python)
 
23196
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(C)
23130
23197
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(python)
 
23198
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(C)
23131
23199
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(python)
 
23200
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(C)
23132
23201
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(python)
 
23202
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(C)
23133
23203
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(python)
23134
23204
breezy.tests.test_chk_map.TestCHKMapDifference.test__init__
23135
23205
breezy.tests.test_chk_map.TestCHKMapDifference.test__process_next_old_batched_no_dupes
23146
23216
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_prepares_queues
23147
23217
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_skips_known_old
23148
23218
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_yields_extra_deep_records
 
23219
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(C)
23149
23220
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(python)
 
23221
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(C)
23150
23222
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(python)
 
23223
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(C)
23151
23224
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(python)
 
23225
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(C)
23152
23226
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(python)
 
23227
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(C)
23153
23228
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(python)
 
23229
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(C)
23154
23230
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(python)
 
23231
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(C)
23155
23232
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(python)
 
23233
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(C)
23156
23234
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(python)
 
23235
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(C)
23157
23236
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(python)
 
23237
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(C)
23158
23238
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(python)
 
23239
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(C)
23159
23240
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(python)
 
23241
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(C)
23160
23242
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(python)
 
23243
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(C)
23161
23244
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(python)
 
23245
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(C)
23162
23246
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(python)
 
23247
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(C)
23163
23248
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(python)
23164
23249
breezy.tests.test_chk_map.TestInternalNode.test_add_node_empty_new
23165
23250
breezy.tests.test_chk_map.TestInternalNode.test_add_node_resets_key_new
23219
23304
breezy.tests.test_chk_map.TestLeafNode.test_unmap_present
23220
23305
breezy.tests.test_chk_map.TestMapSearchKeys.test_default_chk_map_uses_flat_search_key
23221
23306
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_16
 
23307
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_255
23222
23308
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_collisions
23223
23309
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_is_passed_to_root_node
23224
23310
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_passed_via__ensure_root
23225
23311
breezy.tests.test_chk_map.TestMapSearchKeys.test_search_key_with_internal_node
23226
23312
breezy.tests.test_chk_map.TestMap.test_apply_ab_empty
23227
23313
breezy.tests.test_chk_map.TestMap.test_apply_delete_to_internal_node
 
23314
breezy.tests.test_chk_map.TestMap.test_apply_delta_is_deterministic
23228
23315
breezy.tests.test_chk_map.TestMap.test_apply_empty_ab
23229
23316
breezy.tests.test_chk_map.TestMap.test_apply_new_keys_must_be_new
 
23317
breezy.tests.test_chk_map.TestMap.test_assert_map_layout_equal
23230
23318
breezy.tests.test_chk_map.TestMap.test_deep_splitting
23231
23319
breezy.tests.test_chk_map.TestMap.test__dump_tree
23232
23320
breezy.tests.test_chk_map.TestMap.test__dump_tree_in_progress
23251
23339
breezy.tests.test_chk_map.TestMap.test_iteritems_two_items
23252
23340
breezy.tests.test_chk_map.TestMap.test___len__2
23253
23341
breezy.tests.test_chk_map.TestMap.test___len__empty
 
23342
breezy.tests.test_chk_map.TestMap.test_map_collapses_if_size_changes
23254
23343
breezy.tests.test_chk_map.TestMap.test_map_double_deep_collapses
23255
23344
breezy.tests.test_chk_map.TestMap.test_map_first_item_new
 
23345
breezy.tests.test_chk_map.TestMap.test_map_splits_with_longer_key
23256
23346
breezy.tests.test_chk_map.TestMap.test_max_size_100_bytes_new
 
23347
breezy.tests.test_chk_map.TestMap.test_stable_splitting
 
23348
breezy.tests.test_chk_map.TestMap.test_stable_unmap
23257
23349
breezy.tests.test_chk_map.TestMap.test_unmap_double_deep
23258
23350
breezy.tests.test_chk_map.TestMap.test_unmap_double_deep_non_empty_leaf
23259
23351
breezy.tests.test_chk_map.TestMap.test_unmap_last_item_root_is_leaf_new
23262
23354
breezy.tests.test_chk_map.TestMap.test_unmap_uses_existing_items
23263
23355
breezy.tests.test_chk_map.TestMap.test_unmap_with_known_internal_node_doesnt_page
23264
23356
breezy.tests.test_chk_map.TestMap.test_unmap_without_fitting_doesnt_page_in
 
23357
breezy.tests.test_chk_map.TestMap.test_with_linefeed_in_key
23265
23358
breezy.tests.test_chk_map.TestNode.test_common_prefix
23266
23359
breezy.tests.test_chk_map.TestNode.test_empty
23267
23360
breezy.tests.test_chk_map.TestNode.test_equal
23268
23361
breezy.tests.test_chk_map.TestNode.test_no_common_prefix
23269
23362
breezy.tests.test_chk_map.TestNode.test_not_a_prefix
 
23363
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(C)
23270
23364
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(python)
 
23365
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(C)
23271
23366
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(python)
 
23367
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(C)
23272
23368
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(python)
23273
23369
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_16
23274
23370
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_plain
24314
24410
breezy.tests.test_debug.TestDebugFlags.test_set_single_debug_flags_from_config
24315
24411
breezy.tests.test_decorators.TestOnlyRaisesDecorator.test_quietly_logs_unapproved_errors
24316
24412
breezy.tests.test_decorators.TestOnlyRaisesDecorator.test_raises_approved_error
 
24413
breezy.tests.test_delta.TestChangesFrom.test_kind_change
24317
24414
breezy.tests.test_delta.TestDeltaShow.test_long_status
24318
24415
breezy.tests.test_delta.TestDeltaShow.test_long_status_id_predicate
24319
24416
breezy.tests.test_delta.TestDeltaShow.test_long_status_path_predicate
24471
24568
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_tricky_paths
24472
24569
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_unicode_not_allowed
24473
24570
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_smoketest(unicode)
 
24571
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_smoketest(utf8)
24474
24572
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_trailing_garbage(unicode)
 
24573
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_trailing_garbage(utf8)
24475
24574
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_empty
24476
24575
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_non_ascii
24477
24576
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_same_str
24486
24585
breezy.tests.test__dirstate_helpers.TestMemRChr.test_multiple
24487
24586
breezy.tests.test__dirstate_helpers.TestMemRChr.test_single_entry
24488
24587
breezy.tests.test__dirstate_helpers.TestMemRChr.test_with_nulls
 
24588
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_ctime(dirstate_Pyrex)
24489
24589
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_ctime(dirstate_Python)
 
24590
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_mtime(dirstate_Pyrex)
24490
24591
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_mtime(dirstate_Python)
 
24592
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_ctime(dirstate_Pyrex)
24491
24593
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_ctime(dirstate_Python)
 
24594
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_mtime(dirstate_Pyrex)
24492
24595
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_mtime(dirstate_Python)
 
24596
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_ctime(dirstate_Pyrex)
24493
24597
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_ctime(dirstate_Python)
 
24598
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_mtime(dirstate_Pyrex)
24494
24599
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_mtime(dirstate_Python)
 
24600
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_inode(dirstate_Pyrex)
24495
24601
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_inode(dirstate_Python)
 
24602
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_size(dirstate_Pyrex)
24496
24603
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_size(dirstate_Python)
 
24604
breezy.tests.test__dirstate_helpers.TestPackStat.test_negative_dev(dirstate_Pyrex)
24497
24605
breezy.tests.test__dirstate_helpers.TestPackStat.test_negative_dev(dirstate_Python)
 
24606
breezy.tests.test__dirstate_helpers.TestPackStat.test_result(dirstate_Pyrex)
24498
24607
breezy.tests.test__dirstate_helpers.TestPackStat.test_result(dirstate_Python)
 
24608
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(unicode,dirstate_Pyrex)
24499
24609
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(unicode,dirstate_Python)
 
24610
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(utf8,dirstate_Pyrex)
 
24611
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(utf8,dirstate_Python)
 
24612
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Pyrex)
24500
24613
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Python)
 
24614
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Pyrex)
 
24615
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Python)
 
24616
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(unicode,dirstate_Pyrex)
24501
24617
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(unicode,dirstate_Python)
 
24618
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(utf8,dirstate_Pyrex)
 
24619
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(utf8,dirstate_Python)
24502
24620
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_smoketest(unicode)
 
24621
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_smoketest(utf8)
24503
24622
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_trailing_garbage(unicode)
 
24623
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_trailing_garbage(utf8)
 
24624
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(unicode,dirstate_Pyrex)
24504
24625
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(unicode,dirstate_Python)
 
24626
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(utf8,dirstate_Pyrex)
 
24627
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(utf8,dirstate_Python)
 
24628
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(unicode,dirstate_Pyrex)
24505
24629
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(unicode,dirstate_Python)
 
24630
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(utf8,dirstate_Pyrex)
 
24631
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(utf8,dirstate_Python)
 
24632
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(unicode,dirstate_Pyrex)
24506
24633
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(unicode,dirstate_Python)
 
24634
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(utf8,dirstate_Pyrex)
 
24635
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(utf8,dirstate_Python)
 
24636
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(unicode,dirstate_Pyrex)
24507
24637
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(unicode,dirstate_Python)
 
24638
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(utf8,dirstate_Pyrex)
 
24639
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(utf8,dirstate_Python)
 
24640
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Pyrex)
24508
24641
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Python)
 
24642
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Pyrex)
 
24643
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Python)
 
24644
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(unicode,dirstate_Pyrex)
24509
24645
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(unicode,dirstate_Python)
 
24646
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(utf8,dirstate_Pyrex)
 
24647
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(utf8,dirstate_Python)
 
24648
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(unicode,dirstate_Pyrex)
24510
24649
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(unicode,dirstate_Python)
 
24650
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(utf8,dirstate_Pyrex)
 
24651
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(utf8,dirstate_Python)
 
24652
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(unicode,dirstate_Pyrex)
24511
24653
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(unicode,dirstate_Python)
 
24654
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(utf8,dirstate_Pyrex)
 
24655
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(utf8,dirstate_Python)
 
24656
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(unicode,dirstate_Pyrex)
24512
24657
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(unicode,dirstate_Python)
 
24658
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(utf8,dirstate_Pyrex)
 
24659
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(utf8,dirstate_Python)
 
24660
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(unicode,dirstate_Pyrex)
24513
24661
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(unicode,dirstate_Python)
 
24662
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(utf8,dirstate_Pyrex)
 
24663
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(utf8,dirstate_Python)
 
24664
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(unicode,dirstate_Pyrex)
24514
24665
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(unicode,dirstate_Python)
 
24666
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(utf8,dirstate_Pyrex)
 
24667
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(utf8,dirstate_Python)
 
24668
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(unicode,dirstate_Pyrex)
24515
24669
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(unicode,dirstate_Python)
 
24670
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(utf8,dirstate_Pyrex)
 
24671
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(utf8,dirstate_Python)
 
24672
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(unicode,dirstate_Pyrex)
24516
24673
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(unicode,dirstate_Python)
 
24674
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(utf8,dirstate_Pyrex)
 
24675
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(utf8,dirstate_Python)
 
24676
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(unicode,dirstate_Pyrex)
24517
24677
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(unicode,dirstate_Python)
 
24678
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(utf8,dirstate_Pyrex)
 
24679
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(utf8,dirstate_Python)
 
24680
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(unicode,dirstate_Pyrex)
24518
24681
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(unicode,dirstate_Python)
 
24682
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(utf8,dirstate_Pyrex)
 
24683
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(utf8,dirstate_Python)
 
24684
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(unicode,dirstate_Pyrex)
24519
24685
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(unicode,dirstate_Python)
 
24686
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(utf8,dirstate_Pyrex)
 
24687
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(utf8,dirstate_Python)
 
24688
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(unicode,dirstate_Pyrex)
24520
24689
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(unicode,dirstate_Python)
 
24690
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(utf8,dirstate_Pyrex)
 
24691
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(utf8,dirstate_Python)
24521
24692
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_bisect_dirblock
24522
24693
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_left
24523
24694
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_right
24526
24697
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__read_dirblocks
24527
24698
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_update_entry
24528
24699
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks_missing(unicode)
 
24700
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks_missing(utf8)
24529
24701
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks(unicode)
 
24702
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks(utf8)
24530
24703
breezy.tests.test_dirstate.TestBisect.test_bisect_duplicate_paths(unicode)
 
24704
breezy.tests.test_dirstate.TestBisect.test_bisect_duplicate_paths(utf8)
24531
24705
breezy.tests.test_dirstate.TestBisect.test_bisect_each(unicode)
 
24706
breezy.tests.test_dirstate.TestBisect.test_bisect_each(utf8)
24532
24707
breezy.tests.test_dirstate.TestBisect.test_bisect_missing(unicode)
 
24708
breezy.tests.test_dirstate.TestBisect.test_bisect_missing(utf8)
24533
24709
breezy.tests.test_dirstate.TestBisect.test_bisect_multi(unicode)
 
24710
breezy.tests.test_dirstate.TestBisect.test_bisect_multi(utf8)
24534
24711
breezy.tests.test_dirstate.TestBisect.test_bisect_one_page(unicode)
 
24712
breezy.tests.test_dirstate.TestBisect.test_bisect_one_page(utf8)
24535
24713
breezy.tests.test_dirstate.TestBisect.test_bisect_page_size_too_small(unicode)
 
24714
breezy.tests.test_dirstate.TestBisect.test_bisect_page_size_too_small(utf8)
24536
24715
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_each(unicode)
 
24716
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_each(utf8)
24537
24717
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_missing(unicode)
 
24718
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_missing(utf8)
24538
24719
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_multiple(unicode)
 
24720
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_multiple(utf8)
24539
24721
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_renamed(unicode)
 
24722
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_renamed(utf8)
24540
24723
breezy.tests.test_dirstate.TestBisect.test_bisect_rename(unicode)
 
24724
breezy.tests.test_dirstate.TestBisect.test_bisect_rename(utf8)
24541
24725
breezy.tests.test_dirstate.TestDirStateHashUpdates.test_worth_saving_limit_avoids_writing(unicode)
 
24726
breezy.tests.test_dirstate.TestDirStateHashUpdates.test_worth_saving_limit_avoids_writing(utf8)
24542
24727
breezy.tests.test_dirstate.TestDirStateInitialize.test_initialize(unicode)
 
24728
breezy.tests.test_dirstate.TestDirStateInitialize.test_initialize(utf8)
24543
24729
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_and_child_no_parents_all_data(unicode)
 
24730
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_and_child_no_parents_all_data(utf8)
24544
24731
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_to_root_no_parents_all_data(unicode)
 
24732
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_to_root_no_parents_all_data(utf8)
24545
24733
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_forbidden_names(unicode)
 
24734
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_forbidden_names(utf8)
24546
24735
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_root_no_parents_all_data(unicode)
 
24736
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_root_no_parents_all_data(utf8)
24547
24737
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_unversioned_directory(unicode)
 
24738
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_unversioned_directory(utf8)
24548
24739
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_to_root_no_parents_all_data(unicode)
 
24740
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_to_root_no_parents_all_data(utf8)
24549
24741
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_unicode_to_root_no_parents_all_data(unicode)
 
24742
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_unicode_to_root_no_parents_all_data(utf8)
24550
24743
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_tree_reference(unicode)
 
24744
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_tree_reference(utf8)
24551
24745
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_file_missing_from_tree(unicode)
 
24746
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_file_missing_from_tree(utf8)
24552
24747
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_no_content(unicode)
 
24748
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_no_content(utf8)
24553
24749
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_no_parents(unicode)
 
24750
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_no_parents(utf8)
24554
24751
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_with_parents(unicode)
 
24752
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_with_parents(utf8)
24555
24753
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_mixed_paths(unicode)
 
24754
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_mixed_paths(utf8)
24556
24755
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_no_content_no_parents(unicode)
 
24756
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_no_content_no_parents(utf8)
24557
24757
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_preserves_hashcache(unicode)
 
24758
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_preserves_hashcache(utf8)
24558
24759
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_identical_parent(unicode)
 
24760
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_identical_parent(utf8)
24559
24761
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_no_parents(unicode)
 
24762
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_no_parents(utf8)
24560
24763
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_with_rename_b_a_bug_395556(unicode)
 
24764
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_with_rename_b_a_bug_395556(utf8)
24561
24765
breezy.tests.test_dirstate.TestDirStateManipulations.test_update_minimal_updates_id_index(unicode)
 
24766
breezy.tests.test_dirstate.TestDirStateManipulations.test_update_minimal_updates_id_index(utf8)
24562
24767
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_clean_on_file(unicode)
 
24768
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_clean_on_file(utf8)
24563
24769
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_in_read_lock(unicode)
 
24770
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_in_read_lock(utf8)
24564
24771
breezy.tests.test_dirstate.TestDirStateOnFile.test_construct_with_path(unicode)
 
24772
breezy.tests.test_dirstate.TestDirStateOnFile.test_construct_with_path(utf8)
24565
24773
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_fails_quietly_if_locked(unicode)
 
24774
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_fails_quietly_if_locked(utf8)
24566
24775
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_refuses_if_changes_aborted(unicode)
 
24776
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_refuses_if_changes_aborted(utf8)
24567
24777
breezy.tests.test_dirstate.TestDirstateSortOrder.test_add_sorting
24568
24778
breezy.tests.test_dirstate.TestDirstateSortOrder.test_set_parent_trees_correct_order
24569
24779
breezy.tests.test_dirstate.TestDirstateTreeReference.test_reference_revision_is_none(unicode)
 
24780
breezy.tests.test_dirstate.TestDirstateTreeReference.test_reference_revision_is_none(utf8)
24570
24781
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_missing_rename(unicode)
 
24782
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_missing_rename(utf8)
24571
24783
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_name_mismatch(unicode)
 
24784
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_name_mismatch(utf8)
24572
24785
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_not_sorted(unicode)
 
24786
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_not_sorted(utf8)
24573
24787
breezy.tests.test_dirstate.TestDirstateValidation.test_validate_correct_dirstate(unicode)
 
24788
breezy.tests.test_dirstate.TestDirstateValidation.test_validate_correct_dirstate(utf8)
24574
24789
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_absent(unicode)
 
24790
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_absent(utf8)
24575
24791
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_all_subdir(unicode)
 
24792
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_all_subdir(utf8)
24576
24793
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_no_parents(unicode)
 
24794
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_no_parents(utf8)
24577
24795
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_one_parent(unicode)
 
24796
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_one_parent(utf8)
24578
24797
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_renamed(unicode)
 
24798
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_renamed(utf8)
24579
24799
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_simple(unicode)
 
24800
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_simple(utf8)
24580
24801
breezy.tests.test_dirstate.TestErrors.test_dirstate_corrupt
24581
24802
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_exists(unicode)
 
24803
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_exists(utf8)
24582
24804
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_missing(unicode)
 
24805
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_missing(utf8)
24583
24806
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_simple_structure(unicode)
 
24807
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_simple_structure(utf8)
24584
24808
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_exists(unicode)
 
24809
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_exists(utf8)
24585
24810
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_missing(unicode)
 
24811
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_missing(utf8)
24586
24812
breezy.tests.test_dirstate.TestGetEntry.test_get_entry_uninitialized(unicode)
 
24813
breezy.tests.test_dirstate.TestGetEntry.test_get_entry_uninitialized(utf8)
24587
24814
breezy.tests.test_dirstate.TestGetEntry.test_simple_structure(unicode)
 
24815
breezy.tests.test_dirstate.TestGetEntry.test_simple_structure(utf8)
24588
24816
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line(unicode)
 
24817
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line(utf8)
24589
24818
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_parent(unicode)
 
24819
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_parent(utf8)
24590
24820
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_two_parents_at_different_paths(unicode)
 
24821
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_two_parents_at_different_paths(utf8)
24591
24822
breezy.tests.test_dirstate.TestGetLines.test_get_line_with_2_rows(unicode)
 
24823
breezy.tests.test_dirstate.TestGetLines.test_get_line_with_2_rows(utf8)
24592
24824
breezy.tests.test_dirstate.TestGetLines.test_iter_entries(unicode)
 
24825
breezy.tests.test_dirstate.TestGetLines.test_iter_entries(utf8)
24593
24826
breezy.tests.test_dirstate.Test_InvEntryToDetails.test_unicode_symlink
24594
24827
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_children_b(unicode)
 
24828
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_children_b(utf8)
24595
24829
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_child_root(unicode)
 
24830
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_child_root(utf8)
24596
24831
breezy.tests.test_dirstate.TestPackStat.test_pack_stat_float
24597
24832
breezy.tests.test_dirstate.TestPackStat.test_pack_stat_int
24598
24833
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_sha1
24599
24834
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_stat_and_sha1
24600
24835
breezy.tests.test_dirstate.TestSHA1Provider.test_sha1provider_is_an_interface
24601
24836
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_empty_to_dirstate(unicode)
 
24837
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_empty_to_dirstate(utf8)
24602
24838
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_not_empty_to_dirstate(unicode)
 
24839
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_not_empty_to_dirstate(utf8)
24603
24840
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_empty_to_dirstate(unicode)
 
24841
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_empty_to_dirstate(utf8)
24604
24842
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_not_empty_to_dirstate(unicode)
 
24843
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_not_empty_to_dirstate(utf8)
24605
24844
breezy.tests.test_dirstate.TestTreeToDirState.test_colliding_fileids(unicode)
 
24845
breezy.tests.test_dirstate.TestTreeToDirState.test_colliding_fileids(utf8)
24606
24846
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_to_dirstate(unicode)
 
24847
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_to_dirstate(utf8)
24607
24848
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_unknowns_are_ignored_to_dirstate(unicode)
 
24849
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_unknowns_are_ignored_to_dirstate(utf8)
24608
24850
breezy.tests.test_dirstate.TestTreeToDirState.test_non_empty_no_parents_to_dirstate(unicode)
 
24851
breezy.tests.test_dirstate.TestTreeToDirState.test_non_empty_no_parents_to_dirstate(utf8)
24609
24852
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_add_file_active_state_has_diff_file_and_file_elsewhere
24610
24853
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_add_file_elsewhere_in_active_state
24611
24854
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_add_file_in_empty_dir_not_matching_active_state
24633
24876
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_rename_file_matching_active_state
24634
24877
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_rename_file_missing_in_active_state
24635
24878
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_rename_file_present_elsewhere_in_active_state
 
24879
breezy.tests.test_email_message.TestEmailMessage.test_address_to_encoded_header
24636
24880
breezy.tests.test_email_message.TestEmailMessage.test_empty_message
 
24881
breezy.tests.test_email_message.TestEmailMessage.test_headers_accept_unicode_and_utf8
 
24882
breezy.tests.test_email_message.TestEmailMessage.test_headers_reject_8bit
24637
24883
breezy.tests.test_email_message.TestEmailMessage.test_multipart_message_complex
24638
24884
breezy.tests.test_email_message.TestEmailMessage.test_multipart_message_simple
24639
24885
breezy.tests.test_email_message.TestEmailMessage.test_multiple_destinations
25004
25250
breezy.tests.test_graph.TestStackedParentsProvider.test_query_order
25005
25251
breezy.tests.test_graph.TestStackedParentsProvider.test_stacked_parents_provider
25006
25252
breezy.tests.test_graph.TestStackedParentsProvider.test_stacked_parents_provider_overlapping
 
25253
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_content(C)
25007
25254
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_content(python)
 
25255
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_delta(C)
25008
25256
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_delta(python)
 
25257
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_extract_from_compressor(C)
25009
25258
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_extract_from_compressor(python)
 
25259
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_one_nosha_delta(C)
25010
25260
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_one_nosha_delta(python)
 
25261
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_pop_last(C)
25011
25262
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_pop_last(python)
 
25263
breezy.tests.test__groupcompress.TestBase128Int.test_decode(C)
25012
25264
breezy.tests.test__groupcompress.TestBase128Int.test_decode(python)
 
25265
breezy.tests.test__groupcompress.TestBase128Int.test_decode_with_trailing_bytes(C)
25013
25266
breezy.tests.test__groupcompress.TestBase128Int.test_decode_with_trailing_bytes(python)
 
25267
breezy.tests.test__groupcompress.TestBase128Int.test_encode(C)
25014
25268
breezy.tests.test__groupcompress.TestBase128Int.test_encode(python)
25015
25269
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_add_key_cached_read_memo
25016
25270
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_add_key_duplicate_read_memo
25074
25328
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__rebuild_handles_compressor_settings
25075
25329
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__wire_bytes
25076
25330
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__wire_bytes_no_keys
 
25331
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(CC)
 
25332
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(CP)
 
25333
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(PC)
25077
25334
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(PP)
 
25335
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta(C)
 
25336
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_is_typesafe(C)
25078
25337
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_is_typesafe(python)
25079
25338
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta(python)
 
25339
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source(C)
 
25340
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source_is_safe(C)
25080
25341
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source_is_safe(python)
25081
25342
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source(python)
 
25343
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta(C)
 
25344
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_is_typesafe(C)
25082
25345
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_is_typesafe(python)
25083
25346
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta(python)
 
25347
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_with_large_copies(C)
25084
25348
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_with_large_copies(python)
 
25349
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_noop_delta(C)
25085
25350
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_noop_delta(python)
25086
25351
breezy.tests.test_groupcompress.TestPyrexGroupCompressor.test_stats
25087
25352
breezy.tests.test_groupcompress.TestPyrexGroupCompressor.test_three_nosha_delta
25278
25543
breezy.tests.test_http.TestActivity.test_post(urllib,http,HTTP/1.1)
25279
25544
breezy.tests.test_http.TestActivity.test_post(urllib,https,HTTP/1.0)
25280
25545
breezy.tests.test_http.TestActivity.test_post(urllib,https,HTTP/1.1)
 
25546
breezy.tests.test_http.TestActivity.test_readv(urllib,http,HTTP/1.0)
 
25547
breezy.tests.test_http.TestActivity.test_readv(urllib,http,HTTP/1.1)
 
25548
breezy.tests.test_http.TestActivity.test_readv(urllib,https,HTTP/1.0)
 
25549
breezy.tests.test_http.TestActivity.test_readv(urllib,https,HTTP/1.1)
25281
25550
breezy.tests.test_http.TestAuthHeader.test_basic_extract_realm
25282
25551
breezy.tests.test_http.TestAuthHeader.test_basic_header
25283
25552
breezy.tests.test_http.TestAuthHeader.test_build_basic_header_with_long_creds
25284
25553
breezy.tests.test_http.TestAuthHeader.test_digest_header
25285
25554
breezy.tests.test_http.TestAuthHeader.test_empty_header
25286
25555
breezy.tests.test_http.TestAuthHeader.test_negotiate_header
 
25556
breezy.tests.test_http.TestAuthOnRedirected.test_auth_on_redirected_via_do_catching_redirections(HTTP/1.0)
 
25557
breezy.tests.test_http.TestAuthOnRedirected.test_auth_on_redirected_via_do_catching_redirections(HTTP/1.1)
 
25558
breezy.tests.test_http.TestAuthOnRedirected.test_auth_on_redirected_via_following_redirections(HTTP/1.0)
 
25559
breezy.tests.test_http.TestAuthOnRedirected.test_auth_on_redirected_via_following_redirections(HTTP/1.1)
25287
25560
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.0,basic)
25288
25561
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.0,basicdigest)
25289
25562
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.0,digest)
25290
25563
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.1,basic)
25291
25564
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.1,basicdigest)
25292
25565
breezy.tests.test_http.TestAuth.test_changing_nonce(urllib,HTTP/1.1,digest)
 
25566
breezy.tests.test_http.TestAuth.test_empty_pass(urllib,HTTP/1.0,basic)
25293
25567
breezy.tests.test_http.TestAuth.test_empty_pass(urllib,HTTP/1.0,basicdigest)
25294
25568
breezy.tests.test_http.TestAuth.test_empty_pass(urllib,HTTP/1.0,digest)
 
25569
breezy.tests.test_http.TestAuth.test_empty_pass(urllib,HTTP/1.1,basic)
25295
25570
breezy.tests.test_http.TestAuth.test_empty_pass(urllib,HTTP/1.1,basicdigest)
25296
25571
breezy.tests.test_http.TestAuth.test_empty_pass(urllib,HTTP/1.1,digest)
 
25572
breezy.tests.test_http.TestAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.0,basic)
25297
25573
breezy.tests.test_http.TestAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.0,basicdigest)
25298
25574
breezy.tests.test_http.TestAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.0,digest)
 
25575
breezy.tests.test_http.TestAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.1,basic)
25299
25576
breezy.tests.test_http.TestAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.1,basicdigest)
25300
25577
breezy.tests.test_http.TestAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.1,digest)
 
25578
breezy.tests.test_http.TestAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.0,basic)
25301
25579
breezy.tests.test_http.TestAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.0,basicdigest)
25302
25580
breezy.tests.test_http.TestAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.0,digest)
 
25581
breezy.tests.test_http.TestAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.1,basic)
25303
25582
breezy.tests.test_http.TestAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.1,basicdigest)
25304
25583
breezy.tests.test_http.TestAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.1,digest)
25305
25584
breezy.tests.test_http.TestAuth.test_no_user(urllib,HTTP/1.0,basic)
25308
25587
breezy.tests.test_http.TestAuth.test_no_user(urllib,HTTP/1.1,basic)
25309
25588
breezy.tests.test_http.TestAuth.test_no_user(urllib,HTTP/1.1,basicdigest)
25310
25589
breezy.tests.test_http.TestAuth.test_no_user(urllib,HTTP/1.1,digest)
 
25590
breezy.tests.test_http.TestAuth.test_prompt_for_password(urllib,HTTP/1.0,basic)
25311
25591
breezy.tests.test_http.TestAuth.test_prompt_for_password(urllib,HTTP/1.0,basicdigest)
25312
25592
breezy.tests.test_http.TestAuth.test_prompt_for_password(urllib,HTTP/1.0,digest)
 
25593
breezy.tests.test_http.TestAuth.test_prompt_for_password(urllib,HTTP/1.1,basic)
25313
25594
breezy.tests.test_http.TestAuth.test_prompt_for_password(urllib,HTTP/1.1,basicdigest)
25314
25595
breezy.tests.test_http.TestAuth.test_prompt_for_password(urllib,HTTP/1.1,digest)
 
25596
breezy.tests.test_http.TestAuth.test_prompt_for_username(urllib,HTTP/1.0,basic)
25315
25597
breezy.tests.test_http.TestAuth.test_prompt_for_username(urllib,HTTP/1.0,basicdigest)
25316
25598
breezy.tests.test_http.TestAuth.test_prompt_for_username(urllib,HTTP/1.0,digest)
 
25599
breezy.tests.test_http.TestAuth.test_prompt_for_username(urllib,HTTP/1.1,basic)
25317
25600
breezy.tests.test_http.TestAuth.test_prompt_for_username(urllib,HTTP/1.1,basicdigest)
25318
25601
breezy.tests.test_http.TestAuth.test_prompt_for_username(urllib,HTTP/1.1,digest)
25319
25602
breezy.tests.test_http.TestAuth.test_unknown_user(urllib,HTTP/1.0,basic)
25322
25605
breezy.tests.test_http.TestAuth.test_unknown_user(urllib,HTTP/1.1,basic)
25323
25606
breezy.tests.test_http.TestAuth.test_unknown_user(urllib,HTTP/1.1,basicdigest)
25324
25607
breezy.tests.test_http.TestAuth.test_unknown_user(urllib,HTTP/1.1,digest)
 
25608
breezy.tests.test_http.TestAuth.test_user_from_auth_conf(urllib,HTTP/1.0,basic)
25325
25609
breezy.tests.test_http.TestAuth.test_user_from_auth_conf(urllib,HTTP/1.0,basicdigest)
25326
25610
breezy.tests.test_http.TestAuth.test_user_from_auth_conf(urllib,HTTP/1.0,digest)
 
25611
breezy.tests.test_http.TestAuth.test_user_from_auth_conf(urllib,HTTP/1.1,basic)
25327
25612
breezy.tests.test_http.TestAuth.test_user_from_auth_conf(urllib,HTTP/1.1,basicdigest)
25328
25613
breezy.tests.test_http.TestAuth.test_user_from_auth_conf(urllib,HTTP/1.1,digest)
 
25614
breezy.tests.test_http.TestAuth.test_user_pass(urllib,HTTP/1.0,basic)
25329
25615
breezy.tests.test_http.TestAuth.test_user_pass(urllib,HTTP/1.0,basicdigest)
25330
25616
breezy.tests.test_http.TestAuth.test_user_pass(urllib,HTTP/1.0,digest)
 
25617
breezy.tests.test_http.TestAuth.test_user_pass(urllib,HTTP/1.1,basic)
25331
25618
breezy.tests.test_http.TestAuth.test_user_pass(urllib,HTTP/1.1,basicdigest)
25332
25619
breezy.tests.test_http.TestAuth.test_user_pass(urllib,HTTP/1.1,digest)
25333
25620
breezy.tests.test_http.TestAuth.test_wrong_pass(urllib,HTTP/1.0,basic)
25440
25727
breezy.tests.test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.1,proxy-basic)
25441
25728
breezy.tests.test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.1,proxy-basicdigest)
25442
25729
breezy.tests.test_http.TestProxyAuth.test_changing_nonce(urllib,HTTP/1.1,proxy-digest)
 
25730
breezy.tests.test_http.TestProxyAuth.test_empty_pass(urllib,HTTP/1.0,proxy-basic)
25443
25731
breezy.tests.test_http.TestProxyAuth.test_empty_pass(urllib,HTTP/1.0,proxy-basicdigest)
25444
25732
breezy.tests.test_http.TestProxyAuth.test_empty_pass(urllib,HTTP/1.0,proxy-digest)
 
25733
breezy.tests.test_http.TestProxyAuth.test_empty_pass(urllib,HTTP/1.1,proxy-basic)
25445
25734
breezy.tests.test_http.TestProxyAuth.test_empty_pass(urllib,HTTP/1.1,proxy-basicdigest)
25446
25735
breezy.tests.test_http.TestProxyAuth.test_empty_pass(urllib,HTTP/1.1,proxy-digest)
 
25736
breezy.tests.test_http.TestProxyAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.0,proxy-basic)
25447
25737
breezy.tests.test_http.TestProxyAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.0,proxy-basicdigest)
25448
25738
breezy.tests.test_http.TestProxyAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.0,proxy-digest)
 
25739
breezy.tests.test_http.TestProxyAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.1,proxy-basic)
25449
25740
breezy.tests.test_http.TestProxyAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.1,proxy-basicdigest)
25450
25741
breezy.tests.test_http.TestProxyAuth.test_no_credential_leaks_in_log(urllib,HTTP/1.1,proxy-digest)
 
25742
breezy.tests.test_http.TestProxyAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.0,proxy-basic)
25451
25743
breezy.tests.test_http.TestProxyAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.0,proxy-basicdigest)
25452
25744
breezy.tests.test_http.TestProxyAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.0,proxy-digest)
 
25745
breezy.tests.test_http.TestProxyAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.1,proxy-basic)
25453
25746
breezy.tests.test_http.TestProxyAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.1,proxy-basicdigest)
25454
25747
breezy.tests.test_http.TestProxyAuth.test_no_prompt_for_password_when_using_auth_config(urllib,HTTP/1.1,proxy-digest)
25455
25748
breezy.tests.test_http.TestProxyAuth.test_no_user(urllib,HTTP/1.0,proxy-basic)
25458
25751
breezy.tests.test_http.TestProxyAuth.test_no_user(urllib,HTTP/1.1,proxy-basic)
25459
25752
breezy.tests.test_http.TestProxyAuth.test_no_user(urllib,HTTP/1.1,proxy-basicdigest)
25460
25753
breezy.tests.test_http.TestProxyAuth.test_no_user(urllib,HTTP/1.1,proxy-digest)
 
25754
breezy.tests.test_http.TestProxyAuth.test_prompt_for_password(urllib,HTTP/1.0,proxy-basic)
25461
25755
breezy.tests.test_http.TestProxyAuth.test_prompt_for_password(urllib,HTTP/1.0,proxy-basicdigest)
25462
25756
breezy.tests.test_http.TestProxyAuth.test_prompt_for_password(urllib,HTTP/1.0,proxy-digest)
 
25757
breezy.tests.test_http.TestProxyAuth.test_prompt_for_password(urllib,HTTP/1.1,proxy-basic)
25463
25758
breezy.tests.test_http.TestProxyAuth.test_prompt_for_password(urllib,HTTP/1.1,proxy-basicdigest)
25464
25759
breezy.tests.test_http.TestProxyAuth.test_prompt_for_password(urllib,HTTP/1.1,proxy-digest)
 
25760
breezy.tests.test_http.TestProxyAuth.test_prompt_for_username(urllib,HTTP/1.0,proxy-basic)
25465
25761
breezy.tests.test_http.TestProxyAuth.test_prompt_for_username(urllib,HTTP/1.0,proxy-basicdigest)
25466
25762
breezy.tests.test_http.TestProxyAuth.test_prompt_for_username(urllib,HTTP/1.0,proxy-digest)
 
25763
breezy.tests.test_http.TestProxyAuth.test_prompt_for_username(urllib,HTTP/1.1,proxy-basic)
25467
25764
breezy.tests.test_http.TestProxyAuth.test_prompt_for_username(urllib,HTTP/1.1,proxy-basicdigest)
25468
25765
breezy.tests.test_http.TestProxyAuth.test_prompt_for_username(urllib,HTTP/1.1,proxy-digest)
25469
25766
breezy.tests.test_http.TestProxyAuth.test_unknown_user(urllib,HTTP/1.0,proxy-basic)
25472
25769
breezy.tests.test_http.TestProxyAuth.test_unknown_user(urllib,HTTP/1.1,proxy-basic)
25473
25770
breezy.tests.test_http.TestProxyAuth.test_unknown_user(urllib,HTTP/1.1,proxy-basicdigest)
25474
25771
breezy.tests.test_http.TestProxyAuth.test_unknown_user(urllib,HTTP/1.1,proxy-digest)
 
25772
breezy.tests.test_http.TestProxyAuth.test_user_from_auth_conf(urllib,HTTP/1.0,proxy-basic)
25475
25773
breezy.tests.test_http.TestProxyAuth.test_user_from_auth_conf(urllib,HTTP/1.0,proxy-basicdigest)
25476
25774
breezy.tests.test_http.TestProxyAuth.test_user_from_auth_conf(urllib,HTTP/1.0,proxy-digest)
 
25775
breezy.tests.test_http.TestProxyAuth.test_user_from_auth_conf(urllib,HTTP/1.1,proxy-basic)
25477
25776
breezy.tests.test_http.TestProxyAuth.test_user_from_auth_conf(urllib,HTTP/1.1,proxy-basicdigest)
25478
25777
breezy.tests.test_http.TestProxyAuth.test_user_from_auth_conf(urllib,HTTP/1.1,proxy-digest)
 
25778
breezy.tests.test_http.TestProxyAuth.test_user_pass(urllib,HTTP/1.0,proxy-basic)
25479
25779
breezy.tests.test_http.TestProxyAuth.test_user_pass(urllib,HTTP/1.0,proxy-basicdigest)
25480
25780
breezy.tests.test_http.TestProxyAuth.test_user_pass(urllib,HTTP/1.0,proxy-digest)
 
25781
breezy.tests.test_http.TestProxyAuth.test_user_pass(urllib,HTTP/1.1,proxy-basic)
25481
25782
breezy.tests.test_http.TestProxyAuth.test_user_pass(urllib,HTTP/1.1,proxy-basicdigest)
25482
25783
breezy.tests.test_http.TestProxyAuth.test_user_pass(urllib,HTTP/1.1,proxy-digest)
25483
25784
breezy.tests.test_http.TestProxyAuth.test_wrong_pass(urllib,HTTP/1.0,proxy-basic)
25605
25906
breezy.tests.test_ignores.TestRuntimeIgnores.test_add_duplicate
25606
25907
breezy.tests.test_ignores.TestTreeIgnores.test_adds_ending_newline
25607
25908
breezy.tests.test_ignores.TestTreeIgnores.test_add_to_existing
 
25909
breezy.tests.test_ignores.TestTreeIgnores.test_crlf
25608
25910
breezy.tests.test_ignores.TestTreeIgnores.test_does_not_add_dupe
25609
25911
breezy.tests.test_ignores.TestTreeIgnores.test_new_file
25610
25912
breezy.tests.test_ignores.TestTreeIgnores.test_non_ascii
26706
27008
breezy.tests.test_knit.TestPackKnitAccess.test_failing_readv_raises_no_such_file_with_no_reload
26707
27009
breezy.tests.test_knit.TestPackKnitAccess.test_failing_readv_raises_retry
26708
27010
breezy.tests.test_knit.TestPackKnitAccess.test__get_record_map_retries
 
27011
breezy.tests.test_knit.TestPackKnitAccess.test_get_record_stream_retries
26709
27012
breezy.tests.test_knit.TestPackKnitAccess.test_get_record_stream_yields_disk_sorted_order
26710
27013
breezy.tests.test_knit.TestPackKnitAccess.test_iter_lines_added_or_present_in_keys_retries
26711
27014
breezy.tests.test_knit.TestPackKnitAccess.test_missing_file_raises_no_such_file_with_no_reload
27087
27390
breezy.tests.test_log.TestLongLogFormatter.test_author_in_log
27088
27391
breezy.tests.test_log.TestLongLogFormatter.test_error_in_properties_handler
27089
27392
breezy.tests.test_log.TestLongLogFormatter.test_merges_are_indented_by_level
 
27393
breezy.tests.test_log.TestLongLogFormatter.test_properties_handler_bad_argument
27090
27394
breezy.tests.test_log.TestLongLogFormatter.test_properties_in_log
27091
27395
breezy.tests.test_log.TestLongLogFormatter.test_properties_in_short_log
27092
27396
breezy.tests.test_log.TestLongLogFormatter.test_show_ids
27106
27410
breezy.tests.test_log.TestRevisionNotInBranch.test_long_format
27107
27411
breezy.tests.test_log.TestRevisionNotInBranch.test_many_revisions
27108
27412
breezy.tests.test_log.TestRevisionNotInBranch.test_one_revision
 
27413
breezy.tests.test_log.TestRevisionNotInBranch.test_short_format
27109
27414
breezy.tests.test_log.TestShortLogFormatter.test_short_log_single_merge_revision
27110
27415
breezy.tests.test_log.TestShortLogFormatter.test_short_log_with_merges
27111
27416
breezy.tests.test_log.TestShortLogFormatter.test_short_log_with_merges_and_advice
27112
27417
breezy.tests.test_log.TestShortLogFormatter.test_short_log_with_merges_and_range
27113
27418
breezy.tests.test_log.TestShortLogFormatter.test_short_log_with_tags
 
27419
breezy.tests.test_log.TestShortLogFormatter.test_show_ids
27114
27420
breezy.tests.test_log.TestShortLogFormatter.test_trailing_newlines
27115
27421
breezy.tests.test_log.TestShortLogFormatterWithMergeRevisions.test_short_merge_revs_log_single_merge_revision
27116
27422
breezy.tests.test_log.TestShortLogFormatterWithMergeRevisions.test_short_merge_revs_log_with_merges
27602
27908
breezy.tests.test_osutils.TestDateTime.test_local_time_offset_with_timestamp
27603
27909
breezy.tests.test_osutils.TestDeleteAny.test_delete_any_readonly
27604
27910
breezy.tests.test_osutils.TestDirReader.test_symlink(unicode)
 
27911
breezy.tests.test_osutils.TestDirReader.test_symlink(utf8)
27605
27912
breezy.tests.test_osutils.TestDirReader.test_walk_cur_dir(unicode)
 
27913
breezy.tests.test_osutils.TestDirReader.test_walk_cur_dir(utf8)
27606
27914
breezy.tests.test_osutils.TestDirReader.test_walk_sub_dir(unicode)
 
27915
breezy.tests.test_osutils.TestDirReader.test_walk_sub_dir(utf8)
27607
27916
breezy.tests.test_osutils.TestDirReader.test_walk_unicode_tree(unicode)
 
27917
breezy.tests.test_osutils.TestDirReader.test_walk_unicode_tree(utf8)
27608
27918
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_ioerror
27609
27919
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_oserror
27610
27920
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_pywintypes_error
28387
28697
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_2010_combines_smallest_two
28388
28698
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_2010_revisions_skip_all_packs
28389
28699
breezy.tests.test_repository.TestRepositoryPackCollection.test_plan_pack_operations_creates_a_single_op
 
28700
breezy.tests.test_repository.TestRepositoryPackCollection.test_reload_pack_names_added_and_removed
 
28701
breezy.tests.test_repository.TestRepositoryPackCollection.test_reload_pack_names_new_entry
 
28702
breezy.tests.test_repository.TestRepositoryPackCollection.test_reload_pack_names_preserves_pending
28390
28703
breezy.tests.test_repository.TestRepositoryPackCollection.test_repr
28391
28704
breezy.tests.test_repository.TestRepositoryPackCollection.test__save_pack_names
28392
28705
breezy.tests.test_repository.TestRepositoryPackCollection.test__save_pack_names_already_obsoleted
28717
29030
breezy.tests.test_selftest.TestLoadTestIdList.test_load_dirty_file
28718
29031
breezy.tests.test_selftest.TestLoadTestIdList.test_load_test_list
28719
29032
breezy.tests.test_selftest.TestLoadTestIdList.test_load_unknown
 
29033
breezy.tests.test_selftest.TestParallelFork.test_error_in_child_during_fork
28720
29034
breezy.tests.test_selftest.TestPostMortemDebugging.test_env_var_triggers_post_mortem
28721
29035
breezy.tests.test_selftest.TestPostMortemDebugging.test_location_bt_error
28722
29036
breezy.tests.test_selftest.TestPostMortemDebugging.test_location_bt_failure
 
29037
breezy.tests.test_selftest.TestPostMortemDebugging.test_location_unittest_error
 
29038
breezy.tests.test_selftest.TestPostMortemDebugging.test_location_unittest_failure
28723
29039
breezy.tests.test_selftest.TestProfileResult.test_profiles_tests
28724
29040
breezy.tests.test_selftest.TestRepositoryScenarios.test_formats_to_scenarios
28725
29041
breezy.tests.test_selftest.TestRunBzrCaptured.test_stdin
28924
29240
breezy.tests.test_selftest.TestWorkingTreeScenarios.test_scenarios
28925
29241
breezy.tests.test_serializer.TestSerializer.test_registry
28926
29242
breezy.tests.test_setup.TestDistutilsVersion.test_version_with_string
 
29243
breezy.tests.test_setup.TestSetup.test_build_and_install
28927
29244
breezy.tests.test_sftp_transport.SFTPBranchTest.test_push_support
28928
29245
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_default
28929
29246
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_latency_knob_slows_transport
29727
30044
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_method
29728
30045
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_passed
29729
30046
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecated_static
 
30047
breezy.tests.test_symbol_versioning.TestDeprecationWarnings.test_deprecation_string
29730
30048
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_activate_deprecation_no_error
29731
30049
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_activate_deprecation_with_DW_error
29732
30050
breezy.tests.test_symbol_versioning.TestSuppressAndActivate.test_activate_deprecation_with_error
30424
30742
breezy.tests.test_version_info.CustomVersionInfoTests.test_revno
30425
30743
breezy.tests.test_version_info.PythonVersionInfoTests.test_python_dotted_revno
30426
30744
breezy.tests.test_version_info.PythonVersionInfoTests.test_python_null
 
30745
breezy.tests.test_version_info.PythonVersionInfoTests.test_python_version
30427
30746
breezy.tests.test_version_info.TestVersionInfoFormatRegistry.test_register_remove
30428
30747
breezy.tests.test_version_info.TestVersionInfoRio.test_build_date
30429
30748
breezy.tests.test_version_info.TestVersionInfoRio.test_clean