Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __init__
Method
__init__
st2client/tests/base.py:69–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
68
class
FakeApp(object):
69
def
__init__(self):
70
self.client = FakeClient()
71
72
73
class
BaseCLITestCase(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
FakeClient
Class · 0.85
Tested by
no test coverage detected