MCPcopy Create free account
hub / github.com/aws/aws-cli / assert_request_compressed

Function assert_request_compressed

tests/unit/botocore/test_compress.py:138–140  ·  view source on GitHub ↗
(request_dict, expected_body)

Source from the content-addressed store, hash-verified

136
137
138def assert_request_compressed(request_dict, expected_body):
139 _assert_compression_body(request_dict['body'], expected_body)
140 _assert_compression_header(request_dict['headers'])
141
142
143@pytest.mark.parametrize(

Callers 3

test_compressionFunction · 0.85
test_only_compress_onceFunction · 0.85

Calls 2

_assert_compression_bodyFunction · 0.85

Tested by

no test coverage detected