Esempio n. 1
0
 def test_get_distributor_type(self):
     step = PublishStep('foo_step')
     step.plugin_type = 'foo'
     self.assertEquals('foo', step.get_distributor_type())