/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

Merge python3-k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
719
719
breezy.tests.blackbox.test_init.TestInit.test_init_no_tree
720
720
breezy.tests.blackbox.test_init.TestInit.test_init_with_format
721
721
breezy.tests.blackbox.test_init.TestInit.test_no_defaults
722
 
breezy.tests.blackbox.test_init.TestSFTPInit.test_init
723
 
breezy.tests.blackbox.test_init.TestSFTPInit.test_init_append_revisions_only
724
 
breezy.tests.blackbox.test_init.TestSFTPInit.test_init_existing_branch
725
 
breezy.tests.blackbox.test_init.TestSFTPInit.test_init_existing_branch_with_workingtree
726
 
breezy.tests.blackbox.test_init.TestSFTPInit.test_init_without_username
727
722
breezy.tests.blackbox.test_join.TestJoin.test_join_reference
728
723
breezy.tests.blackbox.test_locale.TestLocale.test_log_BOGUS
729
724
breezy.tests.blackbox.test_locale.TestLocale.test_log_C
946
941
breezy.tests.blackbox.test_tags.TestTagging.test_tag_delete_quiet
947
942
breezy.tests.blackbox.test_tags.TestTagging.test_tag_quiet
948
943
breezy.tests.blackbox.test_too_much.HTTPTests.test_push
949
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsoluteSibling.test_branch
950
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsoluteSibling.test_check
951
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsoluteSibling.test_log
952
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsoluteSibling.test_push
953
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsolute.test_branch
954
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsolute.test_check
955
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsolute.test_log
956
 
breezy.tests.blackbox.test_too_much.SFTPTestsAbsolute.test_push
957
 
breezy.tests.blackbox.test_too_much.SFTPTestsRelative.test_branch
958
 
breezy.tests.blackbox.test_too_much.SFTPTestsRelative.test_check
959
 
breezy.tests.blackbox.test_too_much.SFTPTestsRelative.test_log
960
 
breezy.tests.blackbox.test_too_much.SFTPTestsRelative.test_push
961
944
breezy.tests.blackbox.test_too_much.TestCommands.test_status
962
945
breezy.tests.blackbox.test_uncommit.TestUncommit.test_uncommit_bound
963
946
breezy.tests.blackbox.test_uncommit.TestUncommit.test_uncommit_bound_local
971
954
breezy.tests.blackbox.test_unknowns.TestUnknowns.test_unknowns_directory
972
955
breezy.tests.blackbox.test_update.TestUpdate.test_readonly_lightweight_update
973
956
breezy.tests.blackbox.test_update.TestUpdate.test_update_quiet
974
 
breezy.tests.blackbox.test_upgrade.SFTPTests.test_upgrade_url
975
957
breezy.tests.blackbox.test_upgrade.TestWithUpgradableBranches.test_upgrade_branch_in_repo
976
958
breezy.tests.blackbox.test_upgrade.TestWithUpgradableBranches.test_upgrade_checkout
977
959
breezy.tests.blackbox.test_upgrade.TestWithUpgradableBranches.test_upgrade_clean_supported
17064
17046
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_children_empty
17065
17047
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_empty
17066
17048
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_no_reload
17067
 
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_reloads
17068
17049
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_reloads_and_fails
17069
17050
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_reloads_midway
17070
17051
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_entries_simple
17074
17055
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_all_keys_dup_entry
17075
17056
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_no_reload
17076
17057
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_prefix_no_reload
17077
 
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_prefix_reloads
17078
17058
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_prefix_reloads_and_fails
17079
17059
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_prefix_reloads_midway
17080
 
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_reloads
17081
17060
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_reloads_and_fails
17082
17061
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_reloads_midway
17083
17062
breezy.tests.test_index.TestCombinedGraphIndex.test_iter_entries_two_indices_dup_key
19457
19436
breezy.tests.test_sftp_transport.SFTPLatencyKnob.test_latency_knob_slows_transport
19458
19437
breezy.tests.test_sftp_transport.SFTPLockTests.test_sftp_locks
19459
19438
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_abspath_root_sibling_server
19460
 
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_get_paramiko_vendor
19461
19439
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_parse_url_with_home_dir
19462
19440
breezy.tests.test_sftp_transport.SFTPNonServerTest.test_relpath
19463
19441
breezy.tests.test_sftp_transport.SFTPTransportTestRelativeRoot.test__remote_path_relative_root
19464
19442
breezy.tests.test_sftp_transport.SFTPTransportTestRelative.test__remote_path
19465
19443
breezy.tests.test_sftp_transport.SSHVendorBadConnection.test_bad_connection_paramiko
19466
 
breezy.tests.test_sftp_transport.SSHVendorBadConnection.test_bad_connection_ssh
19467
19444
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_paramiko
19468
19445
breezy.tests.test_sftp_transport.SSHVendorConnection.test_connection_vendor
19469
19446
breezy.tests.test_sftp_transport.Test_SFTPReadvHelper.test__get_requests