2021-05-10 15:45:35 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
2024-02-29 11:01:36 +01:00
|
|
|
# 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.
|
2021-05-10 15:45:35 +02:00
|
|
|
|
|
|
|
|
from . import test_crawl
|
2023-10-26 16:55:34 +02:00
|
|
|
from . import test_new_page_templates
|
2022-05-10 15:28:02 +00:00
|
|
|
from . import test_theme_upgrade
|
2024-02-29 11:01:36 +01:00
|
|
|
# This test should be last.
|
|
|
|
|
from . import test_theme_standalone
|