Wednesday, July 31, 2019

Test and Code: 82: pytest - favorite features since 3.0 - Anthony Sottile

Anthony Sotille is a pytest core contributor, as well as a maintainer and contributor to
many other projects. In this episode, Anthony shares some of the super cool features of pytest that have been added since he started using it.

We also discuss Anthony's move from user to contributor, and how others can help with the pytest project.

Special Guest: Anthony Sottile.

Sponsored By:

Support Test & Code - Python Testing & Development

Links:

<p>Anthony Sotille is a pytest core contributor, as well as a maintainer and contributor to <br> many other projects. In this episode, Anthony shares some of the super cool features of pytest that have been added since he started using it.</p> <p>We also discuss Anthony&#39;s move from user to contributor, and how others can help with the pytest project.</p><p>Special Guest: Anthony Sottile.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2MZsJWY" rel="nofollow">Azure Pipelines</a>: <a href="https://ift.tt/2MZsJWY" rel="nofollow">Many organizations and open source projects are using Azure Pipelines already. Get started for free at azure.com/pipelines</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code - Python Testing & Development</a></p><p>Links:</p><ul><li><a href="https://ift.tt/2ZvwPsp" title="pytest documentation" rel="nofollow">pytest documentation</a></li><li><a href="https://ift.tt/2GDnYNM" title="pytest Changelog" rel="nofollow">pytest Changelog</a></li><li><a href="https://ift.tt/2Zh5PfX" title="pytest API Reference" rel="nofollow">pytest API Reference</a></li><li><a href="https://ift.tt/2Yxjy0T" title="sponsor pytest" rel="nofollow">sponsor pytest</a></li><li><a href="https://ift.tt/2ZvwOol" title="getting started contributing to pytest" rel="nofollow">getting started contributing to pytest</a></li><li><a href="https://amzn.to/2QnzvUv" title="the book: Python Testing with pytest" rel="nofollow">the book: Python Testing with pytest</a> &mdash; The fastest way to learn pytest</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...