Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydantic/pydantic
/ test_iso_timedelta
Function
test_iso_timedelta
tests/test_json.py:208–209 ·
view source on GitHub ↗
(input, output)
Source
from the content-addressed store, hash-verified
206
],
207
)
208
def
test_iso_timedelta(input, output):
209
assert output == timedelta_isoformat(input)
210
211
212
def
test_custom_encoder():
Callers
nothing calls this directly
Calls
1
timedelta_isoformat
Function · 0.90
Tested by
no test coverage detected