mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-19 02:12:06 +02:00
9 lines
271 B
Python
9 lines
271 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 *
|