aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rocie-server/tests/units (unfollow)
Commit message (Collapse)Author
2026-03-19chore(treewide): Add missing license headersBenedikt Peetz
2025-12-09style(rocie-server): FormatBenedikt Peetz
2025-12-09feat(rocie-server): Implement basic user handling and authenticationBenedikt Peetz
2025-11-28feat(crates/rocie-server): Get closer to feature parity between rocie and grocyBenedikt Peetz
2025-10-08test(crates/rocie-server/testenv/init): Automatically choose the port and ↵Benedikt Peetz
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.