密码策略模块测试
This commit is contained in:
8
password_security/tests/__init__.py
Normal file
8
password_security/tests/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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,
|
||||
)
|
||||
Reference in New Issue
Block a user