MCPcopy
hub / github.com/encode/httpx / test_resolution_error_1833

Function test_resolution_error_1833

tests/models/test_url.py:557–562  ·  view source on GitHub ↗

See https://github.com/encode/httpx/issues/1833

()

Source from the content-addressed store, hash-verified

555
556
557def test_resolution_error_1833():
558 """
559 See https://github.com/encode/httpx/issues/1833
560 """
561 url = httpx.URL("https://example.com/?[]")
562 assert url.join("/") == "https://example.com/"
563
564
565# Tests for `URL.copy_with()`.

Callers

nothing calls this directly

Calls 1

joinMethod · 0.95

Tested by

no test coverage detected