MCPcopy
hub / github.com/psf/requests / test_requote_uri_with_unquoted_percents

Function test_requote_uri_with_unquoted_percents

tests/test_utils.py:491–493  ·  view source on GitHub ↗

See: https://github.com/psf/requests/issues/2356

(uri, expected)

Source from the content-addressed store, hash-verified

489 ),
490)
491def test_requote_uri_with_unquoted_percents(uri, expected):
492 """See: https://github.com/psf/requests/issues/2356"""
493 assert requote_uri(uri) == expected
494
495
496@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

requote_uriFunction · 0.90

Tested by

no test coverage detected