MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_add_progress_bar_to_multi

Function test_add_progress_bar_to_multi

atomic-cli/src/output/progress.rs:527–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525
526 #[test]
527 fn test_add_progress_bar_to_multi() {
528 let mp = create_multi_progress();
529 let bar = add_progress_bar(&mp, 100, "Task 1");
530 assert_eq!(bar.length(), Some(100));
531 bar.finish();
532 }
533
534 #[test]
535 fn test_multiple_bars_in_multi() {

Callers

nothing calls this directly

Calls 3

create_multi_progressFunction · 0.85
add_progress_barFunction · 0.85
finishMethod · 0.45

Tested by

no test coverage detected