[ADD] big bit on new import: pretty much everything but o2m
[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: