-
- Downloads
[IMP] base,web,website_sale: add tests for product image and mixin
This commit will add tests for the PR #30656 which added the following commit: 7daa85dd The tests in the current commit achieve 100% code coverage for: - the `image.mixin` - the overridden `image.mixin` methods in `product.product` - the `_get_images` methods of ecommerce - the size logic in method `content_image` (route `/web/image`) PR: #31181
Showing
- addons/web/tests/test_image.py 25 additions, 0 deletionsaddons/web/tests/test_image.py
- addons/website_sale/tests/test_website_sale_image.py 121 additions, 20 deletionsaddons/website_sale/tests/test_website_sale_image.py
- odoo/addons/base/models/image_mixin.py 4 additions, 0 deletionsodoo/addons/base/models/image_mixin.py
Loading
Please register or sign in to comment