摘要:
1. 运行用例类的时候,遵守了pytest框架的用例命名规范,还是收集不到cases;运行主文件时,报 cannot collect test class 'TestAppoint' because it has a __init__ constructor --报错原因:用例类中继承了BaseAp 阅读全文
摘要:
1. Python中无法使用Selenium,显示ValueError: Timeout value connect was ……, but it must be an int, float or None 解决办法: selenium 库版本是3.141.0,urllib3库版本更新为1.26.2 阅读全文