(powershell 7) 安装及 Pycharm 上的配置
摘要:1. windows 上更新 powershell 下载地址(此处需要爬下墙): https://github.com/PowerShell/PowerShell 选择一个 LTS 版本 直接手动安装,完成完成后,会自动添加到 PATH 中,如果没有,可以手动配置 # 打开powershell $P
阅读全文
posted @
2024-01-20 22:55
bruce_he
阅读(511)
推荐(0) 编辑
读后笔记 -- Pytest框架与自动化应用 Chapter4:DDT 和 参数传递
摘要:4.2 参数化应用 1. 单一参数化 / 多参数化 # content of test_mark_parametrize.py mport pytest @pytest.mark.parametrize("test_case", [1, 2, 3, 'orange', 'apple']) def t
阅读全文
posted @
2024-01-15 21:22
bruce_he
阅读(94)
推荐(0) 编辑