mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
9eecd12db1
Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
12 lines
445 B
Python
12 lines
445 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
# The order of these tests is important, as the last one will uninstall this
|
|
# module. Ideally, the tests would be independent from one another but for now,
|
|
# ensure this order.
|
|
|
|
from . import test_crawl
|
|
from . import test_new_page_templates
|
|
from . import test_theme_scope
|
|
from . import test_theme_upgrade
|
|
# This test should be last.
|
|
from . import test_theme_standalone
|