blob: 38da45776858370b50c215f2a5ed9bbf8ecfdcb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_controller_args
from . import test_custom_snippet
from . import test_error
from . import test_is_multilang
from . import test_multi_company
from . import test_performance
from . import test_redirect
from . import test_reset_views
from . import test_session
from . import test_views_during_module_operation
|