pub fn load_suite(path: &Path) -> Result<EvalSuite>Expand description
Load an EvalSuite from a golden file, choosing the parser by extension
(.json, .yaml, .yml). Returns an error (never panics) on a missing
file, an unparseable body, or an unknown extension.