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

Method setUp

tests/unit/customizations/s3/test_factory.py:99–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97
98class TestClientFactory(unittest.TestCase):
99 def setUp(self):
100 self.session = mock.Mock(Session)
101 self.factory = ClientFactory(self.session)
102
103 def test_create_client(self):
104 params = {

Callers

nothing calls this directly

Calls 1

ClientFactoryClass · 0.90

Tested by

no test coverage detected