Write tests and ensure adding instances works

This commit is contained in:
Lucien Greathouse
2019-10-17 13:46:45 -07:00
parent 51dcfbab75
commit 85e30cc968
9 changed files with 227 additions and 49 deletions

View File

@@ -1,8 +1,7 @@
#![cfg(test)]
#[macro_use]
mod serve_util;
mod build_test;
mod internable;
mod serve_test;
mod serve_util;
mod util;