7 lines
190 B
Python
7 lines
190 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import common
|
||
|
from . import test_flows_live
|
||
|
from . import test_flows_mocked
|
||
|
from . import test_invoice_xml
|