You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: