Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ setUp
Method
setUp
tests/unit/customizations/codedeploy/test_systems.py:318–320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
316
317
class
TestRHEL(TestLinux):
318
def
setUp(self):
319
super(self.__class__, self).setUp()
320
self.rhel = RHEL(self.params)
321
322
def
test_config_dir(self):
323
self.assertEqual(self.config_dir, self.rhel.CONFIG_DIR)
Callers
1
setUp
Method · 0.45
Calls
1
RHEL
Class · 0.90
Tested by
no test coverage detected