pytest.mark.parametrize(
'time_input,expected',
[
('3', timedelta(minutes=3)),
('1d2h3mi', timedelta(days=1, hours=2, minutes=3)),
('4 minutes 5 hours 6 days', timedelt
| 1 | from datetime import timedelta |
| 2 | from unittest import TestCase |
| 3 | |
| 4 | import pytest |
nothing calls this directly
no outgoing calls
no test coverage detected