runbot/runbot/tests
Xavier-Do d0dff374b0 [FIX] runbot: fix previous versions computation
ORM does not support non_searchable.non_stored dependency.
thus, the closest_sticky.previous_version dependency will log an error
when previous_version is written.
this dependency is usefull to make the compute recursive, avoiding to have
both record and record.closest_sticky in self, in that order, making the record.previous_version
empty in all cases.
Writing self on sticky will mitigate the problem. but it is still posible to
have computation errors if defined_sticky is not sticky. (which is not a normal use case)
2020-01-14 13:24:58 +01:00
..
__init__.py [IMP] runbot: refactor tests 2019-12-02 16:36:56 +01:00
common.py [IMP] runbot: addapt tests to 13.0 2020-01-14 13:24:57 +01:00
test_branch.py [FIX] runbot: fix previous versions computation 2020-01-14 13:24:58 +01:00
test_build_config_step.py [IMP] runbot: custom python result 2019-12-18 14:31:49 +01:00
test_build_error.py [IMP] runbot: addapt tests to 13.0 2020-01-14 13:24:57 +01:00
test_build.py [FIX runbot: remove _update_nb_children] 2020-01-14 13:24:58 +01:00
test_command.py [FIX] runbot: remove dash options in generated config file 2019-12-02 16:45:13 +01:00
test_cron.py [REF] runbot: refactor sheduler 2019-12-18 16:30:01 +01:00
test_event.py [IMP] runbot: refactor tests 2019-12-02 16:36:56 +01:00
test_frontend.py [IMP] runbot: simplify views and adapt to odoo13 2020-01-14 13:24:58 +01:00
test_repo.py [IMP] runbot: addapt tests to 13.0 2020-01-14 13:24:57 +01:00
test_schedule.py [IMP] runbot: addapt tests to 13.0 2020-01-14 13:24:57 +01:00