[]Attribute Macro scrappy_http_test::test

#[test]

Marks async test function to be executed by scrappy runtime.

Usage

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