Daily updates from Odoo
Friday, November 23, 2018
1 change · master
Code cleanup and technical improvements
The survey app’s automated tests were reorganized to make them easier to maintain and extended to cover the survey completion flow through the portal. This helps reduce future regressions and improves confidence in survey-related changes without altering normal user functionality.
Original PR description
Purpose of this merge is to clean survey tests and add some more. This merge holds several commits that * create a common file holding test data and tools methods to create questions, answers and answerlines as well as implemented some custom assertions; * clean exiting tests by removing tests about implementation details and unnecessary code; * expand tests by adding a functional test using survey routes and controllers; This merge is linked to task ID 1911238 and PR #28831 .