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

Method setUpClass

st2common/tests/unit/test_operators.py:162–164  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

160class SearchOperatorTest(unittest.TestCase):
161 @classmethod
162 def setUpClass(cls):
163 super().setUpClass()
164 tests_config.parse_args()
165
166 # The search command extends the rules engine into being a recursive descent
167 # parser. As such, its tests are much more complex than other commands, so we

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected