MCPcopy Index your code
hub / github.com/aws/aws-cli / setUp

Method setUp

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

Source from the content-addressed store, hash-verified

159
160class BaseUploadInputManagerTest(BaseUploadTest):
161 def setUp(self):
162 super().setUp()
163 self.osutil = OSUtils()
164 self.config = TransferConfig()
165 self.recording_subscriber = RecordingSubscriber()
166 self.subscribers.append(self.recording_subscriber)
167
168 def _get_expected_body_for_part(self, part_number):
169 # A helper method for retrieving the expected body for a specific

Callers

nothing calls this directly

Calls 4

OSUtilsClass · 0.90
TransferConfigClass · 0.90
RecordingSubscriberClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected