Can pytest be made to fail if nothing is asserted?

不问归期 提交于 2019-12-01 06:37:55

This is one of the reasons why it really helps to write a failing test before writing the code to make the test pass. It's that one little extra sanity check for your code.

Also, the first time your test passes without actually writing the code to make it pass is a nice double-take moment too.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!