def test_uninstall_command(self):
     try:
         consumer_content.ConsumerContentUninstallCommand(self.mock_context)
     except Exception, e:
         self.fail(str(e))
 def setUp(self):
     super(UnistallCommandTests, self).setUp()
     self.command = consumer_content.ConsumerContentUninstallCommand(
         self.context)