Attribute Macro test

Source
#[test]
Expand description

Marks async test function for futures_net.

ยงUsage

#[futures_net::test]
async fn my_test() {
    assert!(true);
}