pub async fn run()
Runs all tests in the tests module.
tests
#[tokio::main] async fn main() { run().await; }