[MERGE] forward port of branch saas-3 up to revid 5060 chs@openerp.com-20140206131116...
[odoo/odoo.git] / openerp / tests / addons / test_converter / tests / __init__.py
1 # -*- coding: utf-8 -*-
2
3 from . import test_html
4
5 fast_suite = [
6 ]
7
8 checks = [
9     test_html
10 ]
11
12 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: