api.authentication.v1.test_helpers.session package

Submodules

api.authentication.v1.test_helpers.session.get_session module

api.authentication.v1.test_helpers.session.get_session.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/session, respond with HTTP 403

api.authentication.v1.test_helpers.session.get_session.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/session, respond with HTTP 404

api.authentication.v1.test_helpers.session.get_session.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/session, respond with HTTP 200

api.authentication.v1.test_helpers.session.get_session.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/session, respond with HTTP 401

Module contents