/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-06-12 23:44:49 UTC
  • mfrom: (6963.2.17 python3-d)
  • Revision ID: jelmer@jelmer.uk-20180612234449-e0ugedl5s20kvyjo
Merge lp:~jelmer/brz/python3-weave

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_registry
83
83
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_unpack_revision
84
84
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_multiple_add
 
85
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test__relpath_suffixed
85
86
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_total_size
86
87
breezy.plugins.weave_fmt.test_store.TestInstrumentedTransportStore.test__add_records
87
88
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_add_and_retrieve
94
95
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_mkdir
95
96
breezy.plugins.weave_fmt.test_store.TestTextStore.test_multiple_add
96
97
breezy.plugins.weave_fmt.test_store.TestTextStore.test_total_size
 
98
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_prefixed
97
99
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_simple
 
100
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_escaped_uppercase
98
101
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___iter__no_suffix
99
102
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___len__
100
103
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_register_invalid_suffixes
101
104
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_relpath_escaped
102
105
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_invalid
 
106
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_prefixed
103
107
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple
104
108
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple_suffixed
105
109
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_unregister_suffixes
1419
1423
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BranchReferenceFormat)
1420
1424
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat4)
1421
1425
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat5)
 
1426
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat6)
 
1427
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat7)
 
1428
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(BzrBranchFormat8)
1422
1429
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(LocalGitBranchFormat)
1423
1430
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_ignore_master_disables_tag_propagation(RemoteGitBranchFormat)
1424
1431
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BranchReferenceFormat)
1425
1432
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat4)
1426
1433
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat5)
 
1434
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat6)
 
1435
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat7)
 
1436
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(BzrBranchFormat8)
1427
1437
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(LocalGitBranchFormat)
1428
1438
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_child_only(RemoteGitBranchFormat)
1429
1439
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BranchReferenceFormat)
1430
1440
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat4)
1431
1441
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat5)
 
1442
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat6)
 
1443
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat7)
 
1444
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(BzrBranchFormat8)
1432
1445
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(LocalGitBranchFormat)
1433
1446
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_conflict_in_master_only(RemoteGitBranchFormat)
1434
1447
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BranchReferenceFormat)
1435
1448
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat4)
1436
1449
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat5)
 
1450
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat6)
 
1451
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat7)
 
1452
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(BzrBranchFormat8)
1437
1453
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(LocalGitBranchFormat)
1438
1454
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_different_conflict_in_master_and_child(RemoteGitBranchFormat)
1439
1455
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BranchReferenceFormat)
1440
1456
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat4)
1441
1457
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat5)
 
1458
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat6)
 
1459
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat7)
 
1460
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(BzrBranchFormat8)
1442
1461
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(LocalGitBranchFormat)
1443
1462
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_child_and_master(RemoteGitBranchFormat)
1444
1463
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BranchReferenceFormat)
1445
1464
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat4)
1446
1465
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat5)
 
1466
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat6)
 
1467
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat7)
 
1468
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(BzrBranchFormat8)
1447
1469
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(LocalGitBranchFormat)
1448
1470
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_overwrite_conflict_in_master(RemoteGitBranchFormat)
1449
1471
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BranchReferenceFormat)
1450
1472
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat4)
1451
1473
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat5)
 
1474
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat6)
 
1475
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat7)
 
1476
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(BzrBranchFormat8)
1452
1477
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(LocalGitBranchFormat)
1453
1478
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_propagates_tags(RemoteGitBranchFormat)
1454
1479
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BranchReferenceFormat)
1455
1480
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat4)
1456
1481
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat5)
 
1482
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat6)
 
1483
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat7)
 
1484
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(BzrBranchFormat8)
1457
1485
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(LocalGitBranchFormat)
1458
1486
breezy.tests.per_branch.test_tags.TestTagsMergeToInCheckouts.test_merge_to_same_conflict_in_master_and_child(RemoteGitBranchFormat)
1459
1487
breezy.tests.per_branch.test_tags.TestUnsupportedTags.test_merge_empty_tags(BranchReferenceFormat)
1581
1609
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_empty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
1582
1610
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterLocalGitRemoteGitBranch,LocalGitBranchFormat,RemoteGitBranchFormat)
1583
1611
breezy.tests.per_interbranch.test_push.TestPushHook.test_post_push_nonempty_history(InterToGitBranch,BzrBranchFormat7,RemoteGitBranchFormat)
 
1612
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
 
1613
breezy.tests.per_interbranch.test_push.TestPush.test_no_get_parent_map_after_insert_stream(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
1584
1614
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
1585
1615
breezy.tests.per_interbranch.test_push.TestPush.test_push_convergence_simple(InterGitLocalGitBranch,RemoteGitBranchFormat,LocalGitBranchFormat)
1586
1616
breezy.tests.per_interbranch.test_push.TestPush.test_push_merged_indirect(InterFromGitBranch,RemoteGitBranchFormat,BzrBranchFormat7)
1686
1716
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnitPack1,RepositoryFormatKnit1)
1687
1717
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnit3)
1688
1718
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterKnitRepo,RepositoryFormatKnitPack3,RepositoryFormatKnitPack4)
 
1719
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
1689
1720
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
1690
1721
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
1691
1722
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2116
2147
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat2a)
2117
2148
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat2aSubtree)
2118
2149
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat4)
 
2150
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat5)
 
2151
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat6)
 
2152
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormat7)
 
2153
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_abort_record_iter_changes(RepositoryFormatKnit1)
2119
2154
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(GitRepositoryFormat)
2120
2155
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat2a)
2121
2156
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_builder_commit_with_invalid_message(RepositoryFormat2aSubtree)
2138
2173
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_lossy(RepositoryFormat4)
2139
2174
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_message(RepositoryFormat4)
2140
2175
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat4)
 
2176
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat5)
 
