Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ setUp
Method
setUp
tests/unit/botocore/test_credentials.py:1484–1486 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1482
1483
class
TestSharedCredentialsProvider(BaseEnvVar):
1484
def
setUp(self):
1485
super().setUp()
1486
self.ini_parser = mock.Mock()
1487
1488
def
test_credential_file_exists_default_profile(self):
1489
self.ini_parser.return_value = {
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected