odoo/addons/web/tests/__init__.py

10 lines
176 B
Python

# -*- coding: utf-8 -*-
from . import test_dataset, test_menu, test_serving_base, test_js
fast_suite = []
checks = [
test_dataset,
test_menu,
test_serving_base,
]