Searched refs:read_credentials (Results 1 – 5 of 5) sorted by relevance
149 self.assertEqual(credentials.read_credentials(), ("test@webkit.org", "SECRETSAUCE"))172 self.assertEqual(credentials.read_credentials(), ("test@webkit.org", "NOMNOMNOM"))
136 def read_credentials(self): member in Credentials
413 username, password = credentials.read_credentials()
427 - Modified Credentials.read_credentials() to call User.prompt_password() instead
17443 to Credentials.read_credentials() so that the unit test17449 method Credentials.read_credentials().34073 (read_credentials): Added.34086 read_credentials().