()
| 70 | |
| 71 | |
| 72 | def test_diff_in_seconds_positive_big(): |
| 73 | dt = Time(12, 34, 56) |
| 74 | assert dt.diff(dt.add(hours=2).add(seconds=2)).in_seconds() == 7202 |
| 75 | |
| 76 | |
| 77 | def test_diff_in_seconds_negative_with_sign(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…