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

Method tearDown

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

Source from the content-addressed store, hash-verified

575 self._stop_running_processes()
576
577 def tearDown(self):
578 super(IntegrationTestCase, self).tearDown()
579 self._stop_running_processes()
580
581 def _stop_running_processes(self):
582 # Make sure we kill all the processes on teardown so they don't linger around if an

Callers

nothing calls this directly

Calls 2

tearDownMethod · 0.45

Tested by

no test coverage detected