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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to