/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-09-11 02:50:43 UTC
  • mfrom: (7067.16.7 fix-c-extensions)
  • Revision ID: breezy.the.bot@gmail.com-20180911025043-c4v82nhbajxniw2y
Fix remaining Cython extensions on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/fix-c-extensions/+merge/353369

Show diffs side-by-side

added added

removed removed

Lines of Context:
22796
22796
breezy.tests.test_btree_index.TestBTreeIndex.test_with_offset_no_size
22797
22797
breezy.tests.test_btree_index.TestBTreeIndex.test_with_size_constructor
22798
22798
breezy.tests.test_btree_index.TestBTreeIndex.test_with_small_offset
 
22799
breezy.tests.test_btree_index.TestBTreeNodes.test__flatten_node(C)
22799
22800
breezy.tests.test_btree_index.TestBTreeNodes.test__flatten_node(python)
 
22801
breezy.tests.test_btree_index.TestBTreeNodes.test_InternalNode_1(C)
22800
22802
breezy.tests.test_btree_index.TestBTreeNodes.test_InternalNode_1(python)
 
22803
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_1_0(C)
22801
22804
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_1_0(python)
 
22805
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_2_2(C)
22802
22806
breezy.tests.test_btree_index.TestBTreeNodes.test_LeafNode_2_2(python)
22803
22807
breezy.tests.test_btree_index.TestCompiledBtree.test_exists
22804
22808
breezy.tests.test_btree_index.TestExpandOffsets.test_cannot_fully_expand
23166
23170
breezy.tests.test_cethread.TestCatchingExceptionThread.test_start_and_join_smoke_test
23167
23171
breezy.tests.test_cethread.TestCatchingExceptionThread.test_switch_and_set
23168
23172
breezy.tests.test_cethread.TestCatchingExceptionThread.test_sync_event
 
23173
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(C)
23169
23174
breezy.tests.test__chk_map.Test_BytesToTextKey.test_dir(python)
 
23175
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(C)
23170
23176
breezy.tests.test__chk_map.Test_BytesToTextKey.test_file(python)
 
23177
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(C)
23171
23178
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_kind(python)
 
23179
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(C)
23172
23180
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_no_space(python)
 
23181
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(C)
23173
23182
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_file_id(python)
 
23183
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(C)
23174
23184
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_name(python)
 
23185
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(C)
23175
23186
breezy.tests.test__chk_map.Test_BytesToTextKey.test_invalid_too_short_parent_id(python)
23176
23187
breezy.tests.test_chk_map.TestCHKMapDifference.test__init__
23177
23188
breezy.tests.test_chk_map.TestCHKMapDifference.test__process_next_old_batched_no_dupes
23188
23199
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_prepares_queues
23189
23200
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_skips_known_old
23190
23201
breezy.tests.test_chk_map.TestCHKMapDifference.test__read_all_roots_yields_extra_deep_records
 
23202
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(C)
23191
23203
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_one(python)
 
23204
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(C)
23192
23205
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_pref_with_null(python)
 
23206
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(C)
23193
23207
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_null_pref(python)
 
23208
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(C)
23194
23209
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_deserialise_with_prefix(python)
 
23210
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(C)
23195
23211
breezy.tests.test__chk_map.TestDeserialiseInternalNode.test_raises_on_non_internal(python)
 
23212
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(C)
23196
23213
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_empty(python)
 
23214
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(C)
23197
23215
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_items(python)
 
23216
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(C)
23198
23217
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_common_prefix(python)
 
23218
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(C)
23199
23219
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_1(python)
 
23220
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(C)
23200
23221
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_item_with_null_width_2(python)
 
23222
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(C)
23201
23223
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_deserialise_multi_line(python)
 
23224
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(C)
23202
23225
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_iteritems_selected_one_of_two_items(python)
 
23226
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(C)
23203
23227
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_map(python)
 
23228
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(C)
23204
23229
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_key_after_unmap(python)
 
