()
| 405 | |
| 406 | |
| 407 | def test_fixed_equality(): |
| 408 | assert fixed_timezone(19800) == fixed_timezone(19800) |
| 409 | assert fixed_timezone(19800) != fixed_timezone(19801) |
| 410 | |
| 411 | |
| 412 | def test_just_before_last_transition(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…