api.authentication.v1.test_helpers.methods package

Submodules

api.authentication.v1.test_helpers.methods.get_methods module

api.authentication.v1.test_helpers.methods.get_methods.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/methods, respond with HTTP 403

api.authentication.v1.test_helpers.methods.get_methods.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/methods, respond with HTTP 404

api.authentication.v1.test_helpers.methods.get_methods.success(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/methods, respond with HTTP 200

api.authentication.v1.test_helpers.methods.get_methods.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/authentication/v1/methods, respond with HTTP 401

Module contents