move shared code to query_testing

This commit is contained in:
Patrick Thomson 2020-10-26 14:27:33 -04:00
parent 1012bea3f4
commit 6adeb7b40d
5 changed files with 160 additions and 162 deletions

View file

@ -6,6 +6,7 @@ pub mod loader;
pub mod logger;
pub mod parse;
pub mod query;
pub mod query_testing;
pub mod tags;
pub mod test;
pub mod test_highlight;