23230
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(C)
23205
23231
breezy.tests.test__chk_map.TestDeserialiseLeafNode.test_raises_on_non_leaf(python)
23206
23232
breezy.tests.test_chk_map.TestInternalNode.test_add_node_empty_new
23207
23233
breezy.tests.test_chk_map.TestInternalNode.test_add_node_resets_key_new
23317
23343
breezy.tests.test_chk_map.TestNode.test_equal
23318
23344
breezy.tests.test_chk_map.TestNode.test_no_common_prefix
23319
23345
breezy.tests.test_chk_map.TestNode.test_not_a_prefix
 
23346
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(C)
23320
23347
breezy.tests.test__chk_map.TestSearchKeys.test_255_does_not_include_newline(python)
 
23348
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(C)
23321
23349
breezy.tests.test__chk_map.TestSearchKeys.test_simple_16(python)
 
23350
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(C)
23322
23351
breezy.tests.test__chk_map.TestSearchKeys.test_simple_255(python)
23323
23352
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_16
23324
23353
breezy.tests.test_chk_map.TestTestCaseWithExampleMaps.test_one_deep_map_plain
24522
24551
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_tricky_paths
24523
24552
breezy.tests.test__dirstate_helpers.TestCompiledLtPathByDirblock.test_unicode_not_allowed
24524
24553
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_smoketest(unicode)
 
24554
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_smoketest(utf8)
24525
24555
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_trailing_garbage(unicode)
 
24556
breezy.tests.test__dirstate_helpers.TestCompiledReadDirblocks.test_trailing_garbage(utf8)
24526
24557
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_empty
24527
24558
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_non_ascii
24528
24559
breezy.tests.test__dirstate_helpers.TestLtByDirs.test_cmp_same_str
24537
24568
breezy.tests.test__dirstate_helpers.TestMemRChr.test_multiple
24538
24569
breezy.tests.test__dirstate_helpers.TestMemRChr.test_single_entry
24539
24570
breezy.tests.test__dirstate_helpers.TestMemRChr.test_with_nulls
 
24571
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_ctime(dirstate_Pyrex)
24540
24572
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_ctime(dirstate_Python)
 
24573
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_mtime(dirstate_Pyrex)
24541
24574
breezy.tests.test__dirstate_helpers.TestPackStat.test_ancient_mtime(dirstate_Python)
 
24575
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_ctime(dirstate_Pyrex)
24542
24576
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_ctime(dirstate_Python)
 
24577
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_mtime(dirstate_Pyrex)
24543
24578
breezy.tests.test__dirstate_helpers.TestPackStat.test_distant_mtime(dirstate_Python)
 
24579
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_ctime(dirstate_Pyrex)
24544
24580
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_ctime(dirstate_Python)
 
24581
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_mtime(dirstate_Pyrex)
24545
24582
breezy.tests.test__dirstate_helpers.TestPackStat.test_fractional_mtime(dirstate_Python)
 
24583
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_inode(dirstate_Pyrex)
24546
24584
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_inode(dirstate_Python)
 
24585
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_size(dirstate_Pyrex)
24547
24586
breezy.tests.test__dirstate_helpers.TestPackStat.test_giant_size(dirstate_Python)
 
24587
breezy.tests.test__dirstate_helpers.TestPackStat.test_negative_dev(dirstate_Pyrex)
24548
24588
breezy.tests.test__dirstate_helpers.TestPackStat.test_negative_dev(dirstate_Python)
 
24589
breezy.tests.test__dirstate_helpers.TestPackStat.test_result(dirstate_Pyrex)
24549
24590
breezy.tests.test__dirstate_helpers.TestPackStat.test_result(dirstate_Python)
 
24591
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(unicode,dirstate_Pyrex)
24550
24592
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(unicode,dirstate_Python)
 
24593
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(utf8,dirstate_Pyrex)
 
24594
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_exceptions_raised(utf8,dirstate_Python)
 
24595
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Pyrex)
24551
24596
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Python)
 
24597
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Pyrex)
 
24598
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Python)
 
24599
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(unicode,dirstate_Pyrex)
24552
24600
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(unicode,dirstate_Python)
 
24601
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(utf8,dirstate_Pyrex)
 
24602
breezy.tests.test__dirstate_helpers.TestProcessEntry.test_simple_changes(utf8,dirstate_Python)
24553
24603
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_smoketest(unicode)
 
24604
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_smoketest(utf8)
24554
24605
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_trailing_garbage(unicode)
 
