Need to write unit tests for the attached python module.

Wanted to create mock objects for logger concept.

need help in creating and using logger mock objects for writing unit tests for display function

logger has 2 functions: log and info...