pycharm运行Pytest警告:passing a string to pytest.main() is deprecated, pass a list of arguments instead.

Posted may18

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pycharm运行Pytest警告:passing a string to pytest.main() is deprecated, pass a list of arguments instead.相关的知识,希望对你有一定的参考价值。

初学pytest.

将pytest写进Python代码中

不同运行方式都可正常运行

技术分享图片技术分享图片 技术分享图片

 

技术分享图片 技术分享图片

 

 

=======================**********************=======================================

============================================================================

若是没有将pytest写进Python代码,直接运行的话将不能执行pytest:

技术分享图片

没有将pytest写进Python代码,又想要执行Pytest,则需要选择py.test运行方式

技术分享图片

 

以上是关于pycharm运行Pytest警告:passing a string to pytest.main() is deprecated, pass a list of arguments instead.的主要内容,如果未能解决你的问题,请参考以下文章

pytest文档3-pycharm运行pytest

pytest文档3-pycharm运行pytest

pytest_03_pycharm运行pytest (转:上海悠悠)

Pytest (二) 在Pycharm中以pytest的方式运行

pycharm运行pytest无法实时输出信息

pytest学习和使用3-对比unittest和pytest脚本在pycharm中运行的方式