Monday, October 20, 2025
1 change · master
New functionality added to Odoo
Odoo's test runs now end with a concise recap of failed tests and shortened error details, making it easier to identify what needs attention. This improves developer productivity when reviewing large local test runs without changing business features or customer-facing behavior.
Original PR description
Currently Odoo just logs "X failed, Y errors" at the end of the test suite, and it's up to the developer to hunt down what failed. When running a large number of tests locally, hunting down test failures in the log is a pain in the ass. This adds a recap listing all the failed tests and a truncated error message, even if it's not enough information for the developer's needs it gives them content to search for.