(self)
| 216 | class test_timezone: |
| 217 | |
| 218 | def test_get_timezone_with_zoneinfo(self): |
| 219 | assert timezone.get_timezone('UTC') |
| 220 | |
| 221 | def test_tz_or_local(self): |
| 222 | assert timezone.tz_or_local() == timezone.local |
nothing calls this directly
no test coverage detected