zopefoundation / zodbpickle

Fork of Python's pickle module to work with ZODB
Other
17 stars 15 forks source link

Doctests in pickletools_*.py do not seem to be run #44

Closed icemac closed 4 years ago

icemac commented 5 years ago

According to coveralls.io the doctests in pickletools_2.py and pickletools_3.py do not seem to be run. At least some functions have no test coverage at all but have a doctest in the docstring which should call the function.

See https://coveralls.io/builds/20695831/source?filename=src/zodbpickle/pickletools_3.py#L385 as an example.