redis-shake工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
suxb201 992e593e6e bugfix: Fixed testing issues 12 months ago
..
cases bugfix: Resolve CI issues 12 months ago
helpers bugfix: Fixed testing issues 12 months ago
.gitignore feature: Released RedisShake 4.0 version 1 year ago
README.md bugfix: Fixed testing issues 12 months ago
requirements.txt feature: Released RedisShake 4.0 version 1 year ago

README.md

本项目使用 pybbt 工具进行黑盒测试。pybbt 是一个基于 Python 的工具,简化了软件的黑盒测试过程。要运行测试用例,请执行以下命令:

pybbt cases --verbose --flags modules

该命令将以详细日志记录的方式运行 cases 目录中的测试用例,并向测试用例传递 modules 标志。

如果本地没有安装 modules,可以不起用 modules 标志,这样就会跳过需要 modules 的测试用例:

pybbt cases --verbose

更多关于 pybbt 的信息、安装说明和用法示例,请参阅完整的文档: https://pypi.org/project/pybbt/