()
| 33 | |
| 34 | |
| 35 | def test_diff_in_minutes_positive(): |
| 36 | dt = Time(12, 34, 56) |
| 37 | assert dt.diff(dt.add(hours=1).add(minutes=2)).in_minutes() == 62 |
| 38 | |
| 39 | |
| 40 | def test_diff_in_minutes_positive_big(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…