[]Attribute Macro actori_http_test::test

#[test]

Marks async test function to be executed by actori runtime.

Usage

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