queue icon indicating copy to clipboard operation
queue copied to clipboard

[18.0] Tests "doctest" are no longer run since Odoo 18

Open florentx opened this issue 8 months ago • 1 comments

It can be seen on Github CI for 18.0 branch and related PRs. For example the doctests embedded in queue_job.jobrunner.channels are not run.

This is due to changes in Odoo test loader:

  • odoo/odoo#148660
  • odoo/odoo#157121

~Maybe it is because of the 2nd PR above.~

It is because Odoo test loader does not call anymore standard unittest.TestLoader().loadTestsFromModule(...)

florentx avatar Jun 03 '25 08:06 florentx

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

github-actions[bot] avatar Nov 30 '25 12:11 github-actions[bot]