odoo/enterprise#81886
Created by POS IoT, David Monnom (moda)
- label
- odoo-dev:master-cleaning_test_in_pos-moda
- head
- 7a687fc6cf12e81fd4d042fd509911fe9d85d4d3
odoo/odoo | odoo/enterprise | |
---|---|---|
master | #202732 | #81886 |
[IMP] pos_restaurant_preparation_display: cleaning tests
Cleaning all tours and tests in PoS related modules, removing duplicated tests and tours, and fixing some issues in the tests.
Deleted / merged tests:
-
The test
test_01_pos_basic_order
is now splitted in separate method to easier debug and maintain. -
The test
test_06_pos_discount_display_with_multiple_pricelist
is merged withtest_01_pos_basic_order
inpos_pricelist
tour. -
The test
test_product_combo_price
is removed since test content is duplicate intest_07_product_combo
which also tests prices. -
The test
test_autofill_cash_count
is merged withtest_properly_display_price
since it is a sub-test of it. -
The test
test_product_search_2
is merged withtest_product_search
-
Tests
test_rounding_up
,test_rounding_down
andtest_rounding_half_up
are deleted since classTestPosCashRounding
already tests rounding.