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

Function test_with_verbose

atomic-cli/src/commands/view/list.rs:357–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355
356 #[test]
357 fn test_with_verbose() {
358 let cmd = List::new().with_verbose(true);
359 assert!(cmd.verbose);
360 }
361
362 // -------------------------------------------------------------------------
363 // Integration Tests (require temp repository)

Callers

nothing calls this directly

Calls 1

with_verboseMethod · 0.45

Tested by

no test coverage detected