parse_test_config

Function parse_test_config 

Source
pub fn parse_test_config(path: &Path) -> Result<TestConfig, EvalError>
Expand description

Parse a test_config.json file from disk.

ยงErrors

Returns EvalError::Io if the file cannot be read, or EvalError::Parse if the JSON is invalid.