Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
class
BaseTestCase(TestCase):
Callers
1
test_adherence_to_output_schema
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
1
test_adherence_to_output_schema
Method · 0.64