pub fn find_and_run_tests(
leo_filenames: &[(PathBuf, Vec<PathBuf>)],
aleo_filenames: &[PathBuf],
signer: Value,
block_height: u32,
match_str: &str,
network: NetworkName,
) -> Result<(Vec<TestFunction>, IndexMap<GlobalId, Result<()>>)>
Expand description
Run interpreter tests and return data about native tests.