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

Function test_finish_success

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

Source from the content-addressed store, hash-verified

458
459 #[test]
460 fn test_finish_success() {
461 let spinner = create_spinner("Working...");
462 finish_success(&spinner, "Done!");
463 assert!(spinner.is_finished());
464 }
465
466 #[test]
467 fn test_finish_error() {

Callers

nothing calls this directly

Calls 2

create_spinnerFunction · 0.85
finish_successFunction · 0.85

Tested by

no test coverage detected