This question has been flagged

Are unit tests in odoo 11 supposed to run serially. That is, install a module X and then immediately run its unit tests. Or does Odoo wait to install all modules first and then run its unit tests all at once?

The problem I have is that I developed a custom module A that extends odoo module X but now I get errors in the unit tests of X. Do I have to modify unit tests of X ? Please advice.

Thanks.     

Avatar
Discard