()
| 144 | |
| 145 | |
| 146 | def test_parse_with_utc_timezone() -> None: |
| 147 | dt = pendulum.parse("2020-02-05T20:05:37.364951Z") |
| 148 | |
| 149 | assert dt.to_iso8601_string() == "2020-02-05T20:05:37.364951Z" |
nothing calls this directly
no test coverage detected
searching dependent graphs…