Comment 1 for bug 707015

Revision history for this message
Jonathan Lange (jml) wrote :

Actually, the bug is that DocTestCase.id() returns unhelpful information. If we change zope.testing to use str(test), then all of the real unit tests will have bad ids. Perhaps we can do a type-based check to work around the doctest defect.