2177
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat6)
 
2178
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormat7)
 
2179
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_committer_no_username(RepositoryFormatKnit1)
2141
2180
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_unchanged_root_record_iter_changes(RepositoryFormat4)
2142
2181
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat2a)
2143
2182
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormat2aSubtree)
2159
2198
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_without_root_errors(RepositoryFormatPackDevelopment2Subtree)
2160
2199
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_commit_with_revision_id_record_iter_changes(RepositoryFormat4)
2161
2200
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat4)
 
2201
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat5)
 
2202
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat6)
 
2203
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormat7)
 
2204
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_finish_inventory_record_iter_changes(RepositoryFormatKnit1)
2162
2205
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(GitRepositoryFormat)
2163
2206
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat2a)
2164
2207
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_get_commit_builder(RepositoryFormat2aSubtree)
2469
2512
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat2a)
2470
2513
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat2aSubtree)
2471
2514
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat4)
 
2515
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat5)
2472
2516
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat6)
2473
2517
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormat7)
2474
2518
breezy.tests.per_repository.test_has_revisions.TestHasRevisions.test_NULL(RepositoryFormatKnit1)
3704
3748
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat2a)
3705
3749
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat2aSubtree)
3706
3750
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat4)
 
3751
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat5)
 
3752
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat6)
 
3753
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat7)
 
3754
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormatKnit1)
3707
3755
breezy.tests.per_repository.test_revision.TestRevProps.test_simple_revprops(RepositoryFormat4)
3708
3756
breezy.tests.per_repository.test_signatures.TestSignatures.test_clone_preserves_signatures(GitRepositoryFormat)
3709
3757
breezy.tests.per_repository.test_signatures.TestSignatures.test_clone_preserves_signatures(RepositoryFormat4)
4595
4643
breezy.tests.per_transport.TransportTests.test_append_file_mode(HttpTransport,HttpServer)
4596
4644
breezy.tests.per_transport.TransportTests.test_append_file_mode(HttpTransport_urllib,HttpServer_urllib)
4597
4645
breezy.tests.per_transport.TransportTests.test_append_file_mode(LocalTransport,LocalURLServer)
 
4646
breezy.tests.per_transport.TransportTests.test_append_file_mode(MemoryTransport,MemoryServer)
4598
4647
breezy.tests.per_transport.TransportTests.test_append_file_mode(NoSmartTransportDecorator,NoSmartTransportServer)
4599
4648
breezy.tests.per_transport.TransportTests.test_append_file_mode(PathFilteringTransport,TestingPathFilteringServer)
4600
4649
breezy.tests.per_transport.TransportTests.test_append_file_mode(ReadonlyTransportDecorator,ReadonlyServer)
4709
4758
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(NoSmartTransportDecorator,NoSmartTransportServer)
4710
4759
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(PathFilteringTransport,TestingPathFilteringServer)
4711
4760
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(ReadonlyTransportDecorator,ReadonlyServer)
 
4761
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(RemoteTCPTransport,SmartTCPServer_for_testing)
4712
4762
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(SFTPTransport,SFTPAbsoluteServer)
4713
4763
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(SFTPTransport,SFTPHomeDirServer)
4714
4764
breezy.tests.per_transport.TransportTests.test_clone_url_unquote_unreserved(SFTPTransport,SFTPSiblingAbsoluteServer)
4739
4789
breezy.tests.per_transport.TransportTests.test_connection_sharing(NoSmartTransportDecorator,NoSmartTransportServer)
4740
4790
breezy.tests.per_transport.TransportTests.test_connection_sharing(PathFilteringTransport,TestingPathFilteringServer)
4741
4791
breezy.tests.per_transport.TransportTests.test_connection_sharing(ReadonlyTransportDecorator,ReadonlyServer)
 
4792
breezy.tests.per_transport.TransportTests.test_connection_sharing(RemoteTCPTransport,SmartTCPServer_for_testing)
4742
4793
breezy.tests.per_transport.TransportTests.test_connection_sharing(SFTPTransport,SFTPAbsoluteServer)
4743
4794
breezy.tests.per_transport.TransportTests.test_connection_sharing(SFTPTransport,SFTPHomeDirServer)
4744
4795
breezy.tests.per_transport.TransportTests.test_connection_sharing(SFTPTransport,SFTPSiblingAbsoluteServer)
4821
4872
breezy.tests.per_transport.TransportTests.test_create_prefix(NoSmartTransportDecorator,NoSmartTransportServer)
4822
4873
breezy.tests.per_transport.TransportTests.test_create_prefix(PathFilteringTransport,TestingPathFilteringServer)
4823
4874
breezy.tests.per_transport.TransportTests.test_create_prefix(ReadonlyTransportDecorator,ReadonlyServer)
 
4875
breezy.tests.per_transport.TransportTests.test_create_prefix(RemoteTCPTransport,SmartTCPServer_for_testing)
4824
4876
breezy.tests.per_transport.TransportTests.test_create_prefix(SFTPTransport,SFTPAbsoluteServer)
4825
4877
breezy.tests.per_transport.TransportTests.test_create_prefix(SFTPTransport,SFTPHomeDirServer)
4826
4878
breezy.tests.per_transport.TransportTests.test_create_prefix(SFTPTransport,SFTPSiblingAbsoluteServer)
4876
4928
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(NoSmartTransportDecorator,NoSmartTransportServer)
4877
4929
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(PathFilteringTransport,TestingPathFilteringServer)
4878
4930
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(ReadonlyTransportDecorator,ReadonlyServer)
 
