MCPcopy
hub / github.com/urllib3/urllib3 / test_encode_invalid_chars_none

Method test_encode_invalid_chars_none

test/test_util.py:151–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

149 assert parsed_url.port == port
150
151 def test_encode_invalid_chars_none(self) -> None:
152 assert _encode_invalid_chars(None, set()) is None
153
154 @pytest.mark.parametrize(
155 "url",

Callers

nothing calls this directly

Calls 1

_encode_invalid_charsFunction · 0.90

Tested by

no test coverage detected