24606
breezy.tests.test__dirstate_helpers.TestReadDirblocks.test_trailing_garbage(utf8)
 
24607
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(unicode,dirstate_Pyrex)
24555
24608
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(unicode,dirstate_Python)
 
24609
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(utf8,dirstate_Pyrex)
 
24610
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test__is_executable_win32(utf8,dirstate_Python)
 
24611
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(unicode,dirstate_Pyrex)
24556
24612
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(unicode,dirstate_Python)
 
24613
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(utf8,dirstate_Pyrex)
 
24614
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_cachable(utf8,dirstate_Python)
 
24615
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(unicode,dirstate_Pyrex)
24557
24616
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(unicode,dirstate_Python)
 
24617
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(utf8,dirstate_Pyrex)
 
24618
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_observed_sha1_not_cachable(utf8,dirstate_Python)
 
24619
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(unicode,dirstate_Pyrex)
24558
24620
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(unicode,dirstate_Python)
 
24621
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(utf8,dirstate_Pyrex)
 
24622
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_sha1_used(utf8,dirstate_Python)
 
24623
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Pyrex)
24559
24624
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(unicode,dirstate_Python)
 
24625
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Pyrex)
 
24626
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_sha1provider_stat_and_sha1_used(utf8,dirstate_Python)
 
24627
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(unicode,dirstate_Pyrex)
24560
24628
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(unicode,dirstate_Python)
 
24629
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(utf8,dirstate_Pyrex)
 
24630
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_file(utf8,dirstate_Python)
 
24631
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(unicode,dirstate_Pyrex)
24561
24632
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(unicode,dirstate_Python)
 
24633
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(utf8,dirstate_Pyrex)
 
24634
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_dir_to_symlink(utf8,dirstate_Python)
 
24635
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(unicode,dirstate_Pyrex)
24562
24636
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(unicode,dirstate_Python)
 
24637
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(utf8,dirstate_Pyrex)
 
24638
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir_unchanged(utf8,dirstate_Python)
 
24639
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(unicode,dirstate_Pyrex)
24563
24640
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(unicode,dirstate_Python)
 
24641
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(utf8,dirstate_Pyrex)
 
24642
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_dir(utf8,dirstate_Python)
 
24643
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(unicode,dirstate_Pyrex)
24564
24644
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(unicode,dirstate_Python)
 
24645
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(utf8,dirstate_Pyrex)
 
24646
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_file_unchanged(utf8,dirstate_Python)
 
24647
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(unicode,dirstate_Pyrex)
24565
24648
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(unicode,dirstate_Python)
 
24649
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(utf8,dirstate_Pyrex)
 
24650
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_symlink(utf8,dirstate_Python)
 
24651
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(unicode,dirstate_Pyrex)
24566
24652
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(unicode,dirstate_Python)
 
24653
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(utf8,dirstate_Pyrex)
 
24654
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry_tree_reference(utf8,dirstate_Python)
 
24655
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(unicode,dirstate_Pyrex)
24567
24656
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(unicode,dirstate_Python)
 
24657
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(utf8,dirstate_Pyrex)
 
24658
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_entry(utf8,dirstate_Python)
 
24659
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(unicode,dirstate_Pyrex)
24568
24660
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(unicode,dirstate_Python)
 
24661
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(utf8,dirstate_Pyrex)
 
24662
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_dir(utf8,dirstate_Python)
 
24663
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(unicode,dirstate_Pyrex)
24569
24664
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(unicode,dirstate_Python)
 
24665
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(utf8,dirstate_Pyrex)
 
24666
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_file_to_symlink(utf8,dirstate_Python)
 
24667
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(unicode,dirstate_Pyrex)
24570
24668
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(unicode,dirstate_Python)
 
24669
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(utf8,dirstate_Pyrex)
 
24670
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_dir(utf8,dirstate_Python)
 
24671
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(unicode,dirstate_Pyrex)
24571
24672
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(unicode,dirstate_Python)
 
24673
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(utf8,dirstate_Pyrex)
 
