MCPcopy
hub / github.com/scrapy/scrapy / test_follow_url_absolute

Method test_follow_url_absolute

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

Source from the content-addressed store, hash-verified

233 # Response.follow
234
235 def test_follow_url_absolute(self):
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")

Callers

nothing calls this directly

Calls 1

_assert_followed_urlMethod · 0.95

Tested by

no test coverage detected