(self)
| 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") |
nothing calls this directly
no outgoing calls
no test coverage detected