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

Method test_wait_commands

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

Source from the content-addressed store, hash-verified

430 self.assert_lineage_names(['s3', 'cp'])
431
432 def test_wait_commands(self):
433 self.assert_lineage_names(['ec2', 'wait'])
434 self.assert_lineage_names(['ec2', 'wait', 'instance-running'])
435
436
437# We're using BaseS3CLICommand because we need a service to use

Callers

nothing calls this directly

Calls 1

assert_lineage_namesMethod · 0.95

Tested by

no test coverage detected