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

Method test_lt

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

Source from the content-addressed store, hash-verified

1100 )
1101
1102 def test_lt(self):
1103 op = operators.get_operator("lessthan")
1104 self.assertTrue(op(1, 2), "Failed lessthan.")
1105
1106 def test_lt_char(self):
1107 op = operators.get_operator("lessthan")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected