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

Method __init__

st2client/tests/unit/test_keyvalue.py:99–105  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

97 capture_output = True
98
99 def __init__(self, *args, **kwargs):
100 super(TestKeyValueBase, self).__init__(*args, **kwargs)
101
102 self.parser = argparse.ArgumentParser()
103 self.parser.add_argument("-t", "--token", dest="token")
104 self.parser.add_argument("--api-key", dest="api_key")
105 self.shell = shell.Shell()
106
107 def setUp(self):
108 super(TestKeyValueBase, self).setUp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected