1 2 3 4 5 6
extern crate uptime_lib; #[test] fn test_uptime_get() { assert_eq!(uptime_lib::get().is_ok(), true); }