about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests/units/mod.rs (follow)
Commit message (Collapse)AuthorAge
* chore(treewide): Add missing license headersBenedikt Peetz3 days
|
* style(rocie-server): FormatBenedikt Peetz2025-12-09
|
* feat(crates/rocie-server): Get closer to feature parity between rocie and grocyBenedikt Peetz2025-11-28
|
* test(crates/rocie-server/testenv/init): Automatically choose the port and ↵Benedikt Peetz2025-10-08
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.