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

Function test_unquote_unreserved

tests/test_utils.py:511–512  ·  view source on GitHub ↗
(uri, expected)

Source from the content-addressed store, hash-verified

509 ),
510)
511def test_unquote_unreserved(uri, expected):
512 assert unquote_unreserved(uri) == expected
513
514
515@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

unquote_unreservedFunction · 0.90

Tested by

no test coverage detected