Ejemplo n.º 1
0
 def setUp(self):
     self.plugins_name = 'fuel_plugin'
     self.plugin_path = '/tmp/{0}'.format(self.plugins_name)
     self.template_dir = '/temp_dir'
     self.creator = CreatePlugin(self.plugin_path)
     self.creator.template_dir = self.template_dir