Wednesday, March 11, 2020

Test and Code: 105: TAP: Test Anything Protocol - Matt Layman

The Test Anything Protocol, or TAP, is a way to record test results in a language agnostic way, predates XML by about 10 years, and is still alive and kicking.

Matt Layman has contributed to Python in many ways, including his educational newsletter, and his Django podcast, Django Riffs.

Matt is also the maintainer of tap.py and pytest-tap, two tools that bring the Test Anything Protocol to Python.

In this episode, Matt and I discuss TAP, it's history, his involvement, and some cool use cases for it.

Special Guest: Matt Layman.

Sponsored By:

Support Test & Code : Python Testing for Software Engineers

Links:

<p>The Test Anything Protocol, or TAP, is a way to record test results in a language agnostic way, predates XML by about 10 years, and is still alive and kicking.</p> <p>Matt Layman has contributed to Python in many ways, including his educational newsletter, and his Django podcast, Django Riffs.</p> <p>Matt is also the maintainer of tap.py and pytest-tap, two tools that bring the Test Anything Protocol to Python.</p> <p>In this episode, Matt and I discuss TAP, it&#39;s history, his involvement, and some cool use cases for it.</p><p>Special Guest: Matt Layman.</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: TESTNCODE2020</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineers</a></p><p>Links:</p><ul><li><a href="https://ift.tt/2DYDMv0" title="mattlayman.com" rel="nofollow">mattlayman.com</a></li><li><a href="https://ift.tt/39eDuLT" title="Django Riffs, a podcast for learning Django · Matt Layman" rel="nofollow">Django Riffs, a podcast for learning Django · Matt Layman</a></li><li><a href="https://ift.tt/1M1jiLD" title="Test Anything Protocol" rel="nofollow">Test Anything Protocol</a></li><li><a href="https://ift.tt/38GWEcv" title="pytest-tap: Test Anything Protocol (TAP) reporting plugin for pytest" rel="nofollow">pytest-tap: Test Anything Protocol (TAP) reporting plugin for pytest</a></li><li><a href="https://ift.tt/2vcmUxM" title="tappy - TAP tools for Python " rel="nofollow">tappy - TAP tools for Python </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...