摘要: pip安装 pip install pytest-html 编写脚本 import pytest class TestClass(object): def test_one(self): x = "this" assert 'h' in x def test_two(self): x = "hell 阅读全文
posted @ 2020-07-23 14:43 Harry_666 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 安装pytest 命令行输入: pip install -U pytest 检查是否安装了正确的版本: λ pytest --version This is pytest version 5.3.5, imported from e:\python37\lib\site-packages\pytes 阅读全文
posted @ 2020-07-23 14:14 Harry_666 阅读(426) 评论(0) 推荐(0) 编辑