about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/tests.rs
blob: 4a218d1816b37d2b95e920d4295ee284ffd578fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#![allow(unused_crate_dependencies)]

mod _testenv;
pub(crate) use _testenv as testenv;

mod products;
mod product_parents;
mod units;
mod recipies;
mod users;