Skip to main content

test_gen

Function test_gen 

Source
pub fn test_gen(
    project: &Path,
    recording: &str,
    out_dir: Option<&Path>,
) -> Rendered
Expand description

keel record test <recording> [--out DIR]: read the recording’s meta header to learn its language, then write one ready-to-run generated test file next to it (or under out_dir).