Skip to content

Recommendations tests

Summary

Contains tests for the movie recommendations microservice.

Changes

  • added unit testing and integration testing
  • configuted the pom.xml and application.yml to contain the necessary dependencies so that the tests can run

Additional context

  • the pipeline needs to be changed so that the it does not cause an error saying I have unused imports even though those imports are needed and also to not cause an error for not naming my test methods correctly, even though I am using a correct naming convention.
  • also I am unable to test negative sceneraions, because the rest controller only returns sucessful responses

Merge request reports