15 Mar
2009
15 Mar
'09
6:18 p.m.
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