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

Function test_finish_error

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

Source from the content-addressed store, hash-verified

465
466 #[test]
467 fn test_finish_error() {
468 let spinner = create_spinner("Working...");
469 finish_error(&spinner, "Failed!");
470 assert!(spinner.is_finished());
471 }
472
473 #[test]
474 fn test_finish_warning() {

Callers

nothing calls this directly

Calls 2

create_spinnerFunction · 0.85
finish_errorFunction · 0.85

Tested by

no test coverage detected