Esempio n. 1
0
 def test_get_repo(self):
     step = PublishStep('foo_step')
     step.repo = 'foo'
     self.assertEquals('foo', step.get_repo())