Skip to content
Snippets Groups Projects
Commit 8aa4f424 authored by Alvaro Fuentes's avatar Alvaro Fuentes
Browse files

[IMP] tests: add test_sequence order for tests


We have some tests in odoo/upgrade that are sensitive to the order on
which they are executed. Specifically: IntegrityCase tests need to be
run after all UpgradeCase tests across all Odoo modules.

To support this we implemented a sorting mechanism for tests based on
the test_sequence class attribute. This is intended to be used by meta
cases, not by individual tests.

closes odoo/odoo#66521

Related: odoo/upgrade#2184
Signed-off-by: default avatarDenis Ledoux (dle) <dle@odoo.com>
parent 286e512f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment