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

Method setUp

tests/unit/s3transfer/test_utils.py:1148–1149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1146
1147class TestAdjustChunksize(unittest.TestCase):
1148 def setUp(self):
1149 self.adjuster = ChunksizeAdjuster()
1150
1151 def test_valid_chunksize(self):
1152 chunksize = 7 * (1024**2)

Callers

nothing calls this directly

Calls 1

ChunksizeAdjusterClass · 0.90

Tested by

no test coverage detected