Exemplo n.º 1
0
 def test_full_name(self):
     gitflow = GitFlow(self.repo)
     fb = HotfixBranchManager(gitflow)
     self.assertEquals('hf/foo', fb.full_name('foo'))
     self.assertEquals('hf/hotfix/foo', fb.full_name('hotfix/foo'))
Exemplo n.º 2
0
 def test_full_name(self):
     gitflow = GitFlow(self.repo)
     fb = HotfixBranchManager(gitflow)
     self.assertEquals('hf/foo', fb.full_name('foo'))
     self.assertEquals('hf/hotfix/foo', fb.full_name('hotfix/foo'))