mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() The pytest suite had been partially unified between mergebot and forwardport but because of session-scoped modules it could not run across those. Make the db cache lazy and able to cache multiple databases, and move the "current required module" to function scoped, this way things should (and seem to) work properly on runs involving mergebot & fwbot. Next step: xdist! (need to randomise repo names for that, probably). |
||
---|---|---|
forwardport | ||
runbot | ||
runbot_builder | ||
runbot_cla | ||
runbot_merge | ||
.gitignore | ||
conftest.py | ||
README.md | ||
requirements.txt |
Odoo Runbot Repository
This repository contains the source code of Odoo testing bot runbot.odoo.com and related addons.
Runbot
The runbot/
directory holds the main runbot Odoo addon.
Runbot CLA addon
The runbot_cla/
directory contains an Odoo addon that checks CLA.