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

Function test_with_verbose

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

Source from the content-addressed store, hash-verified

196
197 #[test]
198 fn test_with_verbose() {
199 let cmd = List::new().with_verbose(true);
200 assert!(cmd.verbose);
201 }
202
203 // -------------------------------------------------------------------------
204 // Integration Tests (require temp repository)

Callers

nothing calls this directly

Calls 1

with_verboseMethod · 0.45

Tested by

no test coverage detected