MCPcopy 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
242class 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

UbuntuClass · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected