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

Function test_long_format_with_state

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

Source from the content-addressed store, hash-verified

972
973 #[test]
974 fn test_long_format_with_state() {
975 let status = Status::new();
976 let state = Merkle::initial();
977 let repo_status = RepositoryStatus::new("dev".to_string(), Some(state));
978
979 let result = status.print_long_format(&repo_status);
980 assert!(result.is_ok());
981 }
982
983 // Integration Tests (require temp directories)
984

Callers

nothing calls this directly

Calls 1

print_long_formatMethod · 0.80

Tested by

no test coverage detected