Add comments to epoch_processing

This commit is contained in:
Paul Hauner
2019-03-12 18:02:53 +11:00
parent dc221f3220
commit f949919b9b
4 changed files with 90 additions and 14 deletions

View File

@@ -4,6 +4,7 @@ use std::path::Path;
use std::{fs::File, io::prelude::*};
use yaml_rust::YamlLoader;
/// Runs a YAML-specified test case.
pub fn run_test(matches: &ArgMatches) {
if let Some(yaml_file) = matches.value_of("yaml") {
let docs = {