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

Method test_help_output

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

Source from the content-addressed store, hash-verified

65 self.assertIn('Reservations', p.json)
66
67 def test_help_output(self):
68 p = aws('help')
69 self.assertEqual(p.rc, 0)
70 self.assertIn('AWS', p.stdout)
71 self.assertRegex(p.stdout, r'The\s+AWS\s+Command\s+Line\s+Interface')
72
73 def test_service_help_output(self):
74 p = aws('ec2 help')

Callers

nothing calls this directly

Calls 1

awsFunction · 0.90

Tested by

no test coverage detected