MCPcopy
hub / github.com/scrapy/scrapy / test_follow_link

Method test_follow_link

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

Source from the content-addressed store, hash-verified

239 self._assert_followed_url("foo", "http://example.com/foo")
240
241 def test_follow_link(self):
242 self._assert_followed_url(
243 Link("http://example.com/foo"), "http://example.com/foo"
244 )
245
246 def test_follow_None_url(self):
247 r = self.response_class("http://example.com")

Callers

nothing calls this directly

Calls 2

_assert_followed_urlMethod · 0.95
LinkClass · 0.90

Tested by

no test coverage detected