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

Method test_timediff_gt

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

Source from the content-addressed store, hash-verified

1161 )
1162
1163 def test_timediff_gt(self):
1164 op = operators.get_operator("timediff_gt")
1165 self.assertTrue(op("2014-07-01T00:01:01.000000", 1), "Failed test_timediff_gt.")
1166
1167 def test_timediff_gt_fail(self):
1168 op = operators.get_operator("timediff_gt")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected