Move test utility functions to their own module

This commit is contained in:
Morgan Phillips
2016-07-18 14:28:00 -07:00
parent 8bbc75e39f
commit 28c1eda4f6
4 changed files with 47 additions and 34 deletions

View File

@@ -18,3 +18,5 @@ pub mod write;
pub mod cfg;
pub mod entity_map;
#[cfg(test)] pub mod test_utils;