class documentation

class GitCredentialStoreTests(TestCase):

View In Hierarchy

Undocumented

Class Method setUpClass Undocumented
Class Method tearDownClass Undocumented
Method test_match_with_matching_username Undocumented
Method test_match_without_username Undocumented
Method test_no_match_with_nonmatching_username Undocumented
Method test_nonmatching_hostname Undocumented
Method test_nonmatching_scheme Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
@classmethod
def setUpClass(cls):

Undocumented

@classmethod
def tearDownClass(cls):

Undocumented

def test_match_with_matching_username(self):

Undocumented

def test_match_without_username(self):

Undocumented

def test_no_match_with_nonmatching_username(self):

Undocumented

def test_nonmatching_hostname(self):

Undocumented

def test_nonmatching_scheme(self):

Undocumented