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

Method setUp

tests/unit/botocore/test_credentials.py:3755–3758  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3753
3754class TestProfileProviderBuilder(unittest.TestCase):
3755 def setUp(self):
3756 super().setUp()
3757 self.mock_session = mock.Mock(spec=Session)
3758 self.builder = ProfileProviderBuilder(self.mock_session)
3759
3760 def test_profile_provider_builder_order(self):
3761 providers = self.builder.providers('some-profile')

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.45

Tested by

no test coverage detected