[MERGE] forward port of branch saas-3 up to revid 5060 chs@openerp.com-20140206131116...
[odoo/odoo.git] / openerp / tests / addons / test_impex / tests / __init__.py
1 # -*- coding: utf-8 -*-
2
3 from . import test_export, test_import, test_load
4
5 fast_suite = [
6 ]
7
8 checks = [
9     test_export,
10     test_import,
11     test_load,
12 ]
13
14 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: