29
29
def test_branch_remote_local(self):
32
32
self.assertEquals(1, len(self.connections))
34
34
def test_branch_local_remote(self):
37
37
self.assertEquals(1, len(self.connections))
39
39
def test_branch_remote_remote(self):
42
42
self.assertEquals(2, len(self.connections))