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

Method setUp

tests/integration/botocore/test_credentials.py:29–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27
28class TestCredentialPrecedence(BaseEnvVar):
29 def setUp(self):
30 super().setUp()
31
32 # Set the config file to something that doesn't exist so
33 # that we don't accidentally load a config.
34 os.environ['AWS_CONFIG_FILE'] = '~/.aws/config-missing'
35
36 def create_session(self, *args, **kwargs):
37 """

Callers 1

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected