add graph fixture

This commit is contained in:
Aleksey Kladov 2019-02-11 13:11:24 +03:00
parent dced2f4ed4
commit 9923383d53
3 changed files with 81 additions and 71 deletions

View file

@ -18,6 +18,7 @@ macro_rules! impl_froms {
}
pub mod db;
#[macro_use]
pub mod mock;
mod query_definitions;
mod path;