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

Function test_finish_success

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

Source from the content-addressed store, hash-verified

479
480 #[test]
481 fn test_finish_success() {
482 let spinner = create_spinner("Working...");
483 finish_success(&spinner, "Done!");
484 assert!(spinner.is_finished());
485 }
486
487 #[test]
488 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