MCPcopy Index your code
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/integration/test_cli.py:383–385  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381
382class TestCommandLineage(unittest.TestCase):
383 def setUp(self):
384 self.driver = create_clidriver()
385 self.top_help = self.driver.create_help_command()
386
387 def assert_lineage_names(self, ref_lineage_names):
388 command_table = self.top_help.command_table

Callers

nothing calls this directly

Calls 2

create_clidriverFunction · 0.90
create_help_commandMethod · 0.45

Tested by

no test coverage detected