pytest+conftext+fixture,出现fixture xxx not found的报错

文章讲述了在使用pytest进行测试时遇到的fixturenetnotfound错误,作者发现将fixture放入conftest中时需确保conftest位于包含__init__.py的包下,解决了这个问题。
摘要由CSDN通过智能技术生成

test setup failed,fixture ‘net‘ not found,use ‘pytest --fixtures [testpath]‘ for help on them.

尝试过链接里几种方法都不可行:

test setup failed,fixture ‘net‘ not found,use ‘pytest --fixtures [testpath]‘ for help on them._fixture 'net' not found-CSDN博客【三种办法解决】pytest运行测试用例时,出现 E fixture xxx not found的报错_pytest fixture 'driver' not found-CSDN博客

发现当fixture和用例在同一个py文件下可以执行,把fixture放在conftext时会读取不到,即是conftext出了问题。再查conftext的定义,发现遗漏了一个很重要的点,就是conftext必须建在有__init__.py的package下面才能有效果,修改后执行成功。

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值