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

Function test_with_verbose

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_verboseMethod · 0.45

Tested by

no test coverage detected