mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-15 10:42:06 +00:00
14 lines
294 B
Python
14 lines
294 B
Python
|
# © 2014 Nemry Jonathan (Acsone SA/NV) (http://www.acsone.eu)
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
from . import (
|
||
|
test_create,
|
||
|
test_defaults,
|
||
|
test_delete,
|
||
|
test_empty,
|
||
|
test_name,
|
||
|
test_onchange,
|
||
|
test_user_onchange,
|
||
|
test_order,
|
||
|
)
|