[][src]Attribute Macro kayrx::test

#[test]

Marks async test function to be executed by actix runtime.

Usage

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