Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ test_format_duration
Function
test_format_duration
tests/test_format.py:32–33 ·
view source on GitHub ↗
(ms: int, expected: str)
Source
from the content-addressed store, hash-verified
30
],
31
)
32
def
test_format_duration(ms: int, expected: str) -> None:
33
assert format_duration(ms) == expected
34
35
36
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
format_duration
Function · 0.90
Tested by
no test coverage detected