MCPcopy
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/unit/s3transfer/test_upload.py:181–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179
180class TestUploadFilenameInputManager(BaseUploadInputManagerTest):
181 def setUp(self):
182 super().setUp()
183 self.upload_input_manager = UploadFilenameInputManager(
184 self.osutil, self.transfer_coordinator
185 )
186 self.call_args = CallArgs(
187 fileobj=self.filename, subscribers=self.subscribers
188 )
189 self.future = self.get_transfer_future(self.call_args)
190
191 def test_is_compatible(self):
192 self.assertTrue(

Callers

nothing calls this directly

Calls 4

CallArgsClass · 0.90
setUpMethod · 0.45
get_transfer_futureMethod · 0.45

Tested by

no test coverage detected