MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_format_duration_most_significant_only

Function test_format_duration_most_significant_only

tests/test_format.py:45–46  ·  view source on GitHub ↗
(ms: int, expected: str)

Source from the content-addressed store, hash-verified

43 ],
44)
45def test_format_duration_most_significant_only(ms: int, expected: str) -> None:
46 assert format_duration(ms, most_significant_only=True) == expected
47
48
49def test_format_duration_hide_trailing_zeros() -> None:

Callers

nothing calls this directly

Calls 1

format_durationFunction · 0.90

Tested by

no test coverage detected