133
133
breezy.tests.commands.test_branch.TestBranch.test_branch_local_remote
134
134
breezy.tests.commands.test_branch.TestBranch.test_branch_remote_local
135
135
breezy.tests.commands.test_branch.TestBranch.test_branch_remote_remote
136
breezy.tests.commands.test_cat.TestCat.test_cat
136
137
breezy.tests.commands.test_checkout.TestCheckout.test_checkout
137
138
breezy.tests.commands.test_checkout.TestCheckout.test_checkout_lightweight
138
139
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_both_modified
139
140
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_local
141
breezy.tests.commands.test_commit.TestCommitWithBoundBranch.test_commit_mine_modified
140
142
breezy.tests.commands.test_init_repository.TestInitRepository.test_init_repository
141
143
breezy.tests.commands.test_init.TestInit.test_init
144
breezy.tests.commands.test_merge.TestMerge.test_merge
145
breezy.tests.commands.test_pull.TestPull.test_pull
146
breezy.tests.commands.test_pull.TestPull.test_pull_with_bound_branch
142
147
breezy.tests.commands.test_push.TestPush.test_push
143
148
breezy.tests.commands.test_push.TestPush.test_push_onto_stacked
144
149
breezy.tests.commands.test_revert.TestRevert.test_revert_tree_write_lock_and_branch_read_lock
150
breezy.tests.commands.test_update.TestUpdate.test_update
145
151
breezy.tests.multiply_tests
146
152
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BranchReferenceFormat)
147
153
breezy.tests.per_branch.test_branch.TestBound.test_bind_clears_cached_master_branch(BzrBranchFormat4)
310
343
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat7)
311
344
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(BzrBranchFormat8)
312
345
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(LocalGitBranchFormat)
346
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(RemoteBranchFormat-default)
313
347
breezy.tests.per_branch.test_branch.TestBranch.test_create_open_branch_uses_repository(RemoteGitBranchFormat)
314
348
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(BranchReferenceFormat)
315
349
breezy.tests.per_branch.test_branch.TestBranch.test_create_tree_with_merge(RemoteGitBranchFormat)
316
350
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BranchReferenceFormat)
351
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat5)
352
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat6)
353
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat7)
354
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(BzrBranchFormat8)
317
355
breezy.tests.per_branch.test_branch.TestBranch.test_fetch_revisions(RemoteGitBranchFormat)
318
356
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BranchReferenceFormat)
319
357
breezy.tests.per_branch.test_branch.TestBranch.test_format_description(BzrBranchFormat4)
432
478
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat7)
433
479
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(BzrBranchFormat8)
434
480
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(LocalGitBranchFormat)
481
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteBranchFormat-default)
482
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteBranchFormat-v2)
435
483
breezy.tests.per_branch.test_branch.TestFormat.test_format_initialize_find_open(RemoteGitBranchFormat)
436
484
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(BranchReferenceFormat)
437
485
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(BzrBranchFormat4)
438
486
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(LocalGitBranchFormat)
487
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteBranchFormat-default)
488
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteBranchFormat-v2)
439
489
breezy.tests.per_branch.test_branch.TestFormat.test_get_reference(RemoteGitBranchFormat)
440
490
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BranchReferenceFormat)
441
491
breezy.tests.per_branch.test_branch.TestFormat.test_set_reference(BzrBranchFormat4)
1330
1463
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(BzrBranchFormat8)
1331
1464
breezy.tests.per_branch.test_pull.TestPullHook.test_post_pull_nonempty_history(RemoteGitBranchFormat)
1332
1465
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BranchReferenceFormat)
1466
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat5)
1333
1467
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat6)
1334
1468
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat7)
1335
1469
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(BzrBranchFormat8)
1336
1470
breezy.tests.per_branch.test_pull.TestPull.test_pull_convergence_simple(RemoteGitBranchFormat)
1337
1471
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BranchReferenceFormat)
1472
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat5)
1338
1473
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat6)
1339
1474
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat7)
1340
1475
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_raises_LocalRequiresBoundBranch_on_unbound(BzrBranchFormat8)
1345
1480
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(BzrBranchFormat8)
1346
1481
breezy.tests.per_branch.test_pull.TestPull.test_pull_local_updates_checkout_only(RemoteGitBranchFormat)
1347
1482
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BranchReferenceFormat)
1483
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat5)
1348
1484
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat6)
1349
1485
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat7)
1350
1486
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(BzrBranchFormat8)
1351
1487
breezy.tests.per_branch.test_pull.TestPull.test_pull_merged_indirect(RemoteGitBranchFormat)
1352
1488
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BranchReferenceFormat)
1489
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat5)
1490
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat6)
1491
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat7)
1492
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(BzrBranchFormat8)
1353
1493
breezy.tests.per_branch.test_pull.TestPull.test_pull_merges_and_fetches_tags(RemoteGitBranchFormat)
1354
1494
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BranchReferenceFormat)
1495
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat5)
1355
1496
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat6)
1356
1497
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat7)
1357
1498
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(BzrBranchFormat8)
1358
1499
breezy.tests.per_branch.test_pull.TestPull.test_pull_overwrite(RemoteGitBranchFormat)
1359
1500
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BranchReferenceFormat)
1501
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat5)
1360
1502
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat6)
1361
1503
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat7)
1362
1504
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(BzrBranchFormat8)
1363
1505
breezy.tests.per_branch.test_pull.TestPull.test_pull_returns_result(RemoteGitBranchFormat)
1364
1506
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BranchReferenceFormat)
1507
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(BzrBranchFormat5)
1365
1508
breezy.tests.per_branch.test_pull.TestPull.test_pull_stop_revision_merges_and_fetches_tags(RemoteGitBranchFormat)
1366
1509
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BranchReferenceFormat)
1367
1510
breezy.tests.per_branch.test_pull.TestPull.test_pull_updates_checkout_and_master(BzrBranchFormat6)
1564
1725
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat4)
1565
1726
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat5)
1566
1727
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat6)
1728
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat7)
1729
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(BzrBranchFormat8)
1567
1730
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(LocalGitBranchFormat)
1568
1731
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BranchReferenceFormat)
1569
1732
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat4)
1570
1733
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat5)
1571
1734
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat6)
1735
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat7)
1736
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(BzrBranchFormat8)
1572
1737
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(LocalGitBranchFormat)
1738
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteBranchFormat-default)
1739
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteBranchFormat-v2)
1573
1740
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked_relative(RemoteGitBranchFormat)
1741
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteBranchFormat-default)
1742
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteBranchFormat-v2)
1574
1743
breezy.tests.per_branch.test_stacking.TestStackingConnections.test_open_stacked(RemoteGitBranchFormat)
1575
1744
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BranchReferenceFormat)
1576
1745
breezy.tests.per_branch.test_stacking.TestStacking.test_autopack_when_stacked(BzrBranchFormat4)
1607
1776
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(BranchReferenceFormat)
1608
1777
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on_and_stacked(RemoteGitBranchFormat)
1609
1778
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BranchReferenceFormat)
1779
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat5)
1780
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat6)
1781
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat7)
1782
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(BzrBranchFormat8)
1610
1783
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_copies_from_stacked_on(RemoteGitBranchFormat)
1611
1784
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BranchReferenceFormat)
1785
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat5)
1612
1786
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(BzrBranchFormat6)
1613
1787
breezy.tests.per_branch.test_stacking.TestStacking.test_fetch_revisions_with_file_changes(RemoteGitBranchFormat)
1614
1788
breezy.tests.per_branch.test_stacking.TestStacking.test_get_graph_stacked(BranchReferenceFormat)
2199
2406
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2200
2407
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2201
2408
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2409
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_missing_text_other_location_fails(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2202
2410
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnit1)
2203
2411
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit1,RepositoryFormatKnitPack1)
2204
2412
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_parent_inventories_at_stacking_boundary(InterKnitRepo,RepositoryFormatKnit3,RepositoryFormatKnitPack3)
2239
2447
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2240
2448
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterRepository,RepositoryFormatKnit1,RepositoryFormatKnit3)
2241
2449
breezy.tests.per_interrepository.test_fetch.TestInterRepository.test_fetch_same_location_trivial_works(InterSameDataRepository,RepositoryFormatKnit3,RepositoryFormatKnit3)
2450
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2242
2451
breezy.tests.per_interrepository.test_interrepository.TestCaseWithGhosts.test_fetch_all_fixes_up_ghost(InterRepository,RepositoryFormat5,RepositoryFormatKnit3)
2243
2452
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer+get_known_graph_ancestry,RepositoryFormatKnitPack1,RepositoryFormatKnitPack6RichRoot)
2244
2453
breezy.tests.per_interrepository.test_interrepository.TestInterRepository.test_interrepository_get_returns_correct_optimiser(InterDifferingSerializer,RepositoryFormat2a,RepositoryFormatKnitPack6RichRoot)
2894
3116
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2a)
2895
3117
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat2aSubtree)
2896
3118
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_record_delete_record_iter_changes(RepositoryFormat4)
3119
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat2a)
3120
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat2aSubtree)
2897
3121
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_revision_tree_record_iter_changes(RepositoryFormat4)
2898
3122
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat2a)
2899
3123
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat2aSubtree)
2900
3124
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_root_entry_has_revision(RepositoryFormat4)
2901
3125
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(GitRepositoryFormat)
3126
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RemoteRepositoryFormat-default)
3127
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RemoteRepositoryFormat-v2)
2902
3128
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat2a)
2903
3129
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat2aSubtree)
2904
3130
breezy.tests.per_repository.test_commit_builder.TestCommitBuilder.test_stacked_repositories_reject_commit_builder(RepositoryFormat4)
3464
3723
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_file_in_unchanged_directory(RepositoryFormat4)
3465
3724
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_multiple_files(RepositoryFormat4)
3466
3725
breezy.tests.per_repository.test_repository.TestDeltaRevisionFiltered.test_unrelated(RepositoryFormat4)
3726
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(GitRepositoryFormat)
3467
3727
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RemoteRepositoryFormat-default)
3468
3728
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RemoteRepositoryFormat-v2)
3729
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat2a)
3730
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat2aSubtree)
3731
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat4)
3732
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat5)
3733
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat6)
3734
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormat7)
3735
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit1)
3736
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit3)
3737
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnit4)
3738
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack1)
3739
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack3)
3740
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack4)
3741
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5)
3742
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5RichRoot)
3743
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack5RichRootBroken)
3744
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack6)
3745
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatKnitPack6RichRoot)
3746
breezy.tests.per_repository.test_repository.TestEscaping.test_on_vfat(RepositoryFormatPackDevelopment2Subtree)
3469
3747
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(GitRepositoryFormat)
3748
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RemoteRepositoryFormat-default)
3749
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RemoteRepositoryFormat-v2)
3470
3750
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat2a)
3471
3751
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat2aSubtree)
3472
3752
breezy.tests.per_repository.test_repository.TestRepositoryControlComponent.test_urls(RepositoryFormat4)
4006
4324
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack6)
4007
4325
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatKnitPack6RichRoot)
4008
4326
breezy.tests.per_repository.test_repository.TestRepository.test_clone_stacking_policy_upgrades(RepositoryFormatPackDevelopment2Subtree)
4327
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat2a)
4328
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat2aSubtree)
4009
4329
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_default_format(RepositoryFormat4)
4010
4330
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(GitRepositoryFormat)
4011
4331
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat4)
4012
4332
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat5)
4013
4333
breezy.tests.per_repository.test_repository.TestRepository.test_clone_to_hpss(RepositoryFormat6)
4014
4334
breezy.tests.per_repository.test_repository.TestRepository.test_commit_unicode_message(RepositoryFormat4)
4335
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RemoteRepositoryFormat-default)
4336
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RemoteRepositoryFormat-v2)
4015
4337
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat2a)
4016
4338
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat2aSubtree)
4017
4339
breezy.tests.per_repository.test_repository.TestRepository.test_create_repository(RepositoryFormat4)
4383
4733
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatKnitPack6RichRoot)
4384
4734
breezy.tests.per_repository.test_repository.TestRepository.test_set_get_make_working_trees_true(RepositoryFormatPackDevelopment2Subtree)
4385
4735
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(GitRepositoryFormat)
4736
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat2a)
4737
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat2aSubtree)
4386
4738
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat4)
4387
4739
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat5)
4388
4740
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat6)
4741
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormat7)
4742
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit1)
4743
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit3)
4744
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnit4)
4745
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack1)
4746
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack3)
4747
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack4)
4748
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5)
4749
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5RichRoot)
4750
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack5RichRootBroken)
4751
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack6)
4752
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatKnitPack6RichRoot)
4753
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_repo_format(RepositoryFormatPackDevelopment2Subtree)
4389
4754
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(GitRepositoryFormat)
4755
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat2a)
4756
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat2aSubtree)
4390
4757
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat4)
4391
4758
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat5)
4392
4759
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat6)
4760
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormat7)
4761
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit1)
4762
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit3)
4763
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnit4)
4764
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack1)
4765
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack3)
4766
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack4)
4767
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5)
4768
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5RichRoot)
4769
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack5RichRootBroken)
4770
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack6)
4771
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatKnitPack6RichRoot)
4772
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_branch_from_hpss_preserves_shared_repo_format(RepositoryFormatPackDevelopment2Subtree)
4393
4773
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(GitRepositoryFormat)
4774
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat2a)
4775
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat2aSubtree)
4394
4776
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat4)
4777
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat5)
4778
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat6)
4779
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormat7)
4780
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit1)
4781
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit3)
4782
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnit4)
4783
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack1)
4784
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack3)
4785
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack4)
4786
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5)
4787
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5RichRoot)
4788
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack5RichRootBroken)
4789
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack6)
4790
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatKnitPack6RichRoot)
4791
breezy.tests.per_repository.test_repository.TestRepository.test_sprout_from_hpss_preserves_format(RepositoryFormatPackDevelopment2Subtree)
4395
4792
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat2a)
4396
4793
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat2aSubtree)
4397
4794
breezy.tests.per_repository.test_repository.TestRepository.test_supports_rich_root(RepositoryFormat4)
4398
4795
breezy.tests.per_repository.test_repository.TestRepository.test_upgrade_preserves_signatures(GitRepositoryFormat)
4399
4796
breezy.tests.per_repository.test_repository.TestRepository.test_upgrade_preserves_signatures(RepositoryFormat4)
4400
4797
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_revision_accessors(RepositoryFormat4)
4798
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat2a)
4799
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat2aSubtree)
4401
4800
breezy.tests.per_repository.test_revision.TestRevisionAttributes.test_zero_timezone(RepositoryFormat4)
4402
4801
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(GitRepositoryFormat)
4403
4802
breezy.tests.per_repository.test_revision.TestRevProps.test_invalid_revprops(RepositoryFormat2a)
6153
6558
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(NoSmartTransportDecorator,NoSmartTransportServer)
6154
6559
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(PathFilteringTransport,TestingPathFilteringServer)
6155
6560
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(RemoteTCPTransport,SmartTCPServer_for_testing)
6561
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPAbsoluteServer)
6562
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPHomeDirServer)
6563
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(SFTPTransport,SFTPSiblingAbsoluteServer)
6156
6564
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(TransportLogDecorator,LogDecoratorServer)
6157
6565
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(TransportTraceDecorator,TraceServer)
6158
6566
breezy.tests.per_transport.TransportTests.test_readv_out_of_order(UnlistableTransportDecorator,UnlistableServer)
6159
6567
breezy.tests.per_transport.TransportTests.test_readv(PathFilteringTransport,TestingPathFilteringServer)
6160
6568
breezy.tests.per_transport.TransportTests.test_readv(RemoteTCPTransport,SmartTCPServer_for_testing)
6569
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPAbsoluteServer)
6570
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPHomeDirServer)
6571
breezy.tests.per_transport.TransportTests.test_readv(SFTPTransport,SFTPSiblingAbsoluteServer)
6161
6572
breezy.tests.per_transport.TransportTests.test_readv_short_read(ChrootTransport,TestingChrootServer)
6162
6573
breezy.tests.per_transport.TransportTests.test_readv_short_read(FakeNFSTransportDecorator,FakeNFSServer)
6163
6574
breezy.tests.per_transport.TransportTests.test_readv_short_read(FakeVFATTransportDecorator,FakeVFATServer)
6523
6938
breezy.tests.per_tree.test_export.TestDir.test_export(RevisionTree)
6524
6939
breezy.tests.per_tree.test_export.TestDir.test_export_symlink(RevisionTree)
6525
6940
breezy.tests.per_tree.test_export.TestDir.test_export_symlink(WorkingTreeFormat3)
6941
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(DirStateRevisionTree,WT4)
6942
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(DirStateRevisionTree,WT5)
6943
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(RevisionTree)
6526
6944
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat2)
6527
6945
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat3)
6528
6946
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat4)
6529
6947
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat5)
6530
6948
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6)
6949
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_get_file_mtime(WorkingTreeFormat6,remote)
6531
6950
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(DirStateRevisionTree,WT4)
6532
6951
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(DirStateRevisionTree,WT5)
6533
6952
breezy.tests.per_tree.test_get_file_mtime.TestGetFileMTime.test_nonexistant(PreviewTree)
6624
7050
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat4)
6625
7051
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat5)
6626
7052
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat6)
7053
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_dir_content_summary(WorkingTreeFormat6,remote)
6627
7054
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat2)
6628
7055
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat3)
6629
7056
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat4)
6630
7057
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat5)
6631
7058
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat6)
7059
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_executable(WorkingTreeFormat6,remote)
6632
7060
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat2)
6633
7061
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat3)
6634
7062
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat4)
6635
7063
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat5)
6636
7064
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat6)
7065
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_non_exec(WorkingTreeFormat6,remote)
6637
7066
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(DirStateRevisionTree,WT4)
6638
7067
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(DirStateRevisionTree,WT5)
6639
7068
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_file_content_summary_not_versioned(GitWorkingTreeFormat)
6654
7084
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat4)
6655
7085
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat5)
6656
7086
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat6)
7087
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_missing_content_summary(WorkingTreeFormat6,remote)
6657
7088
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(RevisionTree)
6658
7089
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat2)
6659
7090
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat3)
6660
7091
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat4)
6661
7092
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat5)
6662
7093
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6)
7094
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_symlink_content_summary(WorkingTreeFormat6,remote)
6663
7095
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(RevisionTree)
6664
7096
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat2)
6665
7097
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat3)
6666
7098
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat4)
6667
7099
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat5)
6668
7100
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat6)
7101
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_tree_content_summary(WorkingTreeFormat6,remote)
6669
7102
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(RevisionTree)
6670
7103
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat2)
6671
7104
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat3)
6672
7105
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat4)
6673
7106
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat5)
6674
7107
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat6)
7108
breezy.tests.per_tree.test_path_content_summary.TestPathContentSummary.test_unicode_symlink_target_summary(WorkingTreeFormat6,remote)
6675
7109
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(DirStateRevisionTree,WT4)
6676
7110
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(DirStateRevisionTree,WT5)
6677
7111
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(PreviewTree)
6682
7116
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat4)
6683
7117
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat5)
6684
7118
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6)
7119
breezy.tests.per_tree.test_revision_tree.TestRevisionTree.test_get_random_tree_raises(WorkingTreeFormat6,remote)
7120
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT4)
7121
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(DirStateRevisionTree,WT5)
7122
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(RevisionTree)
6685
7123
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat2)
6686
7124
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat3)
6687
7125
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat4)
6688
7126
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat5)
6689
7127
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat6)
7128
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_empty_tree_no_parents(WorkingTreeFormat6,remote)
6690
7129
breezy.tests.per_tree.test_test_trees.TestTreeShapes.test_tree_with_utf8(GitWorkingTreeFormat)
6691
7130
breezy.tests.per_tree.TestTreeImplementationSupport.test_revision_tree_from_workingtree
6692
7131
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(DirStateRevisionTree,WT4)
6700
7139
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat4)
6701
7140
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat5)
6702
7141
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat6)
7142
breezy.tests.per_tree.test_tree.TestConflicts.test_conflicts(WorkingTreeFormat6,remote)
7143
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(DirStateRevisionTree,WT4)
7144
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(DirStateRevisionTree,WT5)
7145
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(PreviewTree)
7146
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(RevisionTree)
7147
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat2)
7148
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat3)
7149
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat4)
7150
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat5)
7151
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat6)
7152
breezy.tests.per_tree.test_tree.TestExtractFilesBytes.test_iter_files_bytes(WorkingTreeFormat6,remote)
6703
7153
breezy.tests.per_tree.test_tree.TestExtras.test_extras(DirStateRevisionTree,WT4)
6704
7154
breezy.tests.per_tree.test_tree.TestExtras.test_extras(DirStateRevisionTree,WT5)
6705
7155
breezy.tests.per_tree.test_tree.TestExtras.test_extras(PreviewTree)
6706
7156
breezy.tests.per_tree.test_tree.TestExtras.test_extras(RevisionTree)
7157
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT4)
7158
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(DirStateRevisionTree,WT5)
7159
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(PreviewTree)
7160
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(RevisionTree)
7161
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat2)
7162
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat3)
7163
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat4)
7164
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat5)
7165
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat6)
7166
breezy.tests.per_tree.test_tree.TestFileContent.test_get_file_lines_multi_line_breaks(WorkingTreeFormat6,remote)
6707
7167
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat2)
6708
7168
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat3)
6709
7169
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat4)
6710
7170
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat5)
6711
7171
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat6)
7172
breezy.tests.per_tree.test_tree.TestFileIds.test_all_file_ids(WorkingTreeFormat6,remote)
6712
7173
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat2)
6713
7174
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat3)
6714
7175
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat4)
6715
7176
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat5)
6716
7177
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat6)
7178
breezy.tests.per_tree.test_tree.TestFileIds.test_id2path(WorkingTreeFormat6,remote)
6717
7179
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(PreviewTree)
6718
7180
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(RevisionTree)
6719
7181
breezy.tests.per_tree.test_tree.TestHasId.test_has_id(WorkingTreeFormat2)
7901
8370
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_one_unversioned(WorkingTreeFormat6)
7902
8371
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_to_denormalised_fails(WorkingTreeFormat2)
7903
8372
breezy.tests.per_workingtree.test_rename_one.TestRenameOne.test_rename_to_denormalised_fails(WorkingTreeFormat3)
8373
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat3)
8374
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat4)
8375
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat5)
8376
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_nonzeroth_basis_tree_via_revision_tree(WorkingTreeFormat6)
7904
8377
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat3)
8378
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat4)
8379
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat5)
8380
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_pending_merge_revision_tree(WorkingTreeFormat6)
7905
8381
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(GitWorkingTreeFormat)
7906
8382
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_uncached_basis_via_revision_tree(WorkingTreeFormat2)
7907
8383
breezy.tests.per_workingtree.test_revision_tree.TestRevisionTree.test_get_zeroth_basis_tree_via_revision_tree(GitWorkingTreeFormat)
8430
8910
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_no_keys_no_calls
8431
8911
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_lookup_when_a_key_is_missing_continues
8432
8912
breezy.tests.test_bisect_multi.TestBisectMultiBytes.test_searches_different_keys_in_different_directions
8913
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_callback
8914
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_default
8915
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_message_supplied
8916
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_commit_timestamp
8433
8917
breezy.tests.test_branchbuilder.TestBranchBuilderBuildSnapshot.test_start_finish_series
8918
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_commit_timestamp
8919
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_one_commit
8920
breezy.tests.test_branchbuilder.TestBranchBuilder.test_build_two_commits
8434
8921
breezy.tests.test_branchbuilder.TestBranchBuilder.test_create
8435
8922
breezy.tests.test_branchbuilder.TestBranchBuilder.test_format
8436
8923
breezy.tests.test_branchbuilder.TestBranchBuilder.test_get_branch
8841
9328
breezy.tests.test_commit.FilterExcludedTests.test_add_file_not_excluded
8842
9329
breezy.tests.test_commit.FilterExcludedTests.test_delete_file_excluded
8843
9330
breezy.tests.test_commit.FilterExcludedTests.test_move_from_or_to_excluded
9331
breezy.tests.test_commit_merge.TestCommitMerge.test_merge_commit_empty
8844
9332
breezy.tests.test_commit.TestCommit.test_author_with_newline_rejected
9333
breezy.tests.test_commit.TestCommit.test_commit_callback
8845
9334
breezy.tests.test_commit.TestCommit.test_commit_empty
9335
breezy.tests.test_commit.TestCommit.test_commit_empty_authors_list
9336
breezy.tests.test_commit.TestCommit.test_commit_has_1ms_resolution
9337
breezy.tests.test_commit.TestCommit.test_commit_no_author
9338
breezy.tests.test_commit.TestCommit.test_commit_object_doesnt_set_nick
8846
9339
breezy.tests.test_commit.TestCommit.test_commit_removals_respects_filespec
9340
breezy.tests.test_commit.TestCommit.test_commit_saves_1ms_timestamp
8847
9341
breezy.tests.test_commit.TestCommit.test_commit_unversioned_specified
8848
9342
breezy.tests.test_commit.TestCommit.test_commit_with_checkout_and_branch_sharing_repo
8849
9343
breezy.tests.test_commit.TestCommit.test_missing_commit
11575
12089
breezy.tests.test_selftest.TestWorkingTreeScenarios.test_scenarios
11576
12090
breezy.tests.test_serializer.TestSerializer.test_registry
11577
12091
breezy.tests.test_setup.TestDistutilsVersion.test_version_with_string
12092
breezy.tests.test_sftp_transport.SFTPBranchTest.test_push_support
11578
12093
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_default
11579
12094
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_latency_knob_slows_transport
12095
breezy.tests.test_sftp_transport.SFTPLockTests.test_sftp_locks
11580
12096
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_abspath_root_sibling_server
11581
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_get_paramiko_vendor
11582
12097
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_parse_url_with_home_dir
11583
12098
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_relpath
11584
12099
breezy.tests.test_sftp_transport.SFTPTransportTestRelativeRoot.test__remote_path_relative_root
11585
12100
breezy.tests.test_sftp_transport.SFTPTransportTestRelative.test__remote_path
11586
12101
breezy.tests.test_sftp_transport.SSHVendorBadConnection.test_bad_connection_paramiko
12102
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_paramiko
11587
12103
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_vendor
11588
12104
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test__get_requests
11589
12105
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test_request_and_yield_offsets
11673
12196
breezy.tests.test_smart.TestSmartServerBranchRequestLastRevisionInfo.test_not_empty
11674
12197
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_locked_branch
11675
12198
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_locked_repo
12199
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_readonly_transport
11676
12200
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_on_unlocked_branch
11677
12201
breezy.tests.test_smart.TestSmartServerBranchRequestLockWrite.test_lock_write_with_tokens_on_locked_branch
11678
12202
breezy.tests.test_smart.TestSmartServerBranchRequestPutConfigFile.test_with_content
11679
12203
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_not_found
11680
12204
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_null
11681
12205
breezy.tests.test_smart.TestSmartServerBranchRequestRevisionIdToRevno.test_simple
12206
breezy.tests.test_smart.TestSmartServerBranchRequestSetConfigOption.test_value_name
12207
breezy.tests.test_smart.TestSmartServerBranchRequestSetConfigOption.test_value_name_section
11682
12208
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_allow_diverged
11683
12209
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_branch_last_revision_info_is_updated
11684
12210
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_branch_last_revision_info_rewind
11685
12211
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_NoSuchRevision
12212
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_not_allow_diverged
12213
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_set_null_to_null
12214
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionEx.test_TipChangeRejected
11686
12215
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_branch_last_revision_info_is_updated
11687
12216
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_branch_last_revision_info_rewind
11688
12217
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_NoSuchRevision
12218
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_set_null_to_null
12219
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevisionInfo.test_TipChangeRejected
11689
12220
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_branch_last_revision_info_is_updated
11690
12221
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_branch_last_revision_info_rewind
11691
12222
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_NoSuchRevision
12223
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_set_null_to_null
12224
breezy.tests.test_smart.TestSmartServerBranchRequestSetLastRevision.test_TipChangeRejected
11692
12225
breezy.tests.test_smart.TestSmartServerBranchRequestSetTagsBytes.test_set_bytes
11693
12226
breezy.tests.test_smart.TestSmartServerBranchRequest.test_branch_reference
11694
12227
breezy.tests.test_smart.TestSmartServerBranchRequest.test_no_branch
11708
12242
breezy.tests.test_smart.TestSmartServerIsReadonly.test_is_readonly_yes
11709
12243
breezy.tests.test_smart.TestSmartServerPackRepositoryAutopack.test_autopack_on_nonpack_format
11710
12244
breezy.tests.test_smart.TestSmartServerRepositoryAllRevisionIds.test_empty
12245
breezy.tests.test_smart.TestSmartServerRepositoryAllRevisionIds.test_some_revisions
11711
12246
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_lock_to_break
11712
12247
breezy.tests.test_smart.TestSmartServerRepositoryBreakLock.test_nothing_to_break
11713
12248
breezy.tests.test_smart.TestSmartServerRepositoryGatherStats.test_unknown_revid
11714
12249
breezy.tests.test_smart.TestSmartServerRepositoryGetInventories.test_empty
12250
breezy.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_bzipped
11715
12251
breezy.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_include_missing
11716
12252
breezy.tests.test_smart.TestSmartServerRepositoryGetPhysicalLockStatus.test_without_write_lock
11717
12253
breezy.tests.test_smart.TestSmartServerRepositoryGetPhysicalLockStatus.test_with_write_lock
11718
12254
breezy.tests.test_smart.TestSmartServerRepositoryGetRevIdForRevno.test_known_revid_missing
11719
12255
breezy.tests.test_smart.TestSmartServerRepositoryGetRevIdForRevno.test_revno_found
12256
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_none_argument
11720
12257
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_no_such_revision
11721
12258
breezy.tests.test_smart.TestSmartServerRepositoryGetRevisionGraph.test_specific_revision_argument
11722
12259
breezy.tests.test_smart.TestSmartServerRepositoryGetSerializerFormat.test_get_serializer_format