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

Function test_parse_author_none

atomic-cli/src/commands/record/tests.rs:257–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255
256 #[test]
257 fn test_parse_author_none() {
258 let record = Record::new();
259 let author = record.parse_author();
260 assert!(author.is_none());
261 }
262
263 #[test]
264 fn test_parse_author_with_spaces() {

Callers

nothing calls this directly

Calls 1

parse_authorMethod · 0.45

Tested by

no test coverage detected