24674
breezy.tests.test__dirstate_helpers.TestUpdateEntry.test_update_symlink_to_file(utf8,dirstate_Python)
24572
24675
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_bisect_dirblock
24573
24676
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_left
24574
24677
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__bisect_path_right
24577
24680
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test__read_dirblocks
24578
24681
breezy.tests.test__dirstate_helpers.TestUsingCompiledIfAvailable.test_update_entry
24579
24682
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks_missing(unicode)
 
24683
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks_missing(utf8)
24580
24684
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks(unicode)
 
24685
breezy.tests.test_dirstate.TestBisect.test_bisect_dirblocks(utf8)
24581
24686
breezy.tests.test_dirstate.TestBisect.test_bisect_duplicate_paths(unicode)
 
24687
breezy.tests.test_dirstate.TestBisect.test_bisect_duplicate_paths(utf8)
24582
24688
breezy.tests.test_dirstate.TestBisect.test_bisect_each(unicode)
 
24689
breezy.tests.test_dirstate.TestBisect.test_bisect_each(utf8)
24583
24690
breezy.tests.test_dirstate.TestBisect.test_bisect_missing(unicode)
 
24691
breezy.tests.test_dirstate.TestBisect.test_bisect_missing(utf8)
24584
24692
breezy.tests.test_dirstate.TestBisect.test_bisect_multi(unicode)
 
24693
breezy.tests.test_dirstate.TestBisect.test_bisect_multi(utf8)
24585
24694
breezy.tests.test_dirstate.TestBisect.test_bisect_one_page(unicode)
 
24695
breezy.tests.test_dirstate.TestBisect.test_bisect_one_page(utf8)
24586
24696
breezy.tests.test_dirstate.TestBisect.test_bisect_page_size_too_small(unicode)
 
24697
breezy.tests.test_dirstate.TestBisect.test_bisect_page_size_too_small(utf8)
24587
24698
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_each(unicode)
 
24699
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_each(utf8)
24588
24700
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_missing(unicode)
 
24701
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_missing(utf8)
24589
24702
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_multiple(unicode)
 
24703
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_multiple(utf8)
24590
24704
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_renamed(unicode)
 
24705
breezy.tests.test_dirstate.TestBisect.test_bisect_recursive_renamed(utf8)
24591
24706
breezy.tests.test_dirstate.TestBisect.test_bisect_rename(unicode)
 
24707
breezy.tests.test_dirstate.TestBisect.test_bisect_rename(utf8)
24592
24708
breezy.tests.test_dirstate.TestDirStateHashUpdates.test_worth_saving_limit_avoids_writing(unicode)
 
24709
breezy.tests.test_dirstate.TestDirStateHashUpdates.test_worth_saving_limit_avoids_writing(utf8)
24593
24710
breezy.tests.test_dirstate.TestDirStateInitialize.test_initialize(unicode)
 
24711
breezy.tests.test_dirstate.TestDirStateInitialize.test_initialize(utf8)
24594
24712
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_and_child_no_parents_all_data(unicode)
 
24713
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_and_child_no_parents_all_data(utf8)
24595
24714
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_to_root_no_parents_all_data(unicode)
 
24715
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_directory_to_root_no_parents_all_data(utf8)
24596
24716
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_forbidden_names(unicode)
 
24717
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_forbidden_names(utf8)
24597
24718
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_root_no_parents_all_data(unicode)
 
24719
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_root_no_parents_all_data(utf8)
24598
24720
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_unversioned_directory(unicode)
 
24721
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_path_to_unversioned_directory(utf8)
24599
24722
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_to_root_no_parents_all_data(unicode)
 
24723
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_to_root_no_parents_all_data(utf8)
24600
24724
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_unicode_to_root_no_parents_all_data(unicode)
 
24725
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_symlink_unicode_to_root_no_parents_all_data(utf8)
24601
24726
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_tree_reference(unicode)
 
24727
breezy.tests.test_dirstate.TestDirStateManipulations.test_add_tree_reference(utf8)
24602
24728
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_file_missing_from_tree(unicode)
 
24729
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_file_missing_from_tree(utf8)
24603
24730
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_no_content(unicode)
 
24731
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_parent_trees_no_content(utf8)
24604
24732
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_no_parents(unicode)
 
24733
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_no_parents(utf8)
24605
24734
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_with_parents(unicode)
 
