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

Method setUp

st2client/tests/unit/test_keyvalue.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 self.shell = shell.Shell()
106
107 def setUp(self):
108 super(TestKeyValueBase, self).setUp()
109
110 def tearDown(self):
111 super(TestKeyValueBase, self).tearDown()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected