Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Odoo-test-helper
by
Tecnativa. S. L., Pedro M. Baeza
It's useful indeed, thanks. Note that a similar technique was already used in modules like `base_multi_company`: https://github.com/OCA/multi-company/blob/12.0/base_multi_company/tests/test_multi_company_abstract.py#L19
I think this should be included in https://github.com/OCA/oca-decorators (and maybe change its name to ocalib or similar), or convert it to a decorator over a class. If we split a lot the number of helpers libraries across OCA, it would be impossible to follow them. Having grouped in one library, will help the discovering and also to join efforts in the maintenance.
Regards.