(self, *args, **kwargs)
| 57 | |
| 58 | class WorkflowCommandTestCase(st2cli_tests.BaseCLITestCase): |
| 59 | def __init__(self, *args, **kwargs): |
| 60 | super(WorkflowCommandTestCase, self).__init__(*args, **kwargs) |
| 61 | self.shell = shell.Shell() |
| 62 | |
| 63 | @mock.patch.object( |
| 64 | httpclient.HTTPClient, |
nothing calls this directly
no outgoing calls
no test coverage detected