To run a test, annotate as below: ```
async fn test_sum() -> Result<(),std::io::Result> { assert(true,"I am alive); Ok(()) } ```