MCPcopy
hub / github.com/scrapy/scrapy / test_feed_export_config_stdout

Method test_feed_export_config_stdout

tests/test_utils_conf.py:88–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 )
87
88 def test_feed_export_config_stdout(self):
89 settings = Settings()
90 assert {"stdout:": {"format": "pickle"}} == feed_process_params_from_cli(
91 settings, ["-:pickle"]
92 )
93
94 def test_feed_export_config_overwrite(self):
95 settings = Settings()

Callers

nothing calls this directly

Calls 2

SettingsClass · 0.90

Tested by

no test coverage detected