解决PytestUnknownMarkWarning: Unknown pytest.mark.welcome - is this a typo? You can register custom
Posted my_captain
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决PytestUnknownMarkWarning: Unknown pytest.mark.welcome - is this a typo? You can register custom 相关的知识,希望对你有一定的参考价值。
在项目下新建一个pytest.ini的配置文件,里面如下配置即可。markers=后面是标签名,如有多个,第二个开始要换行,且要缩进,不然会报错
[pytest] markers=welcome login
以上是关于解决PytestUnknownMarkWarning: Unknown pytest.mark.welcome - is this a typo? You can register custom 的主要内容,如果未能解决你的问题,请参考以下文章