Comment 2 for bug 219845

Revision history for this message
Christophe Combelles (ccomb) wrote :

Fortunately there is a quick way to do functional tests with blobs :

Use :
from zope.file.testing import FunctionalBlobDocFileSuite
instead of :
from zope.app.testing.functional.FunctionalDocFileSuite

However, since zope.file already depends on zope.app.testing, it would be better to move the blob testing support from zope.file to zope.app.testing.