()
| 138 | |
| 139 | |
| 140 | def test_diff_in_minutes_positive_big(): |
| 141 | dt = pendulum.datetime(2000, 1, 1) |
| 142 | assert dt.diff(dt.add(hours=25).add(minutes=2)).in_minutes() == 1502 |
| 143 | |
| 144 | |
| 145 | def test_diff_in_minutes_negative_with_sign(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…