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

Method setUpClass

st2tests/integration/orquesta/base.py:64–65  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

62class TestWorkflowExecution(unittest.TestCase):
63 @classmethod
64 def setUpClass(cls):
65 cls.st2client = st2.Client(base_url="http://127.0.0.1")
66
67 def _execute_workflow(
68 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected