Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ setUp
Method
setUp
tests/unit/customizations/codedeploy/test_systems.py:243–245 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
241
242
class
TestUbuntu(TestLinux):
243
def
setUp(self):
244
super(self.__class__, self).setUp()
245
self.ubuntu = Ubuntu(self.params)
246
247
def
test_config_dir(self):
248
self.assertEqual(self.config_dir, self.ubuntu.CONFIG_DIR)
Callers
nothing calls this directly
Calls
2
Ubuntu
Class · 0.90
setUp
Method · 0.45
Tested by
no test coverage detected