actix_rt
#[test]
Marks async test function to be executed by actix runtime.
#[actix_rt::test] async fn my_test() { assert!(true); }