()
| 38 | |
| 39 | |
| 40 | def test_diff_in_minutes_positive_big(): |
| 41 | dt = Time(12, 34, 56) |
| 42 | assert dt.diff(dt.add(hours=25).add(minutes=2)).in_minutes() == 62 |
| 43 | |
| 44 | |
| 45 | def test_diff_in_minutes_negative_with_sign(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…