MCPcopy
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)
208def test_iso_timedelta(input, output):
209 assert output == timedelta_isoformat(input)
210
211
212def test_custom_encoder():

Callers

nothing calls this directly

Calls 1

timedelta_isoformatFunction · 0.90

Tested by

no test coverage detected