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:616–619 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
614
615
#[test]
616
fn test_empty_message() {
617
let spinner = create_spinner(
""
);
618
spinner.finish();
619
}
620
621
#[test]
622
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