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

14 lines
197 B
Python

# -*- coding: utf-8 -*-
from . import test_export, test_import
fast_suite = [
]
checks = [
test_export,
test_import,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: