MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / test_parse_with_utc_timezone

Function test_parse_with_utc_timezone

tests/test_parsing.py:146–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def 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"

Callers

nothing calls this directly

Calls 2

parseMethod · 0.80
to_iso8601_stringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…