[Zope-dev] [Zope 2.12] how to test products/packages?

Dieter Maurer dieter at handshake.de
Sun Mar 15 14:18:17 EDT 2009


Andreas Jung wrote at 2009-3-15 18:36 +0100:
> ...
>>>> "test" was a convenient way to test products and packages in the
>>>> context of the instance. How is this use case now supported?
>>> Go with the buildout approach and use the alltests.cfg for testing
>>> support (see alltests.cfg). Means: work with a SVN checkout.
>> 
>> I do not want to test Zope, I want to test *MY* Zope based components.
>>
>
>Then write *your* dieter.cfg containing
>
>[buildout]
>extends = buildout.cfg
>parts += alltests
>
>[alltests]
>recipe = zc.recipe.testrunner
>eggs = dm.foo.bar
>
>and run
>
>buildout -c dieter.cfg

My experience with "buildout" is not good. I want to avoid it.



-- 
Dieter


More information about the Zope-Dev mailing list