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

Function test_build_options_default

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

Source from the content-addressed store, hash-verified

274
275 #[test]
276 fn test_build_options_default() {
277 let record = Record::new();
278 let result = record.build_options();
279 assert!(result.is_ok());
280 let options = result.unwrap();
281 assert!(!options.all());
282 assert!(!options.skip_binary());
283 }
284
285 #[test]
286 fn test_build_options_with_all() {

Callers

nothing calls this directly

Calls 2

build_optionsMethod · 0.80
unwrapMethod · 0.45

Tested by

no test coverage detected