webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
committer_auth_unittest.CommitterAuthTest Class Reference
Inheritance diagram for committer_auth_unittest.CommitterAuthTest:

Public Member Functions

def setUp (self)
 
def fake_open_function (self, expected_filename)
 
def test_authentication_success (self)
 
def test_committer_without_trac_credentials_fails (self)
 
def test_fail_to_open_auth_json_file (self)
 
def test_fail_to_open_trac_credentials_file (self)
 
def test_fail_to_open_webkit_committers_file (self)
 
def test_implements_IAuth (self)
 
def test_invalid_auth_json_file (self)
 
def test_invalid_committers_file (self)
 
def test_invalid_trac_credentials_file (self)
 
def test_missing_auth_json_keys (self)
 
def test_open_auth_json_file (self)
 
def test_open_trac_credentials_file (self)
 
def test_open_webkit_committers_file (self)
 
def test_non_committer_fails (self)
 
def test_trac_credentials_filename (self)
 
def test_unknown_user_fails (self)
 
def test_username_is_prefix_of_valid_user (self)
 
def test_webkit_committers (self)
 
def test_webkit_committers_filename (self)
 
def test_wrong_password_fails (self)
 
def fake_auth_json_file (self)
 
def invalid_auth_json_file (self)
 
def fake_committers_file (self)
 
def invalid_committers_file (self)
 
def fake_htdigest_file (self)
 
def invalid_htdigest_file (self)
 

Public Attributes

 auth
 
 fake_open_was_called
 

Member Function Documentation

◆ fake_auth_json_file()

def committer_auth_unittest.CommitterAuthTest.fake_auth_json_file (   self)

◆ fake_committers_file()

def committer_auth_unittest.CommitterAuthTest.fake_committers_file (   self)

◆ fake_htdigest_file()

def committer_auth_unittest.CommitterAuthTest.fake_htdigest_file (   self)

◆ fake_open_function()

def committer_auth_unittest.CommitterAuthTest.fake_open_function (   self,
  expected_filename 
)

◆ invalid_auth_json_file()

def committer_auth_unittest.CommitterAuthTest.invalid_auth_json_file (   self)

◆ invalid_committers_file()

def committer_auth_unittest.CommitterAuthTest.invalid_committers_file (   self)

◆ invalid_htdigest_file()

def committer_auth_unittest.CommitterAuthTest.invalid_htdigest_file (   self)

◆ setUp()

def committer_auth_unittest.CommitterAuthTest.setUp (   self)

◆ test_authentication_success()

def committer_auth_unittest.CommitterAuthTest.test_authentication_success (   self)

◆ test_committer_without_trac_credentials_fails()

def committer_auth_unittest.CommitterAuthTest.test_committer_without_trac_credentials_fails (   self)

◆ test_fail_to_open_auth_json_file()

def committer_auth_unittest.CommitterAuthTest.test_fail_to_open_auth_json_file (   self)

◆ test_fail_to_open_trac_credentials_file()

def committer_auth_unittest.CommitterAuthTest.test_fail_to_open_trac_credentials_file (   self)

◆ test_fail_to_open_webkit_committers_file()

def committer_auth_unittest.CommitterAuthTest.test_fail_to_open_webkit_committers_file (   self)

◆ test_implements_IAuth()

def committer_auth_unittest.CommitterAuthTest.test_implements_IAuth (   self)

◆ test_invalid_auth_json_file()

def committer_auth_unittest.CommitterAuthTest.test_invalid_auth_json_file (   self)

◆ test_invalid_committers_file()

def committer_auth_unittest.CommitterAuthTest.test_invalid_committers_file (   self)

◆ test_invalid_trac_credentials_file()

def committer_auth_unittest.CommitterAuthTest.test_invalid_trac_credentials_file (   self)

◆ test_missing_auth_json_keys()

def committer_auth_unittest.CommitterAuthTest.test_missing_auth_json_keys (   self)

◆ test_non_committer_fails()

def committer_auth_unittest.CommitterAuthTest.test_non_committer_fails (   self)

◆ test_open_auth_json_file()

def committer_auth_unittest.CommitterAuthTest.test_open_auth_json_file (   self)

◆ test_open_trac_credentials_file()

def committer_auth_unittest.CommitterAuthTest.test_open_trac_credentials_file (   self)

◆ test_open_webkit_committers_file()

def committer_auth_unittest.CommitterAuthTest.test_open_webkit_committers_file (   self)

◆ test_trac_credentials_filename()

def committer_auth_unittest.CommitterAuthTest.test_trac_credentials_filename (   self)

◆ test_unknown_user_fails()

def committer_auth_unittest.CommitterAuthTest.test_unknown_user_fails (   self)

◆ test_username_is_prefix_of_valid_user()

def committer_auth_unittest.CommitterAuthTest.test_username_is_prefix_of_valid_user (   self)

◆ test_webkit_committers()

def committer_auth_unittest.CommitterAuthTest.test_webkit_committers (   self)

◆ test_webkit_committers_filename()

def committer_auth_unittest.CommitterAuthTest.test_webkit_committers_filename (   self)

◆ test_wrong_password_fails()

def committer_auth_unittest.CommitterAuthTest.test_wrong_password_fails (   self)

Member Data Documentation

◆ auth

committer_auth_unittest.CommitterAuthTest.auth

◆ fake_open_was_called

committer_auth_unittest.CommitterAuthTest.fake_open_was_called

The documentation for this class was generated from the following file: