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