当前位置:   article > 正文

pycharm运行测试用例出现Unknown pytest.mark.run - is this a typo? You can register custom marks to a...

unknown pytest.mark.run - is this a typo? you can register custom marks to a

问题描述:

Python+appium+pytest自动化运行测试脚本出现Unknown pytest.mark.run - is this a typo? You can register custom marks to a…


解决方案:

在项目下任意一个文件夹下新建pytest.ini文件
okk
将run当做标签,pytest.ini文件内容如下

[pytest]
markers =
    run:run these case
  • 1
  • 2

注:run these case这个内容可以随便balabala…

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/649671
推荐阅读
相关标签
  

闽ICP备14008679号