27
27
class TestInit(ExternalBase):
29
29
def test_init_with_format(self):
32
32
self.runbzr('init --format metadir')
33
33
self.assertIsDirectory('.bzr', t)
34
34
self.assertIsDirectory('.bzr/checkout', t)
35
35
self.assertIsDirectory('.bzr/checkout/lock', t)
37
44
def test_init_at_repository_root(self):
38
45
# bzr init at the root of a repository should create a branch
39
46
# and working tree even when creation of working trees is disabled.