(cls)
| 62 | class 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, |
nothing calls this directly
no outgoing calls
no test coverage detected