api.currentuser.v1.test_helpers.functions package

Submodules

api.currentuser.v1.test_helpers.functions.get_functions module

api.currentuser.v1.test_helpers.functions.get_functions.access_denied(function)[source]

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

api.currentuser.v1.test_helpers.functions.get_functions.not_found(function)[source]

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

api.currentuser.v1.test_helpers.functions.get_functions.success(function)[source]

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

api.currentuser.v1.test_helpers.functions.get_functions.unauthorized(function)[source]

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

Module contents