4931
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(RemoteTCPTransport,SmartTCPServer_for_testing)
4879
4932
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(SFTPTransport,SFTPAbsoluteServer)
4880
4933
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(SFTPTransport,SFTPHomeDirServer)
4881
4934
breezy.tests.per_transport.TransportTests.test_ensure_base_exists(SFTPTransport,SFTPSiblingAbsoluteServer)
4912
4965
breezy.tests.per_transport.TransportTests.test_ensure_base_missing_parent(UnlistableTransportDecorator,UnlistableServer)
4913
4966
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(PathFilteringTransport,TestingPathFilteringServer)
4914
4967
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(ReadonlyTransportDecorator,ReadonlyServer)
 
4968
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(RemoteTCPTransport,SmartTCPServer_for_testing)
4915
4969
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(SFTPTransport,SFTPAbsoluteServer)
4916
4970
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(SFTPTransport,SFTPHomeDirServer)
4917
4971
breezy.tests.per_transport.TransportTests.test_ensure_base_missing(SFTPTransport,SFTPSiblingAbsoluteServer)
5078
5132
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(NoSmartTransportDecorator,NoSmartTransportServer)
5079
5133
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(PathFilteringTransport,TestingPathFilteringServer)
5080
5134
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(ReadonlyTransportDecorator,ReadonlyServer)
 
5135
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(RemoteTCPTransport,SmartTCPServer_for_testing)
5081
5136
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(SFTPTransport,SFTPAbsoluteServer)
5082
5137
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(SFTPTransport,SFTPHomeDirServer)
5083
5138
breezy.tests.per_transport.TransportTests.test_hook_post_connection_multi(SFTPTransport,SFTPSiblingAbsoluteServer)
5093
5148
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(NoSmartTransportDecorator,NoSmartTransportServer)
5094
5149
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(PathFilteringTransport,TestingPathFilteringServer)
5095
5150
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(ReadonlyTransportDecorator,ReadonlyServer)
 
5151
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(RemoteTCPTransport,SmartTCPServer_for_testing)
5096
5152
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(SFTPTransport,SFTPAbsoluteServer)
5097
5153
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(SFTPTransport,SFTPHomeDirServer)
5098
5154
breezy.tests.per_transport.TransportTests.test_hook_post_connection_one(SFTPTransport,SFTPSiblingAbsoluteServer)
5225
5281
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
5226
5282
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(PathFilteringTransport,TestingPathFilteringServer)
5227
5283
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(ReadonlyTransportDecorator,ReadonlyServer)
 
5284
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
5228
5285
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(SFTPTransport,SFTPAbsoluteServer)
5229
5286
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(SFTPTransport,SFTPHomeDirServer)
5230
5287
breezy.tests.per_transport.TransportTests.test_mkdir_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
5271
5328
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(NoSmartTransportDecorator,NoSmartTransportServer)
5272
5329
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(PathFilteringTransport,TestingPathFilteringServer)
5273
5330
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(ReadonlyTransportDecorator,ReadonlyServer)
 
5331
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(RemoteTCPTransport,SmartTCPServer_for_testing)
5274
5332
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(TransportLogDecorator,LogDecoratorServer)
5275
5333
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(TransportTraceDecorator,TraceServer)
5276
5334
breezy.tests.per_transport.TransportTests.test_opening_a_file_stream_can_set_mode(UnlistableTransportDecorator,UnlistableServer)
5294
5352
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(HttpTransport_urllib,HttpServer_urllib)
5295
5353
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(MemoryTransport,MemoryServer)
5296
5354
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(ReadonlyTransportDecorator,ReadonlyServer)
 
5355
breezy.tests.per_transport.TransportTests.test_put_bytes_non_atomic_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
5297
5356
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(ChrootTransport,TestingChrootServer)
5298
5357
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(FakeNFSTransportDecorator,FakeNFSServer)
5299
5358
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(FakeVFATTransportDecorator,FakeVFATServer)
5307
5366
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
5308
5367
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(PathFilteringTransport,TestingPathFilteringServer)
5309
5368
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(ReadonlyTransportDecorator,ReadonlyServer)
 
5369
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
5310
5370
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(SFTPTransport,SFTPAbsoluteServer)
5311
5371
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(SFTPTransport,SFTPHomeDirServer)
5312
5372
breezy.tests.per_transport.TransportTests.test_put_bytes_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
5327
5387
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(NoSmartTransportDecorator,NoSmartTransportServer)
5328
5388
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(PathFilteringTransport,TestingPathFilteringServer)
5329
5389
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(ReadonlyTransportDecorator,ReadonlyServer)
 
5390
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(RemoteTCPTransport,SmartTCPServer_for_testing)
5330
5391
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(SFTPTransport,SFTPAbsoluteServer)
5331
5392
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(SFTPTransport,SFTPHomeDirServer)
5332
5393
breezy.tests.per_transport.TransportTests.test_put_bytes_unicode(SFTPTransport,SFTPSiblingAbsoluteServer)
5356
5417
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
5357
5418
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(PathFilteringTransport,TestingPathFilteringServer)
5358
5419
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(ReadonlyTransportDecorator,ReadonlyServer)
 
5420
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
5359
5421
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(SFTPTransport,SFTPAbsoluteServer)
5360
5422
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(SFTPTransport,SFTPHomeDirServer)
5361
5423
breezy.tests.per_transport.TransportTests.test_put_file_non_atomic_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
5376
5438
breezy.tests.per_transport.TransportTests.test_put_file_permissions(NoSmartTransportDecorator,NoSmartTransportServer)
5377
5439
breezy.tests.per_transport.TransportTests.test_put_file_permissions(PathFilteringTransport,TestingPathFilteringServer)
5378
5440
breezy.tests.per_transport.TransportTests.test_put_file_permissions(ReadonlyTransportDecorator,ReadonlyServer)
 
