MCPcopy
hub / github.com/scrapy/scrapy / assertExportedMarshal

Method assertExportedMarshal

tests/test_feedexport.py:228–234  ·  view source on GitHub ↗
(  # noqa: B027
        self,
        items: Iterable[Any],
        rows: Iterable[dict[str, Any]],
        settings: dict[str, Any] | None = None,
    )

Source from the content-addressed store, hash-verified

226 pass
227
228 async def assertExportedMarshal( # noqa: B027
229 self,
230 items: Iterable[Any],
231 rows: Iterable[dict[str, Any]],
232 settings: dict[str, Any] | None = None,
233 ) -> None:
234 pass
235
236 @abstractmethod
237 async def run_and_export(

Callers 1

assertExportedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected