Lines Matching refs:helptext
675 helptext = help_io.getvalue()
676 self.assertIn("nickname", helptext)
677 self.assertIn("firstname", helptext)
678 self.assertIn("Alias for field number 0", helptext)
679 self.assertIn("Alias for field number 1", helptext)
685 helptext = help_io.getvalue()
686 self.assertIn('_1', helptext)
687 self.assertIn('_replace', helptext)
688 self.assertIn('_asdict', helptext)
1550 helptext = help_io.getvalue()
1551 self.assertIn('class Enum', helptext)