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

Function test_parse_iso8601

tests/parsing/test_parse_iso8601.py:89–90  ·  view source on GitHub ↗
(text: str, expected: date)

Source from the content-addressed store, hash-verified

87 ],
88)
89def test_parse_iso8601(text: str, expected: date) -> None:
90 assert parse_iso8601(text) == expected
91
92
93def test_parse_iso8601_invalid():

Callers

nothing calls this directly

Calls 1

parse_iso8601Function · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…