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://portal.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://portal.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://portal.mnemonic.no/web/api/users/v1/user/w+/permission/w+, respond with HTTP 200
Mock https://portal.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://portal.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://portal.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://portal.mnemonic.no/web/api/users/v1/user/search, respond with HTTP 200
Mock https://portal.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://portal.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://portal.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://portal.mnemonic.no/web/api/users/v1/user/w+/functions, respond with HTTP 200
Mock https://portal.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://portal.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://portal.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://portal.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 200
Mock https://portal.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://portal.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://portal.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://portal.mnemonic.no/web/api/users/v1/user/w+, respond with HTTP 200
Mock https://portal.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://portal.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://portal.mnemonic.no/web/api/users/v1/user, respond with HTTP 404
-
api.users.v1.test_helpers.user.list_users.
success
(function)[source]¶ Mock https://portal.mnemonic.no/web/api/users/v1/user, respond with HTTP 200
Mock https://portal.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://portal.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://portal.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://portal.mnemonic.no/web/api/users/v1/user/w+/picture, respond with HTTP 200
Mock https://portal.mnemonic.no/web/api/users/v1/user/w+/picture, respond with HTTP 401