Files
test/password_security/tests/__init__.py
qihao.gong@jikimo.com 3544c6a957 密码策略模块测试
2023-07-10 17:33:06 +08:00

9 lines
207 B
Python

# Copyright 2015 LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from . import (
test_password_security_home,
test_password_security_session,
test_res_users,
)