Function install_tests

Source
fn install_tests(
    tests: &HashMap<String, Test>,
    tests_dir: PathBuf,
    check: bool,
) -> Result<bool>