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

Function test_log_run_with_from_sequence

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

Source from the content-addressed store, hash-verified

817 #[test]
818 #[serial]
819 fn test_log_run_with_from_sequence() {
820 let _guard = TestGuard::new();
821
822 // Initialize repository and drop to release db lock
823 {
824 let _repo = Repository::init(".").unwrap();
825 }
826
827 let log = Log::new().with_from(0);
828 let result = log.run();
829
830 // Result could fail due to database issues; just don't panic
831 let _ = result;
832 }
833
834 #[test]
835 #[serial]

Callers

nothing calls this directly

Calls 3

unwrapMethod · 0.45
with_fromMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected