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

Method test_equals_numeric

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

Source from the content-addressed store, hash-verified

888 )
889
890 def test_equals_numeric(self):
891 op = operators.get_operator("equals")
892 self.assertTrue(op(1, 1), "Failed equals.")
893
894 def test_equals_string(self):
895 op = operators.get_operator("equals")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected