Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit tests for POST requests of the REST API. #1297

Open
Tracked by #93
UmenR opened this issue May 28, 2021 · 0 comments
Open
Tracked by #93

Add unit tests for POST requests of the REST API. #1297

UmenR opened this issue May 28, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@UmenR
Copy link
Member

UmenR commented May 28, 2021

Currently, the unit tests that have been written for the REST API [1] consists of tests that cover HTTP GET requests. This means only the handler methods that do information retrieval are covered by these unit tests.

We need to add unit tests that cover handler methods involved in the creation/manipulation of data.

[1]https://github.com/elimu-ai/webapp/tree/master/src/test/java/ai/elimu/rest/v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants