[IMP]Remove serverwarning
[odoo/odoo.git] / openerp / tests / addons / test_impex / tests / __init__.py
1 # -*- coding: utf-8 -*-
2
3 from . import test_export, test_import
4
5 fast_suite = [
6 ]
7
8 checks = [
9     test_export,
10     test_import,
11 ]
12
13 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: