Monday, November 22, 2021

Test and Code: 171: How and why I use pytest's xfail - Paul Ganssle

Paul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for many projects, has some thoughts about pytest's xfail.
He was an early skeptic of using xfail, and is now an proponent of the feature.
In this episode, we talk about some open source workflows that are possible because of xfail.

Special Guest: Paul Ganssle.

Sponsored By:

Support Test & Code in Python

Links:

<p>Paul Ganssle, is a software developer at Google, core Python dev, and open source maintainer for many projects, has some thoughts about pytest&#39;s xfail.<br> He was an early skeptic of using xfail, and is now an proponent of the feature.<br> In this episode, we talk about some open source workflows that are possible because of xfail. </p><p>Special Guest: Paul Ganssle.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTANDCODE22</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code in Python</a></p><p>Links:</p><ul><li><a href="https://ift.tt/3ocBe0O" title="How and why I use pytest's xfail" rel="nofollow">How and why I use pytest's xfail</a> &mdash; Paul's blog post mentioned in the episode</li><li><a href="https://ift.tt/2CNiuuX" title="Craft Minimal Bug Reports" rel="nofollow">Craft Minimal Bug Reports</a> &mdash; Matthew Rocklin's article</li><li><a href="https://ift.tt/2YmF0JI" title="episode 111: Subtests in Python with unittest and pytest - Paul Ganssle" rel="nofollow">episode 111: Subtests in Python with unittest and pytest - Paul Ganssle</a></li><li><a href="https://ift.tt/3llqsVP" title="episode 165: pytest xfail policy and workflow" rel="nofollow">episode 165: pytest xfail policy and workflow</a></li><li><a href="https://ift.tt/3mTpdN3" title="episode 166: unittest expectedFailure and xfail" rel="nofollow">episode 166: unittest expectedFailure and xfail</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...