Lines Matching refs:helptext
694 helptext = help_io.getvalue()
695 self.assertIn("nickname", helptext)
696 self.assertIn("firstname", helptext)
697 self.assertIn("Alias for field number 0", helptext)
698 self.assertIn("Alias for field number 1", helptext)
704 helptext = help_io.getvalue()
705 self.assertIn('_1', helptext)
706 self.assertIn('_replace', helptext)
707 self.assertIn('_asdict', helptext)
1509 helptext = help_io.getvalue()
1510 self.assertIn('class Enum', helptext)