summaryrefslogtreecommitdiff
path: root/server/src/tests.rs
AgeCommit message (Collapse)Author
2025-01-07Add remote & branch to project and reviewJoel Klinghed
Preparing for git connection.
2025-01-03Add more testsJoel Klinghed
Use project_check_maintainer correctly, should not panic (by .unwrap) but forward the error (by ?).
2025-01-03Add initital testsJoel Klinghed
Also add /users endpoint.