Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_options_message
Function
test_options_message
atomic-repository/src/record/tests.rs:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
102
#[test]
103
fn test_options_message() {
104
let opts = RecordOptions::new().message(
"Test message"
);
105
assert_eq!(opts.get_message(), Some(
"Test message"
));
106
}
107
108
#[test]
109
fn test_options_apply_after_record() {
Callers
nothing calls this directly
Calls
1
message
Method · 0.45
Tested by
no test coverage detected