()
| 599 | |
| 600 | #[test] |
| 601 | fn test_zero_length_progress() { |
| 602 | let bar = create_progress_bar(0, "Empty"); |
| 603 | bar.finish(); |
| 604 | assert!(bar.is_finished()); |
| 605 | } |
| 606 | |
| 607 | #[test] |
| 608 | fn test_large_progress() { |
nothing calls this directly
no test coverage detected