/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to python3.passing

  • Committer: Jelmer Vernooij
  • Date: 2018-06-14 10:06:05 UTC
  • mfrom: (6963.2.19 python3-weave-fmt)
  • Revision ID: jelmer@jelmer.uk-20180614100605-7sg9ai8wdvpknkmr
Merge lp:~jelmer/brz/python3-weave-fmt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_get_upload_location_unset(BzrBranchFormat7)
56
56
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BranchReferenceFormat)
57
57
breezy.plugins.upload.tests.test_upload.TestBranchUploadLocations.test_set_push_location(BzrBranchFormat7)
 
58
breezy.plugins.weave_fmt.test_bzrdir.SFTPBranchTest.test_lock_file
58
59
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_no_metadir_support
59
60
breezy.plugins.weave_fmt.test_bzrdir.TestBranchFormat4.test_supports_bzrdir_6
 
61
breezy.plugins.weave_fmt.test_bzrdir.TestBreakLockOldBranch.test_break_lock_format_5_bzrdir
60
62
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_can_convert
61
63
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_needs_conversion
62
64
breezy.plugins.weave_fmt.test_bzrdir.TestFormat5.test_same_lockfiles_between_tree_repo_branch
63
65
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_can_convert
64
66
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_needs_conversion
65
67
breezy.plugins.weave_fmt.test_bzrdir.TestFormat6.test_same_lockfiles_between_tree_repo_branch
 
68
breezy.plugins.weave_fmt.test_bzrdir.TestInfo.test_info_locking_oslocks
 
69
breezy.plugins.weave_fmt.test_bzrdir.TestInit.test_init_weave
66
70
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_crlf_bundle
67
71
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_malformed
68
72
breezy.plugins.weave_fmt.test_bzrdir.V4WeaveBundleTester.test_non_bundle
75
79
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_reconcile
76
80
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_attribute__fetch_uses_deltas
77
81
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_creates_lockdir
 
82
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_shared_disk_layout
 
83
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_shared_no_tree_disk_layout
78
84
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_supports_external_lookups
79
85
breezy.plugins.weave_fmt.test_repository.TestFormat7.test_uses_lockdir
80
86
breezy.plugins.weave_fmt.test_repository.TestInterWeaveRepo.test_is_compatible_and_registered
 
87
breezy.plugins.weave_fmt.test_repository.TestInterWeaveRepo.test_make_repository
81
88
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_canned_inventory
82
89
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_registry
83
90
breezy.plugins.weave_fmt.test_repository.TestSerializer.test_unpack_revision
 
91
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_get
84
92
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_multiple_add
85
93
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test__relpath_suffixed
86
94
breezy.plugins.weave_fmt.test_store.TestCompressedTextStore.test_total_size
89
97
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_adding_fails_when_present
90
98
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_missing_is_absent
91
99
breezy.plugins.weave_fmt.test_store.TestMemoryStore.test_total_size
 
100
breezy.plugins.weave_fmt.test_store.TestMixedTextStore.test_get
92
101
breezy.plugins.weave_fmt.test_store.TestMixedTextStore.test_multiple_add
93
102
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_has
94
103
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_isinstance
95
104
breezy.plugins.weave_fmt.test_store.TestMockTransport.test_mkdir
 
105
breezy.plugins.weave_fmt.test_store.TestTextStore.test_get
96
106
breezy.plugins.weave_fmt.test_store.TestTextStore.test_multiple_add
97
107
breezy.plugins.weave_fmt.test_store.TestTextStore.test_total_size
98
108
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_prefixed
99
109
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_simple
 
110
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_add_simple_suffixed
100
111
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_escaped_uppercase
 
112
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_get_simple
 
113
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_get_suffixed
 
114
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_get_suffixed_no_base
 
115
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_has_simple
 
116
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_has_suffixed
 
117
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_has_suffixed_no_base
101
118
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___iter__no_suffix
102
119
breezy.plugins.weave_fmt.test_store.TestTransportStore.test___len__
103
120
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_register_invalid_suffixes
104
121
breezy.plugins.weave_fmt.test_store.TestTransportStore.test_relpath_escaped
105
122
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_invalid
106
123
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_prefixed
 
124
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_prefixed_suffixed
107
125
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple
108
126
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_simple_suffixed
109
127
breezy.plugins.weave_fmt.test_store.TestTransportStore.test__relpath_unregister_suffixes
110
128
breezy.plugins.weave_fmt.test_store.TestVersionFileStore.test_get_weave_readonly_cant_write
111
129
breezy.plugins.weave_fmt.test_store.TestVersionFileStore.test_get_weave_registers_dirty_in_write
 
130
breezy.plugins.weave_fmt.test_workingtree.TestFormat2WorkingTree.test_detect_conflicts
112
131
breezy.pyutils.get_named_object
113
132
breezy.symbol_versioning.deprecated_in
114
133
breezy.tests.commands.test_checkout.TestCheckout.test_checkout