摘要:
一:说明 使用pytest 框架的时候,我们可以对测试结果,生成测试报告 支持的第三方插件有很多,我们以 pytest-html 为例说明 二:pytest-html pip install pytest-html # 安装第三方库 # test_case1.py文件 def test_case01 阅读全文
摘要:
一:使用说明 (1)初次运行配置用户信息(在 cmd 里运行或在git bash中) git config --global user.name "用户名" git config --global user.email 邮箱地址 (2)pycharm中配置git 打开pycharm >找到setti 阅读全文