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

Method setUp

tests/unit/test_argparser.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47
48class TestPartialGlobalArgsParser(unittest.TestCase):
49 def setUp(self):
50 self.parser = FirstPassGlobalArgParser()
51
52 def test_can_parse_profile(self):
53 parsed_args, _ = self.parser.parse_known_args(['--profile', 'foo'])

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected