Find out why a Mock doesn't cover the unit tests in PersistencePickle
Opened this issue · 0 comments
CinquilCinquil commented
The command coverage report -m
shows that the lines 33-38 in the PersistencePickle class are not covered by tests, even though tests for that part exist. The purpouse of this issue is to find out why this happens and implement a solution.