Function run_tests

Source
pub fn run_tests<'a>(
    cmd: &str,
    cmd_path: &'a Path,
    testdata: &'a Path,
) -> Result<()>
Expand description

Test runner based on ui_test. Adapted from https://github.com/paradigmxyz/solar/blob/main/tools/tester/src/lib.rs.