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

Method run

st2tests/st2tests/base.py:337–344  ·  view source on GitHub ↗
(self, result=None)

Source from the content-addressed store, hash-verified

335 cls._drop_db()
336
337 def run(self, result=None):
338 # Remember result for use in tearDown and tearDownClass
339 # pytest sets result to _pytest.unittest.TestCaseFunction
340 # which does not have attributes: errors, failures
341 if isinstance(result, TestResult):
342 self.current_result = result
343 self.__class__.current_result = result
344 super(DbTestCase, self).run(result=result)
345
346
347class ExecutionDbTestCase(DbTestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected