odoo/openerp/addons/base/tests/__init__.py

26 lines
452 B
Python

import test_base
import test_expression
import test_ir_actions
import test_ir_attachment
import test_ir_model
import test_ir_values
import test_menu
import test_res_config
import test_res_lang
import test_search
import test_views
checks = [
test_base,
test_expression,
test_ir_actions,
test_ir_attachment,
test_ir_model,
test_ir_values,
test_menu,
test_res_config,
test_res_lang,
test_search,
test_views,
]