Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_empty_message
Function
test_empty_message
atomic-cli/src/output/progress.rs:595–598 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
593
594
#[test]
595
fn test_empty_message() {
596
let spinner = create_spinner(
""
);
597
spinner.finish();
598
}
599
600
#[test]
601
fn test_unicode_message() {
Callers
nothing calls this directly
Calls
2
create_spinner
Function · 0.85
finish
Method · 0.45
Tested by
no test coverage detected