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:
Maybe it is because of the 2nd PR above.
It is because Odoo test loader does not call anymore standard unittest.TestLoader().loadTestsFromModule(...)
It can be seen on Github CI for 18.0 branch and related PRs.
For example the doctests embedded in
queue_job.jobrunner.channelsare not run.This is due to changes in Odoo test loader:
Maybe it is because of the 2nd PR above.It is because Odoo test loader does not call anymore standard
unittest.TestLoader().loadTestsFromModule(...)