5441
breezy.tests.per_transport.TransportTests.test_put_file_permissions(RemoteTCPTransport,SmartTCPServer_for_testing)
5379
5442
breezy.tests.per_transport.TransportTests.test_put_file_permissions(SFTPTransport,SFTPAbsoluteServer)
5380
5443
breezy.tests.per_transport.TransportTests.test_put_file_permissions(SFTPTransport,SFTPHomeDirServer)
5381
5444
breezy.tests.per_transport.TransportTests.test_put_file_permissions(SFTPTransport,SFTPSiblingAbsoluteServer)
5504
5567
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(HttpTransport,HttpServer)
5505
5568
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(HttpTransport_urllib,HttpServer_urllib)
5506
5569
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(LocalTransport,LocalURLServer)
 
5570
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(MemoryTransport,MemoryServer)
5507
5571
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(NoSmartTransportDecorator,NoSmartTransportServer)
5508
5572
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(PathFilteringTransport,TestingPathFilteringServer)
5509
5573
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(ReadonlyTransportDecorator,ReadonlyServer)
 
5574
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(RemoteTCPTransport,SmartTCPServer_for_testing)
5510
5575
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(SFTPTransport,SFTPAbsoluteServer)
5511
5576
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(SFTPTransport,SFTPHomeDirServer)
5512
5577
breezy.tests.per_transport.TransportTests.test_rename_dir_nonempty(SFTPTransport,SFTPSiblingAbsoluteServer)
5526
5591
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(NoSmartTransportDecorator,NoSmartTransportServer)
5527
5592
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(PathFilteringTransport,TestingPathFilteringServer)
5528
5593
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(ReadonlyTransportDecorator,ReadonlyServer)
 
5594
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(RemoteTCPTransport,SmartTCPServer_for_testing)
5529
5595
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(SFTPTransport,SFTPAbsoluteServer)
5530
5596
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(SFTPTransport,SFTPHomeDirServer)
5531
5597
breezy.tests.per_transport.TransportTests.test_rename_dir_succeeds(SFTPTransport,SFTPSiblingAbsoluteServer)
5541
5607
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(NoSmartTransportDecorator,NoSmartTransportServer)
5542
5608
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(PathFilteringTransport,TestingPathFilteringServer)
5543
5609
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(ReadonlyTransportDecorator,ReadonlyServer)
 
5610
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(RemoteTCPTransport,SmartTCPServer_for_testing)
5544
5611
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(SFTPTransport,SFTPAbsoluteServer)
5545
5612
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(SFTPTransport,SFTPHomeDirServer)
5546
5613
breezy.tests.per_transport.TransportTests.test_reuse_connection_for_various_paths(SFTPTransport,SFTPSiblingAbsoluteServer)
5610
5677
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(NoSmartTransportDecorator,NoSmartTransportServer)
5611
5678
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(PathFilteringTransport,TestingPathFilteringServer)
5612
5679
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(ReadonlyTransportDecorator,ReadonlyServer)
 
5680
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(RemoteTCPTransport,SmartTCPServer_for_testing)
5613
5681
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(SFTPTransport,SFTPAbsoluteServer)
5614
5682
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(SFTPTransport,SFTPHomeDirServer)
5615
5683
breezy.tests.per_transport.TransportTests.test_rmdir_not_empty(SFTPTransport,SFTPSiblingAbsoluteServer)
5941
6009
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_show_message
5942
6010
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_show_warning
5943
6011
breezy.tests.per_uifactory.TestTTYTextUIFactory.test_transport_activity
 
6012
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_annotated_to_fulltext
 
6013
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_annotated_to_fulltext_no_eol
 
6014
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_deannotation
 
6015
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_deannotation_noeol
5944
6016
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_select_adaptor
 
6017
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_unannotated_to_fulltext
 
6018
breezy.tests.per_versionedfile.TestContentFactoryAdaption.test_unannotated_to_fulltext_no_eol
5945
6019
breezy.tests.per_versionedfile.TestKeyMapper.test_identity_mapper
5946
6020
breezy.tests.per_versionedfile.TestKeyMapper.test_prefix_mapper
 
6021
breezy.tests.per_versionedfile.TestPlanMergeVersionedFile.test_add_lines
 
6022
breezy.tests.per_versionedfile.TestPlanMergeVersionedFile.test_get_record_stream
 
6023
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(annotated-knit-escape)
 
6024
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(groupcompress)
 
6025
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(groupcompress-nograph)
 
6026
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(named-knit)
5947
6027
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(weave-named)
5948
6028
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_fallback_implies_without_fallbacks(weave-prefix)
 
6029
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(groupcompress)
 
6030
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(groupcompress-nograph)
 
6031
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(named-knit)
 
6032
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(groupcompress)
 
6033
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(groupcompress-nograph)
 
6034
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(named-knit)
 
6035
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(weave-named)
 
6036
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_no_key_generates_chk_key(weave-prefix)
 
6037
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(annotated-knit-escape)
 
6038
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(groupcompress)
 
6039
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(groupcompress-nograph)
 
6040
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(named-knit)
 
6041
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(weave-named)
 
6042
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_nostoresha(weave-prefix)
 
6043
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(annotated-knit-escape)
 
6044
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(groupcompress)
 
6045
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(groupcompress-nograph)
 
6046
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(named-knit)
 
6047
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(weave-named)
 
6048
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines_return(weave-prefix)
 
6049
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(weave-named)
 
6050
breezy.tests.per_versionedfile.TestVersionedFiles.test_add_lines(weave-prefix)
 
6051
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(annotated-knit-escape)
 
6052
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(groupcompress)
 
6053
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(groupcompress-nograph)
 
6054
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(named-knit)
 
6055
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(weave-named)
 
6056
breezy.tests.per_versionedfile.TestVersionedFiles.test_annotate(weave-prefix)
5949
6057
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(annotated-knit-escape)
5950
6058
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(groupcompress)
5951
6059
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_no_parameters(groupcompress-nograph)
5966
6074
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(plain-knit-pack)
5967
6075
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(weave-named)
5968
6076
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_progressbar_parameter(weave-prefix)
 
