05 2020 档案

摘要:1 阅读全文
posted @ 2020-05-21 14:46 反着来就对了 阅读(271) 评论(0) 推荐(0)
摘要:我们想要进行精准搜索,无非就是增加筛选条件。 in:name xxx // 按照项目名搜索in:readme xxx // 按照README搜索in:description xxx // 按照description搜索 那么在这里面呢,我们又可以增加筛选条件 stars:>xxx // stars数 阅读全文
posted @ 2020-05-15 13:51 反着来就对了 阅读(151) 评论(0) 推荐(0)
摘要:1. pytest的安装: 1.1. windows下: pip install pytest 1.2. linux下: pip install pytest 2. 安装pytest-allure-adaptor插件 2.1. windows下: pip install pytest-allure- 阅读全文
posted @ 2020-05-07 16:27 反着来就对了 阅读(245) 评论(0) 推荐(0)