24735
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_path_id_with_parents(utf8)
24606
24736
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_mixed_paths(unicode)
 
24737
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_mixed_paths(utf8)
24607
24738
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_no_content_no_parents(unicode)
 
24739
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_no_content_no_parents(utf8)
24608
24740
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_preserves_hashcache(unicode)
 
24741
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_inventory_preserves_hashcache(utf8)
24609
24742
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_identical_parent(unicode)
 
24743
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_identical_parent(utf8)
24610
24744
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_no_parents(unicode)
 
24745
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_from_scratch_no_parents(utf8)
24611
24746
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_with_rename_b_a_bug_395556(unicode)
 
24747
breezy.tests.test_dirstate.TestDirStateManipulations.test_set_state_with_rename_b_a_bug_395556(utf8)
24612
24748
breezy.tests.test_dirstate.TestDirStateManipulations.test_update_minimal_updates_id_index(unicode)
 
24749
breezy.tests.test_dirstate.TestDirStateManipulations.test_update_minimal_updates_id_index(utf8)
24613
24750
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_clean_on_file(unicode)
 
24751
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_clean_on_file(utf8)
24614
24752
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_in_read_lock(unicode)
 
24753
breezy.tests.test_dirstate.TestDirStateOnFile.test_can_save_in_read_lock(utf8)
24615
24754
breezy.tests.test_dirstate.TestDirStateOnFile.test_construct_with_path(unicode)
 
24755
breezy.tests.test_dirstate.TestDirStateOnFile.test_construct_with_path(utf8)
24616
24756
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_fails_quietly_if_locked(unicode)
 
24757
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_fails_quietly_if_locked(utf8)
24617
24758
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_refuses_if_changes_aborted(unicode)
 
24759
breezy.tests.test_dirstate.TestDirStateOnFile.test_save_refuses_if_changes_aborted(utf8)
24618
24760
breezy.tests.test_dirstate.TestDirstateSortOrder.test_add_sorting
24619
24761
breezy.tests.test_dirstate.TestDirstateSortOrder.test_set_parent_trees_correct_order
24620
24762
breezy.tests.test_dirstate.TestDirstateTreeReference.test_reference_revision_is_none(unicode)
 
24763
breezy.tests.test_dirstate.TestDirstateTreeReference.test_reference_revision_is_none(utf8)
24621
24764
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_missing_rename(unicode)
 
24765
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_missing_rename(utf8)
24622
24766
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_name_mismatch(unicode)
 
24767
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_name_mismatch(utf8)
24623
24768
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_not_sorted(unicode)
 
24769
breezy.tests.test_dirstate.TestDirstateValidation.test_dirblock_not_sorted(utf8)
24624
24770
breezy.tests.test_dirstate.TestDirstateValidation.test_validate_correct_dirstate(unicode)
 
24771
breezy.tests.test_dirstate.TestDirstateValidation.test_validate_correct_dirstate(utf8)
24625
24772
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_absent(unicode)
 
24773
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_absent(utf8)
24626
24774
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_all_subdir(unicode)
 
24775
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_all_subdir(utf8)
24627
24776
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_no_parents(unicode)
 
24777
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_no_parents(utf8)
24628
24778
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_one_parent(unicode)
 
24779
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_one_parent(utf8)
24629
24780
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_renamed(unicode)
 
24781
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_renamed(utf8)
24630
24782
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_simple(unicode)
 
24783
breezy.tests.test_dirstate.TestDiscardMergeParents.test_discard_simple(utf8)
24631
24784
breezy.tests.test_dirstate.TestErrors.test_dirstate_corrupt
24632
24785
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_exists(unicode)
 
24786
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_exists(utf8)
24633
24787
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_missing(unicode)
 
24788
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_complex_structure_missing(utf8)
24634
24789
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_simple_structure(unicode)
 
24790
breezy.tests.test_dirstate.TestGetBlockRowIndex.test_simple_structure(utf8)
24635
24791
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_exists(unicode)
 
24792
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_exists(utf8)
24636
24793
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_missing(unicode)
 
