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

Function test_log_output_config_format

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

Source from the content-addressed store, hash-verified

104
105 #[test]
106 fn test_log_output_config_format() {
107 let config = LogOutputConfig::new().format(LogFormat::Json);
108 assert_eq!(config.format, LogFormat::Json);
109 }
110
111 #[test]
112 fn test_log_output_config_count() {

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected