Example #1
0
 def test_pig_help(self):
     """ Test requesting the help menu from pig. """
     po = PigOptions(help=True)
     p = Pigthon()
     output, error = p.pig(po)
     self.assertTrue('Display this message' in output)