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

Method setUp

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

Source from the content-addressed store, hash-verified

417
418class TestBandwidthRateTracker(unittest.TestCase):
419 def setUp(self):
420 self.alpha = 0.8
421 self.rate_tracker = BandwidthRateTracker(self.alpha)
422
423 def test_current_rate_at_initilizations(self):
424 self.assertEqual(self.rate_tracker.current_rate, 0.0)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected