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

Function test_zero_length_progress

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

create_progress_barFunction · 0.85
finishMethod · 0.45

Tested by

no test coverage detected