MCPcopy Index your code
hub / github.com/StackStorm/st2 / test_runner

Method test_runner

st2client/tests/unit/test_shell.py:386–388  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

384 self._validate_parser(args_list, is_subcommand=False)
385
386 def test_runner(self):
387 args_list = [["runner", "list"], ["runner", "get", "abc"]]
388 self._validate_parser(args_list)
389
390 def test_rule(self):
391 args_list = [

Callers

nothing calls this directly

Calls 1

_validate_parserMethod · 0.95

Tested by

no test coverage detected