Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_log_with_path
Function
test_log_with_path
atomic-cli/src/commands/log/tests.rs:228–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
227
#[test]
228
fn test_log_with_path() {
229
let log = Log::new().with_path(
"src/lib.rs"
);
230
assert_eq!(log.path, Some(
"src/lib.rs"
.to_string()));
231
}
232
233
#[test]
234
fn test_log_with_format() {
Callers
nothing calls this directly
Calls
1
with_path
Method · 0.45
Tested by
no test coverage detected