mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 06:12:04 +02:00
10 lines
314 B
Python
10 lines
314 B
Python
"""
|
|
Odoo unit testing framework, based on Python unittest.
|
|
|
|
Some files as case.py, resut.py, suite.py are higly modified versions of unitest
|
|
See https://github.com/python/cpython/tree/3.10/Lib/unittest for reference files.
|
|
"""
|
|
|
|
from . import common
|
|
from .common import *
|
|
from .form import Form, O2MProxy, M2MProxy
|