MCPcopy
hub / github.com/awslabs/aws-shell / setUp

Method setUp

tests/integration/test_keys.py:26–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24class KeysTest(unittest.TestCase):
25
26 def setUp(self):
27 self.input = PipeInput()
28 output = DummyOutput()
29 self.aws_shell = AWSShell(None, mock.Mock(), mock.Mock(),
30 input=self.input, output=output)
31 self.processor = self.aws_shell.cli.input_processor
32
33 def tearDown(self):
34 self.input.close()

Callers

nothing calls this directly

Calls 1

AWSShellClass · 0.90

Tested by

no test coverage detected