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/units/mod.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/rocie-server/tests/units/mod.rs (limited to 'crates/rocie-server/tests/units/mod.rs') diff --git a/crates/rocie-server/tests/units/mod.rs b/crates/rocie-server/tests/units/mod.rs new file mode 100644 index 0000000..5518167 --- /dev/null +++ b/crates/rocie-server/tests/units/mod.rs @@ -0,0 +1 @@ +mod register; -- cgit 1.4.1