cri_auth.tests.test_spnego module

class cri_auth.tests.test_spnego.TestSPNEGO(methodName='runTest')[source]

Bases: cri_models.ldap.test.LDAPTestCase

fixtures = ('tests/groups.yaml',)
setUp()[source]

Hook method for setting up the test fixture before exercising it.

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

classmethod setUpTestData()[source]

Load initial data for the TestCase.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.

test_no_spnego_response()[source]
test_no_spnego_when_already_logged_in()[source]
test_spnego_401_response()[source]
test_spnego_auth()[source]
test_spnego_auth_is_persistent()[source]
test_spnego_bad_header()[source]
test_spnego_invalid_auth_data()[source]
test_spnego_www_authenticate_header()[source]