[][src]Attribute Macro scrappy_testing::test

#[test]

Marks async test function to be executed by scrappy runtime.

Usage

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