repository.tests.services.simple_json_rest module

Mocks a simple JSON REST API.

repository.tests.services.simple_json_rest.collection(o, **kwargs)[source]

Mock a response to a collection request.

repository.tests.services.simple_json_rest.collections(o, **kwargs)[source]

Mock a response to a collections request.

repository.tests.services.simple_json_rest.read(o, **kwargs)[source]

Mocks a response to a read request.

repository.tests.services.simple_json_rest.search(o, **kwargs)[source]

Mocks a response to a search request.