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

13 lines
162 B
Python

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