python pytest进阶之xunit fixture详解
前言今天我们再说一下pytest框架和unittest框架相同的fixture的使用,了解unittest的同学应该知
Fixture:歌曲Fixture:英语单词...
前言今天我们再说一下pytest框架和unittest框架相同的fixture的使用,了解unittest的同学应该知
前言学pytest就不得不说fixture,fixture是pytest的精髓所在,就像unittest中的setup和teardown一样,