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

13 lines
184 B
Python

# -*- coding: utf-8 -*-
from . import test_inheritance, test_extension, test_delegation
fast_suite = [
]
checks = [
test_inheritance,
test_extension,
test_delegation,
]