- 博客(8)
- 收藏
- 关注
原创 gitee推送失败,提示提交github仓库时提示未能对git remote进行身份验证的愚蠢原因
尝试了Zhangmengping、zhangmengping、zhangmengping@163.com均失败了。尝试好多次之后注意到了gitee文件夹的命名,发现用户名格式应该是zhang-mengping。推送到远程分支的时候要求我输入用户名和密码。
2025-08-04 14:17:04
166
原创 Pytest框架基础学习-从零建立
test_demo01.py #详细用例,一定要以test_开头或_test结尾(根据ini文件中命名规则)pytest.ini #pytest基础设置文件(标记内容、命名规则、执行路径)根据标记指定对应用例运行python -m pytest -m injection。>testcase #放置用例的文件。若报错尝试 python -m pytest。在对应终端输入pytest。
2025-05-13 15:44:10
157
原创 VScode扩展页报错,无法连接外网时本地获取导入插件教程(中文包)
VScode扩展页报错,无法连接外网时本地获取导入插件教程(中文包/其他包)
2025-02-27 11:07:31
1048
原创 selenium安装、pip升级、更换国内源
pip3 uninstall selenium #卸载原先安装好的selenium重装失败,原因:原本pip工具等级低,无pip3版本使用 更改为pip uninstall selenium可正常安装ERROR: Command errored out with exit status 1:python setup.py egg_info Check the logs for full command output. #提醒pip等级低sudo python3 -m pip i...
2022-04-10 17:49:48
7073
原创 selenium自动化测试火狐浏览器驱动报错解决 Process unexpectedly closed with status: 1
1.火狐驱动geckodriver安装成功,也放在了/urs/bin和/usr/local/bin以及python目录下。但仍旧反复报错。2.启动浏览器代码from selenium import webdriverfirefox_Driver=webdriver.Firefox()发生错误提示如下:selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with statu
2022-01-11 15:37:03
6345
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