You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
312 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 . import test_parse_inline_template