conjure_oxide::utils::testing

Function save_minion_solutions_json

Source
pub fn save_minion_solutions_json(
    solutions: &Vec<HashMap<Name, Literal>>,
    path: &str,
    test_name: &str,
    accept: bool,
) -> Result<Value, Error>