acsone / bobtemplates.odoo

A set of mr.bob templates to use when developing Odoo addons.
GNU Lesser General Public License v3.0
48 stars 47 forks source link

[IMP] Tests Template: allow to choose test class #26

Closed ThomasBinsfeld closed 6 years ago

ThomasBinsfeld commented 6 years ago

Add possibility to choose the test class between TransactionCase, SingleTransactionCase and SavepointCase Default choice remains TransactionCase

sbidoul commented 6 years ago

LGTM