MCPcopy Create free account
hub / github.com/StackStorm/st2 / __init__

Method __init__

st2client/tests/unit/test_workflow.py:59–61  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

57
58class 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected