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