29
29
def test_branch_remote_local(self):
31
31
cmd.run(self.get_url('branch'), 'local')
34
34
def test_branch_local_remote(self):
36
36
cmd.run('branch', self.get_url('remote'))
39
39
def test_branch_remote_remote(self):
41
41
cmd.run(self.get_url('branch'), self.get_url('remote'))