feat: add system quality improvement plan and implementation
This commit is contained in:
@@ -3,6 +3,7 @@ testpaths = tests
|
||||
python_files = test_*.py
|
||||
python_classes = Test*
|
||||
python_functions = test_*
|
||||
pythonpath = .
|
||||
addopts =
|
||||
-v
|
||||
--strict-markers
|
||||
@@ -16,6 +17,11 @@ markers =
|
||||
user: 用户管理测试
|
||||
role: 角色管理测试
|
||||
dictionary: 字典管理测试
|
||||
dict: 字典管理测试
|
||||
config: 系统配置测试
|
||||
audit: 审计日志测试
|
||||
notice: 通知公告测试
|
||||
file: 文件管理测试
|
||||
oauth2: OAuth2相关测试
|
||||
smoke: 冒烟测试
|
||||
regression: 回归测试
|
||||
|
||||
Reference in New Issue
Block a user