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

Function test_zero_length_progress

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

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 2

create_progress_barFunction · 0.85
finishMethod · 0.45

Tested by

no test coverage detected