Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_diff_get_format_stat
Function
test_diff_get_format_stat
atomic-cli/src/commands/diff/tests.rs:728–731 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
726
727
#[test]
728
fn test_diff_get_format_stat() {
729
let diff = Diff::new().with_stat(true);
730
assert_eq!(diff.get_format(), DiffFormat::Stat);
731
}
732
733
#[test]
734
fn test_diff_get_format_name_only() {
Callers
nothing calls this directly
Calls
1
with_stat
Method · 0.80
Tested by
no test coverage detected