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:506–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

504
505 #[test]
506 fn test_add_progress_bar_to_multi() {
507 let mp = create_multi_progress();
508 let bar = add_progress_bar(&mp, 100, "Task 1");
509 assert_eq!(bar.length(), Some(100));
510 bar.finish();
511 }
512
513 #[test]
514 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