Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_status_with_short
Function
test_status_with_short
atomic-cli/src/commands/status.rs:665–668 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
663
664
#[test]
665
fn test_status_with_short() {
666
let status = Status::new().with_short(true);
667
assert!(status.short);
668
}
669
670
#[test]
671
fn test_status_with_no_untracked() {
Callers
nothing calls this directly
Calls
1
with_short
Method · 0.80
Tested by
no test coverage detected