pub fn generate_test_program(
doc: &mut Document,
filename: &Path,
template: &str,
filter: &ScenarioFilter,
) -> Result<(), SubplotError>
Expand description
Generate a test program from a document, using a template spec and write it to a file.