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

Function test_build_options_with_all

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

Source from the content-addressed store, hash-verified

284
285 #[test]
286 fn test_build_options_with_all() {
287 let record = Record::new().with_all(true);
288 let result = record.build_options();
289 assert!(result.is_ok());
290 let options = result.unwrap();
291 assert!(options.all());
292 }
293
294 #[test]
295 fn test_build_options_with_files() {

Callers

nothing calls this directly

Calls 3

build_optionsMethod · 0.80
with_allMethod · 0.45
unwrapMethod · 0.45

Tested by

no test coverage detected