UFRN-URNAI / urnai-tools

A modular Deep Reinforcement Learning library that supports multiple environments, made with Python 3.6.
Apache License 2.0
5 stars 8 forks source link

Find out why a Mock doesn't cover the unit tests in PersistencePickle #111

Open CinquilCinquil opened 2 weeks ago

CinquilCinquil commented 2 weeks ago

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.

image