MCPcopy
hub / github.com/scrapy/scrapy / test_init_without_acl

Method test_init_without_acl

tests/test_feedexport_storages.py:288–292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

286 )
287
288 def test_init_without_acl(self):
289 storage = S3FeedStorage("s3://mybucket/export.csv", "access_key", "secret_key")
290 assert storage.access_key == "access_key"
291 assert storage.secret_key == "secret_key"
292 assert storage.acl is None
293
294 def test_init_with_acl(self):
295 storage = S3FeedStorage(

Callers

nothing calls this directly

Calls 1

S3FeedStorageClass · 0.90

Tested by

no test coverage detected