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

7 lines
82 B
Python

# -*- coding: utf-8 -*-
from . import test_convert
checks = [
test_convert
]