Home | History | Annotate | Download | only in test

Lines Matching defs:getpass

880             raise Exception('getpass error')
884 def getpass(self):
891 password=GetPassCallable().getpass)
898 with self.assertRaisesRegexp(Exception, "getpass error"):