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

Method test_get_operator

st2common/tests/unit/test_operators.py:1225–1227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1223
1224class GetOperatorsTest(unittest.TestCase):
1225 def test_get_operator(self):
1226 self.assertTrue(operators.get_operator("equals"))
1227 self.assertTrue(operators.get_operator("EQUALS"))
1228
1229 def test_get_operator_returns_same_operator_with_different_cases(self):
1230 equals = operators.get_operator("equals")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected