1 2 3 4 5 6 7 8 9
use super::*; #[test] fn ci_info_new() { let ci_info = CiInfo::new(); assert!(ci_info.vendor.is_none()); assert!(!ci_info.ci); }