24794
breezy.tests.test_dirstate.TestGetEntry.test_complex_structure_missing(utf8)
24637
24795
breezy.tests.test_dirstate.TestGetEntry.test_get_entry_uninitialized(unicode)
 
24796
breezy.tests.test_dirstate.TestGetEntry.test_get_entry_uninitialized(utf8)
24638
24797
breezy.tests.test_dirstate.TestGetEntry.test_simple_structure(unicode)
 
24798
breezy.tests.test_dirstate.TestGetEntry.test_simple_structure(utf8)
24639
24799
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line(unicode)
 
24800
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line(utf8)
24640
24801
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_parent(unicode)
 
24802
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_parent(utf8)
24641
24803
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_two_parents_at_different_paths(unicode)
 
24804
breezy.tests.test_dirstate.TestGetLines.test_entry_to_line_with_two_parents_at_different_paths(utf8)
24642
24805
breezy.tests.test_dirstate.TestGetLines.test_get_line_with_2_rows(unicode)
 
24806
breezy.tests.test_dirstate.TestGetLines.test_get_line_with_2_rows(utf8)
24643
24807
breezy.tests.test_dirstate.TestGetLines.test_iter_entries(unicode)
 
24808
breezy.tests.test_dirstate.TestGetLines.test_iter_entries(utf8)
24644
24809
breezy.tests.test_dirstate.Test_InvEntryToDetails.test_unicode_symlink
24645
24810
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_children_b(unicode)
 
24811
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_children_b(utf8)
24646
24812
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_child_root(unicode)
 
24813
breezy.tests.test_dirstate.TestIterChildEntries.test_iter_child_root(utf8)
24647
24814
breezy.tests.test_dirstate.TestPackStat.test_pack_stat_float
24648
24815
breezy.tests.test_dirstate.TestPackStat.test_pack_stat_int
24649
24816
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_sha1
24650
24817
breezy.tests.test_dirstate.TestSHA1Provider.test_defaultsha1provider_stat_and_sha1
24651
24818
breezy.tests.test_dirstate.TestSHA1Provider.test_sha1provider_is_an_interface
24652
24819
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_empty_to_dirstate(unicode)
 
24820
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_empty_to_dirstate(utf8)
24653
24821
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_not_empty_to_dirstate(unicode)
 
24822
breezy.tests.test_dirstate.TestTreeToDirState.test_1_parents_not_empty_to_dirstate(utf8)
24654
24823
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_empty_to_dirstate(unicode)
 
24824
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_empty_to_dirstate(utf8)
24655
24825
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_not_empty_to_dirstate(unicode)
 
24826
breezy.tests.test_dirstate.TestTreeToDirState.test_2_parents_not_empty_to_dirstate(utf8)
24656
24827
breezy.tests.test_dirstate.TestTreeToDirState.test_colliding_fileids(unicode)
 
24828
breezy.tests.test_dirstate.TestTreeToDirState.test_colliding_fileids(utf8)
24657
24829
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_to_dirstate(unicode)
 
24830
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_to_dirstate(utf8)
24658
24831
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_unknowns_are_ignored_to_dirstate(unicode)
 
24832
breezy.tests.test_dirstate.TestTreeToDirState.test_empty_unknowns_are_ignored_to_dirstate(utf8)
24659
24833
breezy.tests.test_dirstate.TestTreeToDirState.test_non_empty_no_parents_to_dirstate(unicode)
 
24834
breezy.tests.test_dirstate.TestTreeToDirState.test_non_empty_no_parents_to_dirstate(utf8)
24660
24835
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_add_file_active_state_has_diff_file_and_file_elsewhere
24661
24836
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_add_file_elsewhere_in_active_state
24662
24837
breezy.tests.test_dirstate.TestUpdateBasisByDelta.test_add_file_in_empty_dir_not_matching_active_state
25058
25233
breezy.tests.test_graph.TestStackedParentsProvider.test_query_order
25059
25234
breezy.tests.test_graph.TestStackedParentsProvider.test_stacked_parents_provider
25060
25235
breezy.tests.test_graph.TestStackedParentsProvider.test_stacked_parents_provider_overlapping
 
25236
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_content(C)
25061
25237
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_content(python)
 
25238
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_delta(C)
25062
25239
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_empty_delta(python)
 
