Changed the name of the PR to be consistent with the first unittest PR we had.
Due to the most recent bugfix and hotfix PRs, some of the previously written unit tests were not working properly. Updated those unit tests to reflect the most recent changes on our implementation.
Also there was a print statement left in one of the Recommendation related unittests. Removed that as well. Now, it's ready to go.
python manage.py test .
python manage.py test -k <name_of_the_function>
rm test-output/*