← Back to team overview

openerp-community team mailing list archive

Re: Start using runbot

 

On Thu, Mar 6, 2014 at 11:23 AM, Alexandre Fayolle <
alexandre.fayolle@xxxxxxxxxxxxxx> wrote:

>  Weaknesses found so far: [...], and testing all available modules is not
> easy (yet). But we are working on it.
>

Hi Alexandre,

Have you tried "post-buildout-steps = openerpcommand-initialize-tests"?
It's fairly recent, but should tests all available modules using
openerp_command --all-modules.

Here is an example MANIFEST.cfg for 7.0 which basically runs the same tests
as runbot.

[7.0]
buildout = standalone 7.0.cfg
watch = bzr lp:openobject-server/7.0
        bzr lp:openobject-addons/7.0
        bzr lp:openerp-web/7.0
post-buildout-steps = openerpcommand-initialize-tests

-sbi

Follow ups

References