mis-builder/mis_builder/tests/test_accounting_none.py

9 lines
239 B
Python
Raw Permalink Normal View History

2021-03-23 19:12:57 +00:00
# Copyright 2014 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from ..models import accounting_none
from .common import load_doctests
load_tests = load_doctests(accounting_none)