plone / plone.testing

Provides tools for writing unit and integration tests in a Zope and Plone environment. It is not tied to Plone, and it does not depend on Zope 2 (although it has some optional Zope 2-only features)
https://pypi.org/project/plone.testing/
3 stars 9 forks source link

Fuzzy match object __repr__s to keep up with Zope changes #53

Closed Rotonen closed 6 years ago

Rotonen commented 6 years ago

Part of https://github.com/plone/Products.CMFPlone/issues/2547

Rotonen commented 6 years ago

Greetings to https://github.com/zopefoundation/zope.site/issues/8 - we hit this here as well, the oid can contain either ' or " and that changes the world for the doctest assertions.