- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/xidianwlc/ruce
软件介绍
ruce自动化测试工具简介:
1,如测是一个规范化的http接口测试工具,目前支持对http请求的get和post协议测试。
2,如测完成的工作就是对一个或者多个http请求接口的数据校验工作。
3,如测是基于unittest的一个http测试框架,编写测试用例风格与unitest相似。
ruce依赖:
1,引入新的requests包来分析http请求.
2,引入新的模板包jinjia2来处理模板文件。
3,引入yaml包来使用配置文件管理的功能。
4,依赖包均在depends目录中,直接安装上去即可
5,Python版本仅在Python2.7.6版本以上测试,理论2.7版本的均可以使用本包。
Text Processing in Python
David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!
