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

Function test_classify_normal_commit

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

Source from the content-addressed store, hash-verified

4183
4184 #[test]
4185 fn test_classify_normal_commit() {
4186 let info = test_info("fix: typo in readme", false);
4187 assert!(matches!(
4188 classify_commit(&info),
4189 CommitClassification::Normal
4190 ));
4191 }
4192
4193 #[test]
4194 fn test_classify_merge_commit() {

Callers

nothing calls this directly

Calls 1

test_infoFunction · 0.85

Tested by

no test coverage detected