MCPcopy
hub / github.com/scrapy/scrapy / url

Method url

tests/test_downloader_handlers_http_base.py:883–885  ·  view source on GitHub ↗
(self, simple_mockserver: SimpleMockServer)

Source from the content-addressed store, hash-verified

881
882 @pytest.fixture(scope="class")
883 def url(self, simple_mockserver: SimpleMockServer) -> str:
884 # need to use self.host instead of what mockserver returns
885 return f"https://{self.host}:{simple_mockserver.port(is_secure=True)}/file"
886
887 @property
888 @abstractmethod

Calls 1

portMethod · 0.80

Tested by

no test coverage detected