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

Method loader

st2tests/st2tests/base.py:155–157  ·  view source on GitHub ↗

Load the runner config

(self, path)

Source from the content-addressed store, hash-verified

153 self.assertIsNotNone(env[AUTH_TOKEN_ENV_VARIABLE_NAME])
154
155 def loader(self, path):
156 """Load the runner config"""
157 return self.meta_loader.load(path)
158
159
160class BaseTestCase(TestCase):

Callers 1

Calls 1

loadMethod · 0.80

Tested by 1