6077
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(groupcompress)
 
6078
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(groupcompress-nograph)
 
6079
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(named-knit)
 
6080
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(weave-named)
 
6081
breezy.tests.per_versionedfile.TestVersionedFiles.test_check_with_keys_becomes_generator(weave-prefix)
5969
6082
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(annotated-knit-escape)
5970
6083
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(groupcompress)
5971
6084
breezy.tests.per_versionedfile.TestVersionedFiles.test_clear_cache(groupcompress-nograph)
5986
6099
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(plain-knit-pack)
5987
6100
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(weave-named)
5988
6101
breezy.tests.per_versionedfile.TestVersionedFiles.test_construct(weave-prefix)
 
6102
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(annotated-knit-escape)
 
6103
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(groupcompress)
 
6104
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(groupcompress-nograph)
 
6105
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(named-knit)
 
6106
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(weave-named)
 
6107
breezy.tests.per_versionedfile.TestVersionedFiles.test_empty_lines(weave-prefix)
 
6108
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(annotated-knit-escape)
 
6109
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(groupcompress)
 
6110
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(groupcompress-nograph)
 
6111
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(named-knit)
 
6112
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(weave-named)
 
6113
breezy.tests.per_versionedfile.TestVersionedFiles.test_filter_absent_records(weave-prefix)
 
6114
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(annotated-knit-escape)
 
6115
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(groupcompress)
 
6116
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(groupcompress-nograph)
 
6117
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(named-knit)
 
6118
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(weave-named)
 
6119
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_annotator(weave-prefix)
 
6120
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(annotated-knit-escape)
 
6121
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(groupcompress)
5989
6122
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(groupcompress-nograph)
 
6123
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(named-knit)
5990
6124
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(named-nograph-nodelta-knit-pack)
 
6125
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(weave-named)
 
6126
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_known_graph_ancestry(weave-prefix)
 
6127
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(annotated-knit-escape)
 
6128
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(groupcompress)
 
6129
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(groupcompress-nograph)
 
6130
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(named-knit)
 
6131
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(weave-named)
 
6132
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_parent_map(weave-prefix)
5991
6133
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(annotated-knit-escape)
5992
6134
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(groupcompress)
5993
6135
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(groupcompress-nograph)
5998
6140
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(plain-knit-pack)
5999
6141
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(weave-named)
6000
6142
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_empty(weave-prefix)
 
6143
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(annotated-knit-escape)
 
6144
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(groupcompress)
 
6145
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(annotated-knit-escape)
 
6146
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(groupcompress)
 
6147
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(groupcompress-nograph)
 
6148
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(named-knit)
 
6149
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(groupcompress-nograph)
 
6150
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(weave-named)
 
6151
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_groupcompress(weave-prefix)
 
6152
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(named-knit)
 
6153
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(annotated-knit-escape)
 
6154
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(groupcompress)
 
6155
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(groupcompress-nograph)
 
6156
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(named-knit)
 
6157
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(weave-named)
 
6158
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered(weave-prefix)
 
6159
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(annotated-knit-escape)
 
6160
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(groupcompress)
 
6161
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(groupcompress-nograph)
 
6162
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(named-knit)
 
6163
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(weave-named)
 
6164
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface_ordered_with_delta_closure(weave-prefix)
 
6165
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(weave-named)
 
6166
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_interface(weave-prefix)
 
6167
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(annotated-knit-escape)
 
6168
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(groupcompress)
 
6169
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(groupcompress-nograph)
 
6170
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(named-knit)
 
6171
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(weave-named)
 
6172
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_missing_records_are_absent(weave-prefix)
 
6173
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(groupcompress)
 
6174
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(groupcompress-nograph)
 
6175
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(weave-named)
 
6176
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_delta(weave-prefix)
 
6177
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(groupcompress)
 
6178
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(groupcompress-nograph)
 
6179
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(weave-named)
 
6180
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_ft_delta(weave-prefix)
 
6181
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(annotated-knit-escape)
 
6182
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(groupcompress)
 
6183
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(groupcompress-nograph)
 
6184
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(named-knit)
 
6185
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(weave-named)
 
6186
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_native_formats_are_wire_ready_one_ft(weave-prefix)
 
6187
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(annotated-knit-escape)
 
6188
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(groupcompress)
 
6189
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(groupcompress-nograph)
 
6190
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(named-knit)
 
6191
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(weave-named)
 
6192
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_unknown_storage_kind_raises(weave-prefix)
 
6193
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(groupcompress)
 
6194
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(groupcompress-nograph)
 
6195
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(weave-named)
 
6196
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_record_stream_wire_ready_delta_closure_included(weave-prefix)
 
6197
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(annotated-knit-escape)
 
6198
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(groupcompress)
 
6199
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(groupcompress-nograph)
 
6200
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(named-knit)
 
6201
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(weave-named)
 
6202
breezy.tests.per_versionedfile.TestVersionedFiles.test_get_sha1s(weave-prefix)
 
6203
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(groupcompress)
 
6204
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(groupcompress-nograph)
 
6205
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(groupcompress)
 
6206
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(groupcompress-nograph)
 
6207
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits_noeol(weave-named)
 
6208
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_annotated_knits(weave-named)
6001
6209
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(annotated-knit-escape)
6002
6210
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress)
6003
6211
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(groupcompress-nograph)
6006
6214
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(named-nograph-nodelta-knit-pack)
6007
6215
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(weave-named)
6008
6216
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_can_be_added_later(weave-prefix)
 
6217
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(groupcompress)
 
6218
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(groupcompress-nograph)
 
6219
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(named-graph-nodelta-knit-pack)
 
6220
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(named-nograph-nodelta-knit-pack)
 
6221
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(weave-named)
 
