api.customers.v1.test_helpers.customer package

Submodules

api.customers.v1.test_helpers.customer.add_customer module

api.customers.v1.test_helpers.customer.add_customer.access_denied(function)[source]

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

api.customers.v1.test_helpers.customer.add_customer.not_found(function)[source]

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

api.customers.v1.test_helpers.customer.add_customer.success(function)[source]

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

api.customers.v1.test_helpers.customer.add_customer.unauthorized(function)[source]

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

api.customers.v1.test_helpers.customer.add_customer_service module

api.customers.v1.test_helpers.customer.add_customer_service.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service, respond with HTTP 403

api.customers.v1.test_helpers.customer.add_customer_service.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service, respond with HTTP 404

api.customers.v1.test_helpers.customer.add_customer_service.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service, respond with HTTP 200

api.customers.v1.test_helpers.customer.add_customer_service.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service, respond with HTTP 401

api.customers.v1.test_helpers.customer.disable_customer module

api.customers.v1.test_helpers.customer.disable_customer.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 403

api.customers.v1.test_helpers.customer.disable_customer.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 404

api.customers.v1.test_helpers.customer.disable_customer.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 200

api.customers.v1.test_helpers.customer.disable_customer.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 401

api.customers.v1.test_helpers.customer.get_customer_by_id module

api.customers.v1.test_helpers.customer.get_customer_by_id.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 403

api.customers.v1.test_helpers.customer.get_customer_by_id.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 404

api.customers.v1.test_helpers.customer.get_customer_by_id.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 200

api.customers.v1.test_helpers.customer.get_customer_by_id.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 401

api.customers.v1.test_helpers.customer.get_customer_by_shortname module

api.customers.v1.test_helpers.customer.get_customer_by_shortname.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 403

api.customers.v1.test_helpers.customer.get_customer_by_shortname.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 404

api.customers.v1.test_helpers.customer.get_customer_by_shortname.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 200

api.customers.v1.test_helpers.customer.get_customer_by_shortname.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 401

api.customers.v1.test_helpers.customer.get_customer_logo_by_id module

api.customers.v1.test_helpers.customer.get_customer_logo_by_id.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 403

api.customers.v1.test_helpers.customer.get_customer_logo_by_id.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 404

api.customers.v1.test_helpers.customer.get_customer_logo_by_id.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 200

api.customers.v1.test_helpers.customer.get_customer_logo_by_id.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 401

api.customers.v1.test_helpers.customer.get_customer_logo_by_shortname module

api.customers.v1.test_helpers.customer.get_customer_logo_by_shortname.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 403

api.customers.v1.test_helpers.customer.get_customer_logo_by_shortname.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 404

api.customers.v1.test_helpers.customer.get_customer_logo_by_shortname.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 200

api.customers.v1.test_helpers.customer.get_customer_logo_by_shortname.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/logo, respond with HTTP 401

api.customers.v1.test_helpers.customer.list_customers module

api.customers.v1.test_helpers.customer.list_customers.access_denied(function)[source]

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

api.customers.v1.test_helpers.customer.list_customers.not_found(function)[source]

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

api.customers.v1.test_helpers.customer.list_customers.success(function)[source]

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

api.customers.v1.test_helpers.customer.list_customers.unauthorized(function)[source]

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

api.customers.v1.test_helpers.customer.remove_customer_service module

api.customers.v1.test_helpers.customer.remove_customer_service.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service/w+, respond with HTTP 403

api.customers.v1.test_helpers.customer.remove_customer_service.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service/w+, respond with HTTP 404

api.customers.v1.test_helpers.customer.remove_customer_service.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service/w+, respond with HTTP 200

api.customers.v1.test_helpers.customer.remove_customer_service.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+/service/w+, respond with HTTP 401

api.customers.v1.test_helpers.customer.search_customers module

api.customers.v1.test_helpers.customer.search_customers.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/search, respond with HTTP 403

api.customers.v1.test_helpers.customer.search_customers.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/search, respond with HTTP 404

api.customers.v1.test_helpers.customer.search_customers.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/search, respond with HTTP 200

api.customers.v1.test_helpers.customer.search_customers.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/search, respond with HTTP 401

api.customers.v1.test_helpers.customer.update_customer module

api.customers.v1.test_helpers.customer.update_customer.access_denied(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 403

api.customers.v1.test_helpers.customer.update_customer.not_found(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 404

api.customers.v1.test_helpers.customer.update_customer.success(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 200

api.customers.v1.test_helpers.customer.update_customer.unauthorized(function)[source]

Mock https://portal.mnemonic.no/web/api/customers/v1/customer/w+, respond with HTTP 401

Module contents