Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_diff_with_stat
Function
test_diff_with_stat
atomic-cli/src/commands/diff/tests.rs:676–679 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
674
675
#[test]
676
fn test_diff_with_stat() {
677
let diff = Diff::new().with_stat(true);
678
assert!(diff.stat);
679
}
680
681
#[test]
682
fn test_diff_with_no_color() {
Callers
nothing calls this directly
Calls
1
with_stat
Method · 0.80
Tested by
no test coverage detected