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

Method __init__

st2client/tests/base.py:62–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60
61class FakeClient(object):
62 def __init__(self):
63 self.managers = {
64 "FakeResource": models.ResourceManager(FakeResource, FAKE_ENDPOINT)
65 }
66
67
68class FakeApp(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected