使用Web App agent 试用版,执行时提示collected 0 items

问题

找不到测试用例

报错信息

platform win32 – Python 3.11.0, pytest-9.0.3, pluggy-1.6.0 – C:\Users\glodon\PycharmProjects\PythonProject5.venv\Scripts\python.exe
cachedir: .pytest_cache
rootdir: C:\Users\glodon\PycharmProjects\PythonProject5
plugins: allure-pytest-2.16.0, anyio-4.13.0, langsmith-0.8.4
collected 0 items

环境

虚拟环境

  • 可以看另外一个你提问的帖子,先更新一下依赖包,再重新运行一次看看。
  • 如果还有报错的话,将完整的日志贴上来,才能看到正确的报错信息,你现在贴的这个只是pytest的结果,实际的报错信息没有体现出来