MCPcopy
hub / github.com/redis/redis-py / assert_resp_response_in

Function assert_resp_response_in

tests/conftest.py:920–924  ·  view source on GitHub ↗
(
    r, response, resp2_expected, resp3_expected, unified_expected=_UNSET
)

Source from the content-addressed store, hash-verified

918
919
920def assert_resp_response_in(
921 r, response, resp2_expected, resp3_expected, unified_expected=_UNSET
922):
923 expected = _select_expected(r, resp2_expected, resp3_expected, unified_expected)
924 assert response in expected

Callers 3

test_acl_logMethod · 0.90
test_acl_logMethod · 0.85

Calls 1

_select_expectedFunction · 0.85

Tested by

no test coverage detected