()
| 437 | |
| 438 | |
| 439 | def test_task_zero_total() -> None: |
| 440 | task = Task(TaskID(1), "foo", 0, 0, _get_time=lambda: 1) |
| 441 | assert task.percentage == 0 |
| 442 | |
| 443 | |
| 444 | def test_progress_create() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…