MCPcopy Create free account
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/unit/test_clidriver.py:1027–1031  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1025
1026class TestServiceCommand(unittest.TestCase):
1027 def setUp(self):
1028 self.name = 'foo'
1029 self.session = FakeSession()
1030 self.session.set_config_variable('cli_help_output', None)
1031 self.cmd = ServiceCommand(self.name, self.session)
1032
1033 def test_can_access_subcommand_table(self):
1034 table = self.cmd.subcommand_table

Callers

nothing calls this directly

Calls 3

ServiceCommandClass · 0.90
FakeSessionClass · 0.70
set_config_variableMethod · 0.45

Tested by

no test coverage detected