pub fn test_gen(
project: &Path,
recording: &str,
out_dir: Option<&Path>,
) -> RenderedExpand 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).