6222
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_delta_missing_basis_no_corruption(weave-prefix)
6009
6223
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(annotated-knit-escape)
6010
6224
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(groupcompress)
6011
6225
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(groupcompress-nograph)
6016
6230
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(plain-knit-pack)
6017
6231
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(weave-named)
6018
6232
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_empty(weave-prefix)
 
6233
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(groupcompress)
 
6234
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(groupcompress-nograph)
 
6235
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(weave-named)
 
6236
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_existing_keys(weave-prefix)
 
6237
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(groupcompress)
 
6238
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(groupcompress-nograph)
 
6239
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(named-knit)
 
6240
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(groupcompress)
 
6241
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(groupcompress-nograph)
 
6242
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(named-knit)
 
6243
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts_noeol(weave-named)
 
6244
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_fulltexts(weave-named)
 
6245
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(groupcompress)
6019
6246
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(groupcompress-nograph)
6020
6247
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(named-nograph-nodelta-knit-pack)
 
6248
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(weave-named)
 
6249
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_long_parent_chain_out_of_order(weave-prefix)
 
6250
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(annotated-knit-escape)
6021
6251
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(groupcompress)
6022
6252
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(groupcompress-nograph)
6023
6253
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(named-graph-knit-pack)
6027
6257
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(plain-knit-pack)
6028
6258
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(weave-named)
6029
6259
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_missing_keys(weave-prefix)
 
6260
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(groupcompress)
 
6261
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(groupcompress-nograph)
 
6262
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(weave-named)
 
6263
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_out_of_order(weave-prefix)
 
6264
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(groupcompress)
 
6265
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(groupcompress-nograph)
 
6266
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(groupcompress)
 
6267
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(groupcompress-nograph)
 
6268
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits_noeol(weave-named)
 
6269
breezy.tests.per_versionedfile.TestVersionedFiles.test_insert_record_stream_plain_knits(weave-named)
 
6270
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(groupcompress)
 
6271
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(groupcompress-nograph)
 
6272
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(named-knit)
 
6273
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(weave-named)
 
6274
breezy.tests.per_versionedfile.TestVersionedFiles.test_iter_lines_added_or_present_in_keys(weave-prefix)
 
6275
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(groupcompress)
 
6276
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(groupcompress-nograph)
 
6277
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(named-knit)
 
6278
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(weave-named)
 
6279
breezy.tests.per_versionedfile.TestVersionedFiles.test_keys(weave-prefix)
 
6280
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(annotated-knit-escape)
 
6281
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(groupcompress)
6030
6282
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(groupcompress-nograph)
 
6283
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(named-knit)
6031
6284
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(named-nograph-nodelta-knit-pack)
6032
6285
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(weave-named)
6033
6286
breezy.tests.per_versionedfile.TestVersionedFiles.test_known_graph_with_fallbacks(weave-prefix)
 
6287
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(groupcompress)
 
6288
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(groupcompress-nograph)
 
6289
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(named-knit)
 
6290
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(weave-named)
 
6291
breezy.tests.per_versionedfile.TestVersionedFiles.test_make_mpdiffs(weave-prefix)
 
6292
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(annotated-knit-escape)
 
6293
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(groupcompress)
 
6294
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(groupcompress-nograph)
 
6295
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(named-knit)
 
6296
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(weave-named)
 
6297
breezy.tests.per_versionedfile.TestVersionedFiles.test_newline_only(weave-prefix)
 
6298
breezy.tests.per_versionedfile.TestWeaveMerge.test_agreement_deletion
 
6299
breezy.tests.per_versionedfile.TestWeaveMerge.testClashReplace
6034
6300
breezy.tests.per_versionedfile.TestWeaveMerge.testDeleteAndModify
 
6301
breezy.tests.per_versionedfile.TestWeaveMerge.test_deletion_extended
 
6302
breezy.tests.per_versionedfile.TestWeaveMerge.test_deletion_overlap
 
6303
breezy.tests.per_versionedfile.TestWeaveMerge.testNonClashInsert1
 
6304
breezy.tests.per_versionedfile.TestWeaveMerge.testNonClashInsert2
 
6305
breezy.tests.per_versionedfile.TestWeaveMerge.testOneInsert
 
6306
breezy.tests.per_versionedfile.TestWeaveMerge.testOverlappedInsert
 
6307
breezy.tests.per_versionedfile.TestWeaveMerge.testSameInsert
 
6308
breezy.tests.per_versionedfile.TestWeaveMerge.testSeparateInserts
 
6309
breezy.tests.per_versionedfile.TestWeaveMerge.test_sync_on_deletion
6035
6310
breezy.tests.per_versionedfile.TestWeaveMerge.test_weave_merge_conflicts
 
6311
breezy.tests.per_versionedfile.TestWeave.test_add
6036
6312
breezy.tests.per_versionedfile.TestWeave.test_add_follows_left_matching_blocks
 
6313
breezy.tests.per_versionedfile.TestWeave.test_add_lines_nostoresha
 
6314
breezy.tests.per_versionedfile.TestWeave.test_add_lines_return_value
6037
6315
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_ghosts
6038
6316
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_ghosts_after_normal_revs
 
6317
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_ghosts_nostoresha
 
6318
breezy.tests.per_versionedfile.TestWeave.test_add_lines_with_matching_blocks_noeol_last_line
 
6319
breezy.tests.per_versionedfile.TestWeave.test_add_reserved
 
6320
breezy.tests.per_versionedfile.TestWeave.test_adds_with_parent_texts
 
6321
breezy.tests.per_versionedfile.TestWeave.test_add_unchanged_last_line_noeol_snapshot
6039
6322
breezy.tests.per_versionedfile.TestWeave.test_add_unicode_content
 
6323
breezy.tests.per_versionedfile.TestWeave.test_ancestry
 
