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

Method setUp

st2tests/st2tests/base.py:573–575  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

571 tests_config.parse_args()
572
573 def setUp(self):
574 super(IntegrationTestCase, self).setUp()
575 self._stop_running_processes()
576
577 def tearDown(self):
578 super(IntegrationTestCase, self).tearDown()

Callers

nothing calls this directly

Calls 2

setUpMethod · 0.45

Tested by

no test coverage detected