9 lines
307 B
9 lines
307 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2016-2017 LasLabs Inc.
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
from . import test_main
|
|
from . import test_post_migrate
|
|
from . import test_res_users
|
|
from . import test_res_users_authenticator
|
|
from . import test_res_users_authenticator_create
|