6324
breezy.tests.per_versionedfile.TestWeave.test_annotate
 
6325
breezy.tests.per_versionedfile.TestWeave.test_copy_to
 
6326
breezy.tests.per_versionedfile.TestWeave.test_detection
 
6327
breezy.tests.per_versionedfile.TestWeave.test_get_parent_map
 
6328
breezy.tests.per_versionedfile.TestWeave.test_get_reserved
6040
6329
breezy.tests.per_versionedfile.TestWeave.test_get_suffixes
 
6330
breezy.tests.per_versionedfile.TestWeave.test_get_texts_eol_variation
 
6331
breezy.tests.per_versionedfile.TestWeave.test_inline_newline_throws
 
6332
breezy.tests.per_versionedfile.TestWeave.test_iter_lines_added_or_present_in_versions
 
6333
breezy.tests.per_versionedfile.TestWeave.test_make_mpdiffs
6041
6334
breezy.tests.per_versionedfile.TestWeave.test_make_mpdiffs_with_ghosts
6042
6335
breezy.tests.per_versionedfile.TestWeave.test_mutate_after_finish
6043
6336
breezy.tests.per_versionedfile.TestWeave.test_no_implicit_create
6046
6339
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_add_mpdiffs
6047
6340
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_check_noerrors
6048
6341
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_parent_map
 
6342
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_record_stream
6049
6343
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_record_stream_absent
 
6344
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_sha1s
6050
6345
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_get_sha1s_nonexistent
6051
6346
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_insert_record_stream
6052
6347
breezy.tests.per_versionedfile.VirtualVersionedFilesTests.test_iter_lines_added_or_present_in_keys
7043
7338
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_generic_incorrect_url
7044
7339
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_generic_registered
7045
7340
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_generic_registered_non_integer
 
7341
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_github
7046
7342
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_gnome_registered
7047
7343
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_launchpad_registered
7048
7344
breezy.tests.test_bugtracker.TestBuiltinTrackers.test_trac_registered
7049
7345
breezy.tests.test_bugtracker.TestGetBugURL.test_get_bug_url_for_transient_tracker
7050
7346
breezy.tests.test_bugtracker.TestGetBugURL.test_unrecognized_abbreviation_raises_error
 
7347
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_appends_id_to_base_url
 
7348
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_check_bug_id_doesnt_accept_non_project_integers
 
7349
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_check_bug_id_only_accepts_project_integers
 
7350
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_doesnt_consult_branch
 
7351
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_returns_none_if_abbreviation_doesnt_match
 
7352
breezy.tests.test_bugtracker.TestProjectIntegerBugTracker.test_returns_tracker_if_abbreviation_matches
7051
7353
breezy.tests.test_bugtracker.TestPropertyEncoding.test_encoding_one
7052
7354
breezy.tests.test_bugtracker.TestPropertyEncoding.test_encoding_two
7053
7355
breezy.tests.test_bugtracker.TestPropertyEncoding.test_encoding_zero
7977
8279
breezy.tests.test_errors.TestErrors.test_lock_corrupt
7978
8280
breezy.tests.test_errors.TestErrors.test_lock_failed
7979
8281
breezy.tests.test_errors.TestErrors.test_medium_not_connected
 
8282
breezy.tests.test_errors.TestErrors.test_no_arg_named_message
7980
8283
breezy.tests.test_errors.TestErrors.test_no_smart_medium
7981
8284
breezy.tests.test_errors.TestErrors.test_no_such_id
7982
8285
breezy.tests.test_errors.TestErrors.test_no_such_revision_in_tree
8441
8744
breezy.tests.test_ignores.TestParseIgnoreFile.test_parse_non_utf8
8442
8745
breezy.tests.test_ignores.TestRuntimeIgnores.test_add
8443
8746
breezy.tests.test_ignores.TestRuntimeIgnores.test_add_duplicate
 
8747
breezy.tests.test_ignores.TestTreeIgnores.test_adds_ending_newline
 
8748
breezy.tests.test_ignores.TestTreeIgnores.test_add_to_existing
 
8749
breezy.tests.test_ignores.TestTreeIgnores.test_does_not_add_dupe
8444
8750
breezy.tests.test_ignores.TestTreeIgnores.test_new_file
 
8751
breezy.tests.test_ignores.TestTreeIgnores.test_non_ascii
8445
8752
breezy.tests.test_ignores.TestUserIgnores.test_add
8446
8753
breezy.tests.test_ignores.TestUserIgnores.test_add_directory
8447
8754
breezy.tests.test_ignores.TestUserIgnores.test_add_unique
8850
9157
breezy.tests.test_lazy_import.TestImportProcessor.test_mixed
8851
9158
breezy.tests.test_lazy_import.TestImportProcessor.test_name_collision
8852
9159
breezy.tests.test_lazy_import.TestImportProcessor.test_relative_imports
 
9160
breezy.tests.test_lazy_import.TestImportReplacerHelper.test_basic_import
 
9161
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod
 
9162
breezy.tests.test_lazy_import.TestImportReplacer.test_import_mod_from_root
8853
9163
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root
 
9164
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_mod
 
9165
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_and_root_mod
 
9166
breezy.tests.test_lazy_import.TestImportReplacer.test_import_root_sub_submod
 
9167
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_import_deep
8854
9168
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_lazy_import
8855
9169
breezy.tests.test_lazy_import.TestLazyImportProcessor.test_root
8856
9170
breezy.tests.test_lazy_import.TestScopeReplacerReentrance.test_call
9439
9753
breezy.tests.test_registry.TestRegistryWithDirs.test_lazy_import_registry_foo
9440
9754
breezy.tests.test_registry.TestRegistryWithDirs.test_normal_get_module
9441
9755
breezy.tests.test_remote.BasicRemoteObjectTests.test_find_correct_format(HPSS-v2)
 
