mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] test_themes: add tests to ensure theme compatibility with website
This commit adds a test that makes sure templates can be rendered on all themes and that they neither contain duplicate classes nor contradicting ones. Covered templates: - snippet blocks - configurator snippet customizations - new page template snippet customizations task-3562147 closes odoo/design-themes#731 Related: odoo/odoo#139572 Signed-off-by: Romain Derie (rde) <rde@odoo.com>
This commit is contained in:
committed by
Romain Derie
parent
9984745d3d
commit
758e2ab819
@@ -2,4 +2,5 @@
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from . import test_crawl
|
||||
from . import test_new_page_templates
|
||||
from . import test_theme_upgrade
|
||||
|
||||
Reference in New Issue
Block a user