This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Add test
tags/v0.2.5-alpha.2
Yuma Hiramatsu
4 years ago
parent
fe49f609eb
commit
0e52c2c5f1
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
rclrust/src/init_options.rs
+ 12
- 0
rclrust/src/init_options.rs
View File
@@ -95,3 +95,15 @@ impl InitOptions {
// }
// }
}
#[cfg(test)]
mod test {
use super::*;
#[test]
fn init_options_new() -> Result<()> {
let _init_options = InitOptions::new()?;
Ok(())
}
}
Write
Preview
Loading…
Cancel
Save