server-ux
server-ux copied to clipboard
[16.0][IMP] date_range: Import odoo_test_helper inside setUpClass.
When running unit tests in an environment that does not have the odoo_test_helper package installed, the resulting "ModuleNotFoundError: No module named 'odoo_test_helper'" kills the entire run, rather than failing only the tests that require the module.