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

Function test_set_message

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

Source from the content-addressed store, hash-verified

446
447 #[test]
448 fn test_set_message() {
449 let bar = create_progress_bar(100, "Initial message");
450 set_message(&bar, "Updated message");
451 // We can't easily verify the message content, but this ensures it doesn't panic
452 bar.finish();
453 }
454
455 // -------------------------------------------------------------------------
456 // Completion Tests

Callers

nothing calls this directly

Calls 3

create_progress_barFunction · 0.85
set_messageFunction · 0.85
finishMethod · 0.45

Tested by

no test coverage detected