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

Function test_large_progress

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

Source from the content-addressed store, hash-verified

606
607 #[test]
608 fn test_large_progress() {
609 let bar = create_progress_bar(u64::MAX, "Large");
610 bar.inc(1);
611 assert_eq!(bar.position(), 1);
612 bar.finish();
613 }
614
615 #[test]
616 fn test_empty_message() {

Callers

nothing calls this directly

Calls 2

create_progress_barFunction · 0.85
finishMethod · 0.45

Tested by

no test coverage detected