test

Function test 

Source
pub async fn test(
    path: &str,
    filter: Option<String>,
) -> Result<String, AppError>
Expand description

Run cargo test in path, with an optional test name filter.