api.users.v1.test_helpers.user package

Submodules

api.users.v1.test_helpers.user.check_permission module

api.users.v1.test_helpers.user.check_permission.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/permission/w+, respond with HTTP 403

api.users.v1.test_helpers.user.check_permission.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/permission/w+, respond with HTTP 404

api.users.v1.test_helpers.user.check_permission.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/permission/w+, respond with HTTP 200

api.users.v1.test_helpers.user.check_permission.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/permission/w+, respond with HTTP 401

api.users.v1.test_helpers.user.find_users module

api.users.v1.test_helpers.user.find_users.forbidden(function)[source]

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

api.users.v1.test_helpers.user.find_users.not_found(function)[source]

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

api.users.v1.test_helpers.user.find_users.success(function)[source]

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

api.users.v1.test_helpers.user.find_users.unauthorized(function)[source]

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

api.users.v1.test_helpers.user.get_functions module

api.users.v1.test_helpers.user.get_functions.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/functions, respond with HTTP 403

api.users.v1.test_helpers.user.get_functions.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/functions, respond with HTTP 404

api.users.v1.test_helpers.user.get_functions.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/functions, respond with HTTP 200

api.users.v1.test_helpers.user.get_functions.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/functions, respond with HTTP 401

api.users.v1.test_helpers.user.get_profile module

api.users.v1.test_helpers.user.get_profile.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 403

api.users.v1.test_helpers.user.get_profile.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 404

api.users.v1.test_helpers.user.get_profile.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 200

api.users.v1.test_helpers.user.get_profile.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 401

api.users.v1.test_helpers.user.get_user_by_username module

api.users.v1.test_helpers.user.get_user_by_username.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 403

api.users.v1.test_helpers.user.get_user_by_username.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 404

api.users.v1.test_helpers.user.get_user_by_username.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 200

api.users.v1.test_helpers.user.get_user_by_username.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 401

api.users.v1.test_helpers.user.list_users module

api.users.v1.test_helpers.user.list_users.forbidden(function)[source]

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

api.users.v1.test_helpers.user.list_users.not_found(function)[source]

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

api.users.v1.test_helpers.user.list_users.success(function)[source]

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

api.users.v1.test_helpers.user.list_users.unauthorized(function)[source]

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

api.users.v1.test_helpers.user.update_profile_picture_for_user module

api.users.v1.test_helpers.user.update_profile_picture_for_user.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/picture, respond with HTTP 403

api.users.v1.test_helpers.user.update_profile_picture_for_user.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/picture, respond with HTTP 404

api.users.v1.test_helpers.user.update_profile_picture_for_user.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/picture, respond with HTTP 200

api.users.v1.test_helpers.user.update_profile_picture_for_user.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/users/v1/user/w+/picture, respond with HTTP 401

Module contents