mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-15 10:42:06 +00:00
7 lines
210 B
Python
7 lines
210 B
Python
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
from . import test_name
|
||
|
from . import test_onchange
|
||
|
from . import test_config
|
||
|
from flectra.addons.partner_firstname.tests import test_empty
|