1 2 3 4 5 6
mod basic; use super::util::{tokio::*, TestResult}; #[test] fn basic() -> TestResult { test_wrapper(basic::main()) }