odoo/addons/website/tests/__init__.py

5 lines
100 B
Python

# -*- coding: utf-8 -*-
import test_views, test_converter
checks = [ test_views, test_converter, ]