9756
breezy.tests.test_remote.BasicRemoteObjectTests.test_find_correct_format(HPSS-v3)
9442
9757
breezy.tests.test_remote.TestBranchFormat.test_get_format_description
 
9758
breezy.tests.test_remote.TestBzrDirFormatInitializeEx.test_error_from_real_server
9443
9759
breezy.tests.test_remote.TestBzrDirOpenBranch.test__get_tree_branch
9444
9760
breezy.tests.test_remote.TestBzrDirOpenBranch.test_old_server
9445
9761
breezy.tests.test_remote.Test_ClientMedium_remote_is_at_least.test_initially_unlimited
9892
10208
breezy.tests.test_sftp_transport.SSHVendorBadConnection.test_bad_connection_paramiko
9893
10209
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_vendor
9894
10210
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test__get_requests
 
10211
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test_request_and_yield_offsets
9895
10212
breezy.tests.test_sftp_transport.TestSocketDelay.test_bandwidth
9896
10213
breezy.tests.test_sftp_transport.TestSocketDelay.test_delay
9897
10214
breezy.tests.test_sftp_transport.TestUsesAuthConfig.test_sftp_doesnt_prompt_username
9972
10289
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_unlocked_branch
9973
10290
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_with_tokens_on_locked_branch
9974
10291
breezy.tests.test_smart.TestSmartServerBranchRequestPutConfigFile.test_with_content
 
10292
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_not_found
9975
10293
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_null
9976
10294
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_NoSuchRevision
9977
10295
breezy.tests.test_smart.TestSmartServerBranchRequestSetTagsBytes.test_set_bytes
10066
10384
breezy.tests.test_smart_transport.RemoteHTTPTransportTestCase.test_remote_path_unnormal_base
10067
10385
breezy.tests.test_smart_transport.RemoteTransportRegistration.test_bzr_https
10068
10386
breezy.tests.test_smart_transport.RemoteTransportRegistration.test_registration
 
10387
breezy.tests.test_smart_transport.RemoteTransportTests.test_get_medium_from_transport
10069
10388
breezy.tests.test_smart_transport.RemoteTransportTests.test_plausible_url
10070
10389
breezy.tests.test_smart_transport.RemoteTransportTests.test_probe_transport
10071
10390
breezy.tests.test_smart_transport.SmartClientMediumTests.test_construct_smart_simple_pipes_client_medium
10619
10938
breezy.tests.test_utextwrap.TestUTextWrap.test_cut
10620
10939
breezy.tests.test_utextwrap.TestUTextWrap.test_width
10621
10940
breezy.tests.test_utextwrap.TestWrap.test_wrap
 
10941
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_compute_diffs
 
10942
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_finds_parents
 
10943
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_ignores_ghost_parents
 
10944
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_process_contents
10622
10945
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_raises_on_ghost_keys
 
10946
breezy.tests.test_versionedfile.Test_MPDiffGenerator.test_refcount_multiple_children
10623
10947
breezy.tests.test_version_info.CustomVersionInfoTests.test_custom_without_template
10624
10948
breezy.tests.test_version_info.TestVersionInfoFormatRegistry.test_register_remove
10625
10949
breezy.tests.test_vf_search.TestLimitedSearchResultFromParentMap.test_ancestry_1
10641
10965
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_prefix
10642
10966
breezy.tests.test__walkdirs_win32.TestWin32Finder.test_top_prefix_to_starting_dir
10643
10967
breezy.tests.test__walkdirs_win32.Test_Win32Stat.test_zero_members_present
 
10968
breezy.tests.test_weave.AnnotateOne.runTest
10644
10969
breezy.tests.test_weave.BadInsert.runTest
10645
10970
breezy.tests.test_weave.BadWeave.runTest
 
10971
breezy.tests.test_weave.CannedDelete.runTest
 
10972
breezy.tests.test_weave.CannedReplacement.runTest
10646
10973
breezy.tests.test_weave.Conflicts.runTest
 
10974
breezy.tests.test_weave.DeleteLines2.runTest
 
10975
breezy.tests.test_weave.DeleteLines.runTest
 
10976
breezy.tests.test_weave.DivergedIncludes.runTest
10647
10977
breezy.tests.test_weave.Easy.runTest
 
10978
breezy.tests.test_weave.IncludeVersions.runTest
 
10979
breezy.tests.test_weave.InsertLines.runTest
 
10980
breezy.tests.test_weave.InsertNested.runTest
10648
10981
breezy.tests.test_weave.InvalidAdd.runTest
 
10982
breezy.tests.test_weave.InvalidRepeatedAdd.runTest
 
10983
breezy.tests.test_weave.JoinWeavesTests.test_written_detection
 
10984
breezy.tests.test_weave.Khayyam.test_multi_line_merge
 
10985
breezy.tests.test_weave.Merge.runTest
10649
10986
breezy.tests.test_weave.NonConflict.runTest
 
10987
breezy.tests.test_weave.RepeatedAdd.test_duplicate_add
 
10988
breezy.tests.test_weave.ReplaceLine.runTest
10650
10989
breezy.tests.test_weave.SuicideDelete.runTest
10651
10990
breezy.tests.test_weave.TestNeedsReweave.test_compatible_parents
10652
10991
breezy.tests.test_weave.TestWeaveFile.test_empty_file
 
10992
breezy.tests.test_weave.TestWeave.test_allow_reserved_false
 
10993
breezy.tests.test_weave.TestWeave.test_allow_reserved_true
 
10994
breezy.tests.test_weave.WeaveContains.runTest
10653
10995
breezy.tests.test_whitebox.MoreTests.test_relpath
10654
10996
breezy.tests.test_win32utils.TestAppPaths.test_iexplore
10655
10997
breezy.tests.test_win32utils.TestAppPaths.test_not_existing