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

Function test_has_header

tests/unit/botocore/test_utils.py:3803–3804  ·  view source on GitHub ↗
(header_name, headers, expected)

Source from the content-addressed store, hash-verified

3801 ),
3802)
3803def test_has_header(header_name, headers, expected):
3804 assert has_header(header_name, headers) is expected
3805
3806
3807class TestDetermineContentLength(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

has_headerFunction · 0.90

Tested by

no test coverage detected