MCPcopy 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
61class FakeClient(object):
62 def __init__(self):
63 self.managers = {
64 "FakeResource": models.ResourceManager(FakeResource, FAKE_ENDPOINT)
65 }
66
67
68class FakeApp(object):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected