[Grok-dev] Re: zope.testing autodiscovery

Wolfgang Schnerring wosc at wosc.de
Tue Jun 24 09:59:57 EDT 2008


Hello,

* Uli Fouquet <uli at gnufix.de> [2008-06-24 11:11]:
> The 2.2 release of z3c.testsetup pulls in zope.app.testing only for the
> internal tests. It is not a requirement any more for simply using the
> package (except you want Zope integration tests, of course). The 'hard'
> requirements now are: setuptools, zope.testing and martian only.

That sounds great! Unfortunately, I'm getting this instead:

Traceback (most recent call last):
  File "myproject/src/helper/test/_test.py",
  line 1, in ?
    import z3c.testsetup
  File "myproject/build/eggs/z3c.testsetup-0.2.3dev_r84470-py2.4.egg/z3c/testsetup/__init__.py",
  line 1, in ?
    from z3c.testsetup.doctesting import UnitDocTestSetup, FunctionalDocTestSetup
  File "myproject/build/eggs/z3c.testsetup-0.2.3dev_r84470-py2.4.egg/z3c/testsetup/doctesting.py",
  line 19, in ?
    from zope.app.testing.functional import (
ImportError: No module named app.testing.functional

Wolfgang


More information about the Grok-dev mailing list