Function find_and_run_tests

Source
pub fn find_and_run_tests(
    leo_filenames: &[PathBuf],
    aleo_filenames: &[PathBuf],
    signer: SvmAddress,
    block_height: u32,
    match_str: &str,
) -> Result<(Vec<TestFunction>, IndexMap<GlobalId, Result<()>>)>
Expand description

Run interpreter tests and return data about native tests.