odoo/enterprise#81886

Created by POS IoT, David Monnom (moda)
Closed
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 with test_01_pos_basic_order in pos_pricelist tour.

  • The test test_product_combo_price is removed since test content is duplicate in test_07_product_combo which also tests prices.

  • The test test_autofill_cash_count is merged with test_properly_display_price since it is a sub-test of it.

  • The test test_product_search_2 is merged with test_product_search

  • Tests test_rounding_up, test_rounding_down and test_rounding_half_up are deleted since class TestPosCashRounding already tests rounding.

task-4467373