MCPcopy Create free account
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/functional/s3transfer/test_upload.py:419–428  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

417 __test__ = True
418
419 def setUp(self):
420 super().setUp()
421 self.chunksize = 4
422 self.config = TransferConfig(
423 max_request_concurrency=1,
424 multipart_threshold=1,
425 multipart_chunksize=self.chunksize,
426 )
427 self._manager = TransferManager(self.client, self.config)
428 self.multipart_id = 'my-upload-id'
429
430 def create_stubbed_responses(self):
431 return [

Callers

nothing calls this directly

Calls 3

TransferConfigClass · 0.90
TransferManagerClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected