07 2021 档案
Python3.8 执行报错“ configparser.NoSectionError: No section: 'server'”问题解决方法
摘要:学习测试框架,读取配置文件使用到了configparser库,但是读取server.ini配置文件,运行时报错: Traceback (most recent call last): File "E:/project/接口自动化测试实战/Util/handle_init.py", line 42, 阅读全文
posted @ 2021-07-19 23:10 paomianzhong 阅读(1716) 评论(0) 推荐(0)
Git的使用
摘要:1、 环境配置 当安装Git后首先要做的事情是设置用户名称和email地址。这是非常重要的,因为每次Git提交都会使用该用户信息 修改用户信息配置 $ git config --global user.name “xxx” $ git config --global user.email “xxx@ 阅读全文
posted @ 2021-07-14 18:22 paomianzhong 阅读(79) 评论(0) 推荐(0)