moto/tests/test_core
Taro Sato 7cd404808b Better EMR coverage and boto3 request/response handling
This revision includes:

- A handler for requests for which content-type is JSON (from boto3).

- A decorator (generate_boto3_response) to convert XML responses to
  JSON (for boto3). This way, existing response templates for boto can
  be shared for generating boto3 response.

- Utility class/functions to use botocore's service specification data
  (accessible under botocore.data) for type casting, from query
  parameters to Python objects and XML to JSON.

- Updates to response handlers/models to cover more EMR end points and
  mockable parameters
2016-10-13 16:48:07 -07:00
..
test_decorator_calls.py Cleanup class decorator. Closes #363. 2015-06-27 19:01:01 -04:00
test_instance_metadata.py raise NotImplementedError on unknown metadata path 2014-10-15 13:43:38 -04:00
test_nested.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_responses.py Better EMR coverage and boto3 request/response handling 2016-10-13 16:48:07 -07:00
test_server.py Hopefully break build by testing for local only default server 2016-09-01 12:05:34 +01:00
test_url_mapping.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_utils.py Cleanup different places using unix_time() 2015-11-27 14:14:40 -05:00