MCPcopy
hub / github.com/scrapy/scrapy / setup_method

Method setup_method

tests/test_pipeline_media.py:425–426  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

423
424class TestBuildFromCrawler:
425 def setup_method(self):
426 self.crawler = get_crawler(None, {"FILES_STORE": "/foo"})
427
428 def test_simple(self):
429 class Pipeline(UserDefinedPipeline):

Callers

nothing calls this directly

Calls 1

get_crawlerFunction · 0.90

Tested by

no test coverage detected