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

Function test_finish_warning

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

Source from the content-addressed store, hash-verified

493
494 #[test]
495 fn test_finish_warning() {
496 let spinner = create_spinner("Working...");
497 finish_warning(&spinner, "Completed with warnings");
498 assert!(spinner.is_finished());
499 }
500
501 #[test]
502 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