(self)
| 373 | yield req |
| 374 | |
| 375 | def _links_response(self): |
| 376 | body = get_testdata("link_extractor", "linkextractor.html") |
| 377 | return self.response_class("http://example.com/index", body=body) |
| 378 | |
| 379 | def _links_response_no_href(self): |
| 380 | body = get_testdata("link_extractor", "linkextractor_no_href.html") |
no test coverage detected