pub fn parse_test_config(path: &Path) -> Result<TestConfig, EvalError>
Parse a test_config.json file from disk.
test_config.json
Returns EvalError::Io if the file cannot be read, or EvalError::Parse if the JSON is invalid.
EvalError::Io
EvalError::Parse