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

Function test_finish_warning

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

Source from the content-addressed store, hash-verified

472
473 #[test]
474 fn test_finish_warning() {
475 let spinner = create_spinner("Working...");
476 finish_warning(&spinner, "Completed with warnings");
477 assert!(spinner.is_finished());
478 }
479
480 #[test]
481 fn test_finish_and_clear() {

Callers

nothing calls this directly

Calls 2

create_spinnerFunction · 0.85
finish_warningFunction · 0.85

Tested by

no test coverage detected