pytest踩坑记:NameError: name 'pytest' is not defined
背景 在使用pytest-ordering插件的时候,运行case报错:NameError: name 'pytest' is not defined。实际case如下: test_demo.py 然后执行pytest:运行如下图。 分析 我的pytest是用pip3 ...
背景 在使用pytest-ordering插件的时候,运行case报错:NameError: name 'pytest' is not defined。实际case如下: test_demo.py 然后执行pytest:运行如下图。 分析 我的pytest是用pip3 ...