Coverage for adhoc-cicd-odoo-odoo / odoo / tests / __init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-09 18:05 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-09 18:05 +0000
1"""
2Odoo unit testing framework, based on Python unittest.
4Some files as case.py, resut.py, suite.py are higly modified versions of unitest
5See https://github.com/python/cpython/tree/3.10/Lib/unittest for reference files.
6"""
8from . import common
9from .common import *
10from .form import Form, O2MProxy, M2MProxy