[FIX] *: assertAlmostEqual parameters identification
purchase_stock, point_of_sale, sale_mrp
What are the steps to reproduce your issue?
When Odoo.sh runs unit tests on a development branch,
it tests the code in the MRP module for rounding errors.
What is the current behavior that you observe?
I had a customization that introduced a rounding error in the standard MRP module.
When the unit tests ran on the development branch, I got a traceback.
What would be your expected behavior in this case?
The rounding error should be reported as a failed test with a message. No traceback.
opw-3454998
closes odoo/odoo#131418
Signed-off-by:
William Henrotin (whe) <whe@odoo.com>
Showing
- addons/point_of_sale/tests/test_pos_products_with_tax.py 1 addition, 1 deletionaddons/point_of_sale/tests/test_pos_products_with_tax.py
- addons/purchase_stock/tests/test_anglo_saxon_valuation_reconciliation.py 1 addition, 1 deletion..._stock/tests/test_anglo_saxon_valuation_reconciliation.py
- addons/purchase_stock/tests/test_stockvaluation.py 20 additions, 20 deletionsaddons/purchase_stock/tests/test_stockvaluation.py
- addons/sale_mrp/tests/test_sale_mrp_kit_bom.py 2 additions, 2 deletionsaddons/sale_mrp/tests/test_sale_mrp_kit_bom.py
Loading