about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-server/tests/tests.rs')
-rw-r--r--crates/rocie-server/tests/tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/rocie-server/tests/tests.rs b/crates/rocie-server/tests/tests.rs
new file mode 100644
index 0000000..34395a6
--- /dev/null
+++ b/crates/rocie-server/tests/tests.rs
@@ -0,0 +1,6 @@
+#![allow(unused_crate_dependencies)]
+
+mod _testenv;
+pub(crate) use _testenv as testenv;
+
+mod products;