[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:
Benoit Socias
2023-10-26 16:55:34 +02:00
committed by Romain Derie
parent 9984745d3d
commit 758e2ab819
2 changed files with 209 additions and 0 deletions
+1
View File
@@ -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