Skip to content

Movie recommendation tests

Petr Wehrenberg requested to merge feat/tests-movie-recommendation into main

I was looking at the stuff you were modifying for the new services so I changed the structure of the tests a bit (like you did for the user modules), made a few minor changes and uploaded new unit tests for the service where mocking is used so that you don't have to keep creating the fake server.

I also tried to add it to CI to make it run in parallel when split into such large areas.

Merge request reports