zopefoundation / persistent

automatic persistence for Python objects
https://pypi.org/project/persistent/
Other
46 stars 28 forks source link

Reach 100% coverage #80

Closed jamadden closed 6 years ago

jamadden commented 6 years ago

In tox only for now, coveralls coming in a followup PR or commit.

There are also two minor pure-python bug fixes I discovered.

Addresses #76.

jamadden commented 6 years ago

Thanks. For the most part it's very small changes, just quite a few of them. The most potentially disruptive change is in init.py, which I simplified substantially, including taking out an attempted import of persistent.TimeStamp (note case) which should always fail. As far as I can see that's a rename that happened in the distant past.

I'll add this to CHANGES.