geonode.people.socialaccount.providers.geonode_openid_connect.tests

Classes

GoogleTests

AppInSettingsTests

Run the same set of tests but without having a SocialApp entry.

Module Contents

class geonode.people.socialaccount.providers.geonode_openid_connect.tests.GoogleTests[source]

Bases: allauth.socialaccount.tests.OAuth2TestsMixin, allauth.tests.TestCase

provider_id = 'geonode_openid_connect'[source]
setUp()[source]
get_google_id_token_payload()[source]
get_login_response_json(with_refresh_token=True)[source]
test_login()[source]
test_wrong_id_token_claim_values()[source]
test_username_based_on_email()[source]
test_email_verified()[source]
test_user_signed_up_signal()[source]
test_email_unverified()[source]
test_email_verified_stashed()[source]
test_account_connect()[source]
test_social_email_verification_skipped()[source]
test_social_email_verification_optional()[source]
class geonode.people.socialaccount.providers.geonode_openid_connect.tests.AppInSettingsTests[source]

Bases: GoogleTests

Run the same set of tests but without having a SocialApp entry.