Add the following code to the lib.rs file: #[cfg(test)] mod tests { use super::Api; #[test] fn create_users() { let api = Api::connect().unwrap(); let ...
確定! 回上一頁