Metadata-Version: 2.1
Name: rrtv-httprunner
Version: 2.0.0
Summary: One-stop solution for HTTP(S) testing.
License: Apache-2.0
Keywords: HTTP,api,test,requests,locustio
Author: chenfanghang
Author-email: chenfanghang@foxmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Provides-Extra: allure
Provides-Extra: locust
Provides-Extra: upload
Requires-Dist: PyMySQL (>=1.0.2,<2.0.0)
Requires-Dist: allure-pytest (>=2.8.16,<3.0.0); extra == "allure"
Requires-Dist: black (>=19.10b0,<20.0)
Requires-Dist: deepdiff (>=5.5.0,<6.0.0)
Requires-Dist: filetype (>=1.0.7,<2.0.0); extra == "upload"
Requires-Dist: jinja2 (>=2.10.3,<3.0.0)
Requires-Dist: jmespath (>=0.9.5,<0.10.0)
Requires-Dist: jsonpath (>=0.82,<0.83)
Requires-Dist: locust (>=1.0.3,<2.0.0); extra == "locust"
Requires-Dist: loguru (>=0.4.1,<0.5.0)
Requires-Dist: pydantic (>=1.4,<2.0)
Requires-Dist: pymongo (>=3.11.3,<4.0.0)
Requires-Dist: pytest (>=5.4.2,<6.0.0)
Requires-Dist: pytest-html (>=2.1.1,<3.0.0)
Requires-Dist: pyyaml (>=5.1.2,<6.0.0)
Requires-Dist: redis (>=3.5.3,<4.0.0)
Requires-Dist: requests (>=2.22.0,<3.0.0)
Requires-Dist: requests-toolbelt (>=0.9.1,<0.10.0); extra == "upload"
Requires-Dist: sentry-sdk (>=0.14.4,<0.15.0)
Description-Content-Type: text/markdown


# HttpRunner

*Rrtv-HttpRunner* httprunner-plus版本，对httprunner若干功能进行了优化与增强 ✨ 🚀 ✨


## 新增功能

- 请求：1.支持form-date传参. 2.支持xml传参
- 断言：1.新增字符串断言. 2.新增if逻辑断言 3.优化断言逻辑
- 其他：1.集成mysql，redis，mongodb，shell等命令. 2.支持执行前后置操作.



