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

Function test_large_progress

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

Source from the content-addressed store, hash-verified

585
586 #[test]
587 fn test_large_progress() {
588 let bar = create_progress_bar(u64::MAX, "Large");
589 bar.inc(1);
590 assert_eq!(bar.position(), 1);
591 bar.finish();
592 }
593
594 #[test]
595 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