MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_output_config_short

Function test_output_config_short

atomic-cli/src/commands/status.rs:707–710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

705
706 #[test]
707 fn test_output_config_short() {
708 let config = StatusOutputConfig::new().short();
709 assert!(config.short);
710 }
711
712 #[test]
713 fn test_output_config_hide_untracked() {

Callers

nothing calls this directly

Calls 1

shortMethod · 0.45

Tested by

no test coverage detected