write integration tests for all API endpoints
Closed this issue · 2 comments
uliSchuster commented
write integration tests for all API endpoints
uliSchuster commented
Integration tests for all endpoints are now available in the test/
folder. Tests cover base cases and query parameters. They do not yet test for lots of exceptions nor misuse.
jawebada commented
Thanks!