-
- Downloads
[REM] core: assertion reports
That's a not-very-useful subset of OdooTestResult, so: * make results merge-able (aka add ability to update a result with the contents of another) * remove support for test data files, and transmission of the assertion report thing through the data-files loading * replace "legitimate" uses of assertion report by test result * have run_unit_tests manipulate and return a result instead of weird flags & ternaries
Showing
- addons/website/tests/test_qweb.py 1 addition, 1 deletionaddons/website/tests/test_qweb.py
- odoo/modules/loading.py 10 additions, 25 deletionsodoo/modules/loading.py
- odoo/modules/registry.py 2 additions, 2 deletionsodoo/modules/registry.py
- odoo/service/server.py 7 additions, 9 deletionsodoo/service/server.py
- odoo/tests/loader.py 5 additions, 9 deletionsodoo/tests/loader.py
- odoo/tests/runner.py 15 additions, 0 deletionsodoo/tests/runner.py
- odoo/tools/assertion_report.py 0 additions, 28 deletionsodoo/tools/assertion_report.py
- odoo/tools/convert.py 5 additions, 8 deletionsodoo/tools/convert.py
Loading
Please register or sign in to comment