MCPcopy Index your code
hub / github.com/dbcli/pgcli / test_duration_in_words

Function test_duration_in_words

tests/test_main.py:576–577  ·  view source on GitHub ↗
(duration_in_seconds, words)

Source from the content-addressed store, hash-verified

574 ],
575)
576def test_duration_in_words(duration_in_seconds, words):
577 assert duration_in_words(duration_in_seconds) == words
578
579
580@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

duration_in_wordsFunction · 0.90

Tested by

no test coverage detected