Sunday, October 26, 2025
2 changes · 19.0
Resolved issues and error corrections
This update adjusts Odoo’s automated tests to match changes in the Hoot testing framework’s mocked request behavior. It helps keep test results reliable while limiting the changes to internal test code, reducing risk to business features.
Original PR description
## Pull Request HOOT 38 This pull requests brings various improvements and fixes to Hoot and the Odoo unit test ecosystem. See the different commit messages for more details. Note: these changes are made in stable to avoid having to support multiple versions of the HOOT API. As such, these changes are intended to be strictly limited to unit tests as to not put the rest of the code base at risk. Community: https://github.com/odoo/odoo/pull/232536 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/enterprise#97892 Forward-Port-Of: odoo/enterprise#97851
This update improves Odoo's internal Hoot test framework and related unit tests so server errors, failed-test links, logs, and test runner status are handled more clearly. It helps developers diagnose issues faster while keeping the changes limited to the testing ecosystem, reducing risk for day-to-day business users.
Original PR description
## Pull Request HOOT 38 This pull requests brings various improvements and fixes to Hoot and the Odoo unit test ecosystem. See the different commit messages for more details. Note: these changes are made in stable to avoid having to support multiple versions of the HOOT API. As such, these changes are intended to be strictly limited to unit tests as to not put the rest of the code base at risk. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#232706 Forward-Port-Of: odoo/odoo#231263