pub fn capture_with_expect_modules( root: &Path, language: &str, paths: impl IntoIterator<Item = PathBuf>, expect_modules: &[String], ) -> Result<Inputs, String>