From 9204e472e4f714c84237bca5ebe740080a589917 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 8 Oct 2025 11:58:49 +0200 Subject: 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. --- crates/rocie-server/tests/tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/rocie-server/tests/tests.rs') 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; -- cgit 1.4.1