cri_auth.tests.test_social_auth module

class cri_auth.tests.test_social_auth.TestSocialAuth(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

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

Load initial data for the TestCase.

test_social_auth_pipeline_allow_non_staff()[source]
test_social_auth_pipeline_associate_by_email()[source]
test_social_auth_pipeline_associate_by_email_multiple_found()[source]
test_social_auth_pipeline_associate_by_email_not_found()[source]
test_social_auth_pipeline_forbid_staff()[source]