Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/StackStorm/st2
/ __init__
Method
__init__
st2client/tests/unit/test_shell.py:64–66 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
62
capture_output = True
63
64
def
__init__(self, *args, **kwargs):
65
super(ShellTestCase, self).__init__(*args, **kwargs)
66
self.shell = Shell()
67
68
def
setUp(self):
69
super(ShellTestCase, self).setUp()
Callers
nothing calls this directly
Calls
1
Shell
Class · 0.90
Tested by
no test coverage detected