about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/tests.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-08 11:58:49 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-08 11:58:49 +0200
commit9204e472e4f714c84237bca5ebe740080a589917 (patch)
treed17f31240b24fcb2c47eec21edf6a9f512d80123 /crates/rocie-server/tests/tests.rs
parentfeat(crates/rocie-server/unit-property): Init (diff)
downloadserver-9204e472e4f714c84237bca5ebe740080a589917.zip
test(crates/rocie-server/testenv/init): Automatically choose the port and wait for server start
This avoids issues regarding a race condition between server start and
our start of requests and removes the requirement for specifying free
ports in the test files.
Diffstat (limited to 'crates/rocie-server/tests/tests.rs')
-rw-r--r--crates/rocie-server/tests/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rocie-server/tests/tests.rs b/crates/rocie-server/tests/tests.rs
index 34395a6..cf34156 100644
--- a/crates/rocie-server/tests/tests.rs
+++ b/crates/rocie-server/tests/tests.rs
@@ -4,3 +4,4 @@ mod _testenv;
 pub(crate) use _testenv as testenv;
 
 mod products;
+mod units;