摘要: 1.Pytest安装 官网:https://docs.pytest.org/en/latest/getting-started.html#run-multiple-tests pip命令安装:pip install -U pytest 2.创建第一个测试 创建一个名为 的新文件test_sample 阅读全文
posted @ 2021-07-15 14:36 assdotchen 阅读(70) 评论(0) 推荐(0)
摘要: 1、下载: 地址:https://github.com/dreamhead/moco,可以直接下载jar包 2、运行: moco项目是采用java开发的,所以启动moco前,需要安装jdk,然后把jar包和.json放在同一个文件路径下,在此路径执行cmd命令 E:\moco>java -jar m 阅读全文
posted @ 2021-07-14 14:36 assdotchen 阅读(88) 评论(0) 推荐(0)