impresso / impresso-pycommons

Python module with bits of code (objects, functions) highly reusable within impresso.
http://impresso-pycommons.rtfd.io/
GNU Affero General Public License v3.0
3 stars 3 forks source link

improve test coverage of `impresso_commons.images.*` #68

Open mromanello opened 3 years ago

mromanello commented 3 years ago

Currently there test coverage of module impresso_commons.images is pretty limited. It's important to improve its coverage as the module uses the library opencv and currently we don't have a way to ensure that upgrading opencv to a more recent version won't break our code. The version we are currently using is pretty old and does not support more recent python versions like 3.8.*.