Metadata-Version: 2.1
Name: Rado
Version: 0.0.1
Summary: The InterFace Test Framework based on PyTest, Request and Allure
Home-page: https://github.com/TheoTT/my_doc
Author: lit
Author-email: tt137378245@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: allure-pytest (==2.6.5)
Requires-Dist: Click (==7.0)
Requires-Dist: colorama (==0.4.1)
Requires-Dist: colorlog (==4.0.2)
Requires-Dist: datatest (==0.9.6)
Requires-Dist: jsonpath (==0.81)
Requires-Dist: paramiko (==2.5.0)
Requires-Dist: xlrd (==1.2.0)
Requires-Dist: requests (==2.22.0)
Provides-Extra: rado

# Rado_InterFace_test

执行前置条件 - 读取接口信息（请求方法、URL、参数）- 发送请求 - 
验证结果（checkpoints、validate）- 执行后置收尾工作。


## 需求说明