25240
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_extract_from_compressor(C)
25063
25241
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_extract_from_compressor(python)
 
25242
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_one_nosha_delta(C)
25064
25243
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_one_nosha_delta(python)
 
25244
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_pop_last(C)
25065
25245
breezy.tests.test_groupcompress.TestAllGroupCompressors.test_pop_last(python)
 
25246
breezy.tests.test__groupcompress.TestBase128Int.test_decode(C)
25066
25247
breezy.tests.test__groupcompress.TestBase128Int.test_decode(python)
 
25248
breezy.tests.test__groupcompress.TestBase128Int.test_decode_with_trailing_bytes(C)
25067
25249
breezy.tests.test__groupcompress.TestBase128Int.test_decode_with_trailing_bytes(python)
 
25250
breezy.tests.test__groupcompress.TestBase128Int.test_encode(C)
25068
25251
breezy.tests.test__groupcompress.TestBase128Int.test_encode(python)
25069
25252
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_add_key_cached_read_memo
25070
25253
breezy.tests.test_groupcompress.Test_BatchingBlockFetcher.test_add_key_duplicate_read_memo
25128
25311
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__rebuild_handles_compressor_settings
25129
25312
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__wire_bytes
25130
25313
breezy.tests.test_groupcompress.TestLazyGroupCompress.test__wire_bytes_no_keys
 
25314
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(CC)
 
25315
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(CP)
 
25316
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(PC)
25131
25317
breezy.tests.test__groupcompress.TestMakeAndApplyCompatible.test_direct(PP)
 
25318
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta(C)
 
25319
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_is_typesafe(C)
25132
25320
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_is_typesafe(python)
25133
25321
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta(python)
 
25322
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source(C)
 
25323
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source_is_safe(C)
25134
25324
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source_is_safe(python)
25135
25325
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_apply_delta_to_source(python)
 
25326
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta(C)
 
25327
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_is_typesafe(C)
25136
25328
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_is_typesafe(python)
25137
25329
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta(python)
 
25330
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_with_large_copies(C)
25138
25331
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_delta_with_large_copies(python)
 
25332
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_noop_delta(C)
25139
25333
breezy.tests.test__groupcompress.TestMakeAndApplyDelta.test_make_noop_delta(python)
25140
25334
breezy.tests.test_groupcompress.TestPyrexGroupCompressor.test_stats
25141
25335
breezy.tests.test_groupcompress.TestPyrexGroupCompressor.test_three_nosha_delta
27697
27891
breezy.tests.test_osutils.TestDateTime.test_local_time_offset_with_timestamp
27698
27892
breezy.tests.test_osutils.TestDeleteAny.test_delete_any_readonly
27699
27893
breezy.tests.test_osutils.TestDirReader.test_symlink(unicode)
 
27894
breezy.tests.test_osutils.TestDirReader.test_symlink(utf8)
27700
27895
breezy.tests.test_osutils.TestDirReader.test_walk_cur_dir(unicode)
 
27896
breezy.tests.test_osutils.TestDirReader.test_walk_cur_dir(utf8)
27701
27897
breezy.tests.test_osutils.TestDirReader.test_walk_sub_dir(unicode)
 
27898
breezy.tests.test_osutils.TestDirReader.test_walk_sub_dir(utf8)
27702
27899
breezy.tests.test_osutils.TestDirReader.test_walk_unicode_tree(unicode)
 
27900
breezy.tests.test_osutils.TestDirReader.test_walk_unicode_tree(utf8)
27703
27901
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_ioerror
27704
27902
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_oserror
27705
27903
breezy.tests.test_osutils.TestEnvironmentErrors.test_is_pywintypes_error
29025
29223
breezy.tests.test_selftest.TestWorkingTreeScenarios.test_scenarios
29026
29224
breezy.tests.test_serializer.TestSerializer.test_registry
29027
29225
breezy.tests.test_setup.TestDistutilsVersion.test_version_with_string
 
29226
breezy.tests.test_setup.TestSetup.test_build_and_install
29028
29227
breezy.tests.test_sftp_transport.SFTPBranchTest.test_push_support
29029
29228
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_default
29030
29229
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_latency_knob_slows_transport