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

Function test_classify_merge_commit

atomic-cli/src/commands/git/parallel.rs:4194–4200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4192
4193 #[test]
4194 fn test_classify_merge_commit() {
4195 let info = test_info("Merge branch 'feature' into main", true);
4196 assert!(matches!(
4197 classify_commit(&info),
4198 CommitClassification::Merge
4199 ));
4200 }
4201
4202 #[test]
4203 fn test_classify_squash_with_atomic_trailer() {

Callers

nothing calls this directly

Calls 1

test_infoFunction · 0.85

Tested by

no test coverage detected