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

Function test_log_run_short_format_empty

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

Source from the content-addressed store, hash-verified

757 #[test]
758 #[serial]
759 fn test_log_run_short_format_empty() {
760 let _guard = TestGuard::new();
761
762 // Initialize repository
763 let _repo = Repository::init(".").unwrap();
764
765 let log = Log::new().with_format(LogFormat::Short);
766 let result = log.run();
767
768 // Result could fail due to database issues; just don't panic
769 let _ = result;
770 }
771
772 #[test]
773 #[serial]

Callers

nothing calls this directly

Calls 3

unwrapMethod · 0.45
with_formatMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected