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

Function test_finish_error

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

Source from the content-addressed store, hash-verified

486
487 #[test]
488 fn test_finish_error() {
489 let spinner = create_spinner("Working...");
490 finish_error(&spinner, "Failed!");
491 assert!(spinner.is_finished());
492 }
493
494 #[test]
495 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