33
33
def test_no_branch(self):
34
34
# Listing the branches in a control directory without branches.
36
36
out, err = self.run_bzr('branches a')
37
37
self.assertEqual(out, "")
39
39
def test_default_current_dir(self):
40
40
# "brz branches" list the branches in the current directory
41
41
# if no location was specified.
43
43
out, err = self.run_bzr('branches', working_dir='a')
44
44
self.assertEqual(out, "")