web_editor/tests/__init__.py
Данил Воробьев 2db2b9d3eb initial commit
2024-05-03 09:47:49 +00:00

10 lines
270 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_controller
from . import test_converter
from . import test_odoo_editor
from . import test_diff_utils
from . import test_views
from . import test_tools