MCPcopy
hub / github.com/scrapy/scrapy / test_follow_all_empty

Method test_follow_all_empty

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

Source from the content-addressed store, hash-verified

303 self._assert_followed_all_urls(links, absolute)
304
305 def test_follow_all_empty(self):
306 r = self.response_class("http://example.com")
307 assert not list(r.follow_all([]))
308
309 def test_follow_all_invalid(self):
310 r = self.response_class("http://example.com")

Callers

nothing calls this directly

Calls 1

follow_allMethod · 0.45

Tested by

no test coverage detected