Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
)
89
def
test_parse_iso8601(text: str, expected: date) -> None:
90
assert parse_iso8601(text) == expected
91
92
93
def
test_parse_iso8601_invalid():
Callers
nothing calls this directly
Calls
1
parse_iso8601
Function · 0.90
Tested by
no test coverage detected