MCPcopy 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
68class FakeApp(object):
69 def __init__(self):
70 self.client = FakeClient()
71
72
73class BaseCLITestCase(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

FakeClientClass · 0.85

Tested by

no test coverage detected