#[cfg(test)] mod tests { use super::*; use crate::tests::test_util; #[test] fn test_drive_monitor_module() { test_util::setup(); assert!(true, "Basic drive_monitor module test"); } }