花非花,雾非雾
临渊羡鱼,不如退而结网。
01 2020 档案
pytest 知识点学习
摘要:1、pytest安装 pip install -U pytest 2、查看安装版本 pip show pytest 3、运行用例 pytest运行规则:查找当前目录及其子目录下以test_*.py或*_test.py文件,找到文件后,在文件中找到以test开头函数并执行。 例子: 运行步骤: (1) 阅读全文
posted @ 2020-01-02 10:44 雨点小 阅读(364) 评论(0) 推荐(0)