def test_install_command(self): try: consumer_content.ConsumerContentInstallCommand(self.mock_context) except Exception, e: self.fail(str(e))
def setUp(self): super(InstallCommandTests, self).setUp() self.command = consumer_content.ConsumerContentInstallCommand( self.context)