MCPcopy
hub / github.com/scrapy/scrapy / test_follow_whitespace_url

Method test_follow_whitespace_url

tests/test_http_response.py:256–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

254 strict=True,
255 )
256 def test_follow_whitespace_url(self):
257 self._assert_followed_url("foo ", "http://example.com/foo")
258
259 @pytest.mark.xfail(
260 parse_version(w3lib_version) < parse_version("2.1.1"),

Callers

nothing calls this directly

Calls 1

_assert_followed_urlMethod · 0.95

Tested by

no test coverage detected