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

Function test_with_verbose

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

Source from the content-addressed store, hash-verified

210
211 #[test]
212 fn test_with_verbose() {
213 let cmd = List::new().with_verbose(true);
214 assert!(cmd.verbose);
215 }
216
217 // -------------------------------------------------------------------------
218 // Integration Tests (require temp repository)

Callers

nothing calls this directly

Calls 1

with_verboseMethod · 0.45

Tested by

no test coverage detected