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