mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-18 01:42:06 +02:00
7 lines
232 B
Python
7 lines
232 B
Python
# Copyright 2014 ACSONE SA/NV (<http://acsone.eu>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
from ..models import simple_array
|
|
from .common import load_doctests
|
|
|
|
load_tests = load_doctests(simple_array)
|