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

Function test_set_message

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

Source from the content-addressed store, hash-verified

467
468 #[test]
469 fn test_set_message() {
470 let bar = create_progress_bar(100, "Initial message");
471 set_message(&bar, "Updated message");
472 // We can't easily verify the message content, but this ensures it doesn't panic
473 bar.finish();
474 }
475
476 // -------------------------------------------------------------------------
477 // 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