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

Function test_log_with_format

atomic-cli/src/commands/log/tests.rs:234–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232
233 #[test]
234 fn test_log_with_format() {
235 let log = Log::new().with_format(LogFormat::Oneline);
236 assert_eq!(log.format, LogFormat::Oneline);
237 }
238
239 #[test]
240 fn test_log_with_reverse() {

Callers

nothing calls this directly

Calls 1

with_formatMethod · 0.45

Tested by

no test coverage detected