IQJC5BWGJZB7WU3RYAD3LXBLSEPVBK7ECHEC53Z5ESZXXDMC4XBAC
assert_eq!(global_from_str.author.username, "");
assert_eq!(global_from_str.unrecord_changes.unwrap(), Some(5));
assert!(global_from_str.colors.unwrap(), Choice::Auto);
assert!(global_from_str.pager.unwrap(), Choice::Always);
assert_eq!(global_from_str.author.username, "test_name");
assert_eq!(global_from_str.unrecord_changes.unwrap(), 5);
assert_eq!(global_from_str.colors.unwrap(), Choice::Always);
assert_eq!(global_from_str.pager.unwrap(), Choice::Auto);
global_from_str.template.unwrap().message.unwrap(),
PathBuf::from("/home/dummy/my/custom/default/template/message.string")
global_from_str.template.unwrap(),
Templates {
message: Some(PathBuf::from(
"/home/dummy/my/custom/default/template/message.string"
)),
description: Some(PathBuf::from(
"/home/dummy/my/custom/default/template/desciption.string"
)),
}