【测试】【Debug】vscode pytest 找不到测试用例测试文件 行号部位没有绿色箭头

出现这种情况首先检查:

  1. 是否安装pytest
  2. 点击vscode的这个图标
  3. 如果其中都是空的,没有识别上,并且写好的.py测试文件的行号前面没有运行符号,要检查名称是否按照pytest的要求写,不然会识别不到 。
    命名规则注意:
    文件名必须得是 test_ 开头 或者 _test 结尾;
    类要用Test_开头,方法用test_开头,这样行号会出现绿色运行箭头
    测试类中不可以添加__init__构造函数,如果添加则不认为是测试类,所有测试方法都识别不到了
相关推荐
把头塞进显示器3 天前
电商平台-测试报告
python·selenium·pytest
昔我往昔8 天前
pytest日志问题排查记录
python·pytest
黄昏恋慕黎明11 天前
博客论坛技术迭代
python·pytest
2601_9620782311 天前
Python接口自动化流程(pytest)
python·pytest·接口自动化·测试框架·断言
杨女士YRJ11 天前
python+pytest+01
python·pytest
2601_9620782312 天前
Python接口自动化框架:pytest
python·pytest·接口自动化·测试框架·restfulapi
2601_9620781912 天前
Appium+Python+pytest自动化测试框架详解
自动化测试·python·appium·pytest·移动应用
2601_9622845014 天前
安卓APP UI自动化测试:Python + UiAutomator2 + pytest + pytest-html
python·pytest·uiautomator2·ui自动化测试·安卓app
2601_9623008114 天前
基于pytest的接口自动化测试:使用requests模块的实战项目与接口关联方法详解
接口自动化测试·测试用例·pytest·接口关联·requests模块
2601_9623008114 天前
Python + Requests + Pytest + Excel + Allure:接口自动化测试项目实战
python·excel·pytest·allure·requests