MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / join

Function join

tests/test_client_request.py:542–543  ·  view source on GitHub ↗
(*suffix)

Source from the content-addressed store, hash-verified

540
541def test_unicode_get4(make_request) -> None:
542 def join(*suffix):
543 return urllib.parse.urljoin("http://python.org/", "/".join(suffix))
544
545 req = make_request("", join("\xf8"), params={"foo": "foo"})
546 assert "http://python.org/%C3%B8?foo=foo" == str(req.url)

Callers 1

test_unicode_get4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected