Files
design-themes/test_themes/tests/__init__.py
T
Romain Derie 14c3bbb9ff [IMP] test_themes: add test for fix about primary template generation
See previous commit.

closes odoo/design-themes#760

X-original-commit: 4cdd1db20c
Related: odoo/odoo#150524
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
2024-01-26 13:30:38 +00:00

8 lines
232 B
Python

# -*- coding: utf-8 -*-
# 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_standalone
from . import test_theme_upgrade