摘要: 一、环境准备(python3.7) 1.安装facebook-wda 给python安装facebook-wda扩展,sudo pip install --pre facebook-wda 从github上下载facebook-wda,git clone https://github.com/ope 阅读全文
posted @ 2020-08-17 18:46 拂晓lu 阅读(659) 评论(0) 推荐(0) 编辑
摘要: 1.assert assert xx 判断xx为真 assert not xx 判断xx不为真 assert a in b 判断b包含a assert a == b 判断a等于b assert a != b 判断a不等于b 2.pytest.ini cmd执行:pytest --help #查看py 阅读全文
posted @ 2020-08-17 14:30 拂晓lu 阅读(1279) 评论(0) 推荐(0) 编辑