server-ux icon indicating copy to clipboard operation
server-ux copied to clipboard

[16.0][IMP] date_range: Import odoo_test_helper inside setUpClass.

Open amh-mw opened this issue 2 months ago • 1 comments

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.

amh-mw avatar Sep 05 '25 12:09 amh-mw