mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
![]() The test was checking things would work properly with required_statuses being an empty string, because I'd also forgotten an empty field becomes stored as `False` in the database, so trying things out live neither the PRs nor the staging would work as their assumption that they could straight split the required_statuses would always fail. Update the test to better match expectations, and hopefully this is the end of that saga. |
||
---|---|---|
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.