()
| 168 | |
| 169 | |
| 170 | def test_diff_in_seconds_positive_big(): |
| 171 | dt = pendulum.datetime(2000, 1, 1) |
| 172 | assert dt.diff(dt.add(hours=2).add(seconds=2)).in_seconds() == 7202 |
| 173 | |
| 174 | |
| 175 | def test_diff_in_seconds_negative_with_sign(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…