pub async fn test( path: &str, filter: Option<String>, ) -> Result<String, AppError>
Run cargo test in path, with an optional test name filter.
cargo test
path