Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ FakeClient
Class
FakeClient
st2client/tests/base.py:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
class
FakeClient(object):
62
def
__init__(self):
63
self.managers = {
64
"FakeResource"
: models.ResourceManager(FakeResource, FAKE_ENDPOINT)
65
}
66
67
68
class
FakeApp(object):
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected