()
| 578 | |
| 579 | #[test] |
| 580 | fn test_zero_length_progress() { |
| 581 | let bar = create_progress_bar(0, "Empty"); |
| 582 | bar.finish(); |
| 583 | assert!(bar.is_finished()); |
| 584 | } |
| 585 | |
| 586 | #[test] |
| 587 | fn test_large_progress() { |
nothing calls this directly
no test coverage detected