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:1688–1690 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1686
1687
class
TestBotoProvider(BaseEnvVar):
1688
def
setUp(self):
1689
super().setUp()
1690
self.ini_parser = mock.Mock()
1691
1692
def
test_boto_config_file_exists_in_home_dir(self):
1693
environ = {}
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected