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
This might be better implemented in integration tests rather than unit tests. In rust, unit tests are written in private (conditionally compiled) code blocks within the src/ folder. Integration tests are binary executables located in the tests folder.
I'm working on this now and found that REST API pagination was not properly implemented. I fixed this locally, but #18 still needs to be addressed as well.
Currently, the testing of our REST API calls is lacking because I have not resolved #9
This is a reminder to use a mock library when writing the new tests. The mockito library seems the most popular and well maintained.
The text was updated successfully, but these errors were encountered: