Daily updates from Odoo
Friday, September 6, 2019
1 change · master
Code cleanup and technical improvements
This change streamlines Odoo's mail test suite by creating less default test data and removing duplicate checks. It should make internal testing easier to maintain and potentially faster, without changing how business users interact with the product.
Original PR description
Purpose of this commit is to remove some default data creation in base mail test class and remove some duplicate tests. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr