MCPcopy
hub / github.com/scrapy/scrapy / test_follow_url_relative

Method test_follow_url_relative

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

Source from the content-addressed store, hash-verified

236 self._assert_followed_url("http://foo.example.com", "http://foo.example.com")
237
238 def test_follow_url_relative(self):
239 self._assert_followed_url("foo", "http://example.com/foo")
240
241 def test_follow_link(self):
242 self._assert_followed_url(

Callers

nothing calls this directly

Calls 1

_assert_followed_urlMethod · 0.95

Tested by

no test coverage detected