[][src]Attribute Macro kayrx_test::test

#[test]

Marks async test function to be executed by kayrx-fiber runtime.

Usage

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