(duration_in_seconds, words)
| 574 | ], |
| 575 | ) |
| 576 | def test_duration_in_words(duration_in_seconds, words): |
| 577 | assert duration_in_words(duration_in_seconds) == words |
| 578 | |
| 579 | |
| 580 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected