(self)
| 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 |
nothing calls this directly
no test coverage detected