()
| 43 | |
| 44 | |
| 45 | def test_equality(): |
| 46 | assert timezone("Europe/Paris") == timezone("Europe/Paris") |
| 47 | assert timezone("Europe/Paris") != timezone("Europe/Berlin") |
| 48 | |
| 49 | |
| 50 | def test_skipped_time_with_pre_rule(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…