about summary refs log tree commit diff stats
path: root/crates/rocie-server/tests (follow)
Commit message (Collapse)AuthorAge
* 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.
* feat(crates/rocies-server): Don't make the newtype wrappers transparent in ↵Benedikt Peetz2025-09-23
| | | | | | the openapi spec This makes using the generated code significantly easier and type safer.
* feat(treewide): Add tests and barcode buying/consumingBenedikt Peetz2025-09-23