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

Method setUp

st2client/tests/unit/test_commands.py:407–408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

405
406class ResourceViewCommandTestCase(unittest.TestCase):
407 def setUp(self):
408 ResourceViewCommand.display_attributes = []
409
410 def test_get_include_attributes(self):
411 cls = namedtuple("Args", "attr")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected