标签:http 怎么办 bsp 倒三角 int image har 怎么 点击
在测试用例模块中右键没有"pytest in test_···"时怎么办?
1.依次点击文件、设置
2.找到工具下的Python Integrated Tools,在Default test runner 中选中pytest
3.点击右上角配置的倒三角,点击编辑配置
4.点击“+”新建配置选择Python tests下的pytest,在右侧配置中选择运行路径(路径可以到模块名,也可以到包名)
现在就可以使用右键快捷方式运行pytest测试用例了。注意上面的路径是里运行的范围。可以是整包运行,也可以只运行一个模块。
标签:http 怎么办 bsp 倒三角 int image har 怎么 点击
原文地址:https://www.cnblogs.com/halafightman/p/13237262.html