Attribute Macro test
#[test]Expand description
Marks async function to be executed by runtime, suitable to test environment
ยงUsage
#[tokio::test]
async fn my_test() {
assert!(true);
}#[test]Marks async function to be executed by runtime, suitable to test environment
#[tokio::test]
async fn my_test() {
assert!(true);
}