131
131
class ForeignBranchFormatTests(TestCaseWithTransport):
132
132
"""Basic tests for foreign branch format objects."""
136
136
def test_initialize(self):
137
137
"""Test this format is not initializable.
139
139
Remote branches may be initializable on their own, but none currently
140
140
support living in .bzr/branch.
142
142
bzrdir = self.make_controldir('dir')
145
146
def test_get_format_description_type(self):
146
147
self.assertIsInstance(self.branch_format.get_format_description(), str)