Ejemplo n.º 1
0
 def test_install_command(self):
     try:
         consumer_content.ConsumerContentInstallCommand(self.mock_context)
     except Exception, e:
         self.fail(str(e))
Ejemplo n.º 2
0
 def setUp(self):
     super(InstallCommandTests, self).setUp()
     self.command = consumer_content.ConsumerContentInstallCommand(
         self.context)