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

Method setUp

tests/functional/test_globals.py:13–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class TestGlobalOptionsDocumenter(unittest.TestCase):
13 def setUp(self):
14 self.driver = create_clidriver()
15 self.help_command = self.driver.create_help_command()
16 self.globals = GlobalOptionsDocumenter(self.help_command)
17
18 def test_doc_global_options_match_saved_content(self):
19 with open(GLOBAL_OPTIONS_FILE) as f:

Callers

nothing calls this directly

Calls 3

create_clidriverFunction · 0.90
create_help_commandMethod · 0.45

Tested by

no test coverage detected