move tests to tests dir

This commit is contained in:
Andy Grove 2018-10-06 09:39:06 -06:00
parent 486eca1f10
commit 9daba3ab49
3 changed files with 8 additions and 5 deletions

View file

@ -27,9 +27,6 @@ use chrono::{NaiveDate,
Utc,
};
#[cfg(test)]
mod tests;
#[derive(Debug, Clone)]
pub enum ParserError {
TokenizerError(String),