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:104–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
103
#[test]
104
fn test_options_message() {
105
let opts = RecordOptions::new().message(
"Test message"
);
106
assert_eq!(opts.get_message(), Some(
"Test message"
));
107
}
108
109
#[test]
110
fn test_options_apply_after_record() {
Callers
nothing calls this directly
Calls
1
message
Method · 0.45
Tested by
no test coverage detected