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

Method setUp

tests/unit/s3transfer/test_bandwidth.py:365–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363
364class TestConsumptionScheduler(unittest.TestCase):
365 def setUp(self):
366 self.scheduler = ConsumptionScheduler()
367
368 def test_schedule_consumption(self):
369 token = RequestToken()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected