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

Method setUpClass

st2tests/st2tests/base.py:569–571  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

567
568 @classmethod
569 def setUpClass(cls):
570 # this prepares the vars for use in configuring the subprocesses via env var
571 tests_config.parse_args()
572
573 def setUp(self):
574 super(IntegrationTestCase, self).setUp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected