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

Function test_is_finished

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

Source from the content-addressed store, hash-verified

551
552 #[test]
553 fn test_is_finished() {
554 let bar = create_progress_bar(100, "Working...");
555 assert!(!is_finished(&bar));
556 bar.finish();
557 assert!(is_finished(&bar));
558 }
559
560 // -------------------------------------------------------------------------
561 // Style Tests

Callers

nothing calls this directly

Calls 2

create_progress_barFunction · 0.85
finishMethod · 0.45

Tested by

no test coverage detected