mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
13 lines
202 B
Python
13 lines
202 B
Python
from . import (
|
|
test_create,
|
|
test_defaults,
|
|
test_delete,
|
|
test_empty,
|
|
test_name,
|
|
test_partner_form,
|
|
test_user_form,
|
|
test_order,
|
|
test_copy,
|
|
test_config_settings,
|
|
)
|