[Zope-dev] zope.testing.doctestunit and BBB
Lennart Regebro
regebro at gmail.com
Sun Dec 20 17:12:14 EST 2009
On Sun, Dec 20, 2009 at 17:36, Marius Gedminas <marius at gedmin.as> wrote:
> My app's buildbot went all red last night, because its config wants the
> latest zope.testing (for our developers' convenience), and the latest
> zope.testing release no longer ships its own copy of doctest.py, I
> guess:
No, it's still there.
> from zope.testing.doctestunit import DocTestSuite
doctestunit? It's in doctest. That line should be:
from zope.testing.doctest import DocTestSuite
--
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
More information about the Zope-Dev
mailing list