예제 #1
0
 def testRunHelpHelp(self):
     c = command.Help()
     self.assertEquals(0, c.Run(None, ['help']))
예제 #2
0
 def testHelp(self):
     c = command.Help()
     self.failIfEqual(None, c.Help())
예제 #3
0
 def testRunWithNoParameters(self):
     c = command.Help()
     self.assertEquals(0, c.Run(None, []))
예제 #4
0
 def testHelp(self):
     c = command.Help()
     self.assertNotEqual(None, c.Help())