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

14 lines
187 B
Python

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