summaryrefslogtreecommitdiff
path: root/addons/website/tests/__init__.py
blob: efde81df5007b9db342f820d3465f324ee3690ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_attachment
from . import test_base_url
from . import test_converter
from . import test_crawl
from . import test_get_current_website
from . import test_lang_url
from . import test_menu
from . import test_page
from . import test_performance
from . import test_qweb
from . import test_res_users
from . import test_theme
from . import test_ui
from . import test_views
from . import test_views_inherit_module_update
from . import test_website_favicon
from . import test_website_reset_password
from . import test_website_visitor
from . import test_controllers
from . import test_snippets