Thursday, November 19, 2020

Test and Code: 138: Mutation Testing in Python with mutmut - Anders Hovmöller

Your test suite tells you about the quality of your code under test.

Mutation testing is a way to tell you about the quality your test suite.

Anders Hovmöller wrote mutmut for mutation testing in Python, and can be used with pytest, unittest, and others.

In this episode, Anders explains mutation testing, how mutation testing with mutmut works, and good workflows.

Special Guest: Anders Hovmöller.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>Your test suite tells you about the quality of your code under test.<br><br> Mutation testing is a way to tell you about the quality your test suite.<br><br> Anders Hovmöller wrote <a href="https://ift.tt/3kQNfFo" rel="nofollow">mutmut</a> for mutation testing in Python, and can be used with pytest, unittest, and others.<br><br> In this episode, Anders explains mutation testing, how mutation testing with mutmut works, and good workflows.</p><p>Special Guest: Anders Hovmöller.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2Kqoaon" rel="nofollow">Electronic Specifier Insights</a>: <a href="https://ift.tt/2Kqoaon" rel="nofollow">Podcast with reviews from electronics shows and latest tech electronics companies are releasing</a></li><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: TESTANDCODE20</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p><p>Links:</p><ul><li><a href="https://ift.tt/390nBZA" title="mutmut · PyPI" rel="nofollow">mutmut · PyPI</a></li><li><a href="https://ift.tt/36SGuOw" title="cosmic-ray · PyPI" rel="nofollow">cosmic-ray · PyPI</a></li><li><a href="https://ift.tt/36OB4UJ" title="MutPy · PyPI" rel="nofollow">MutPy · PyPI</a></li><li><a href="https://ift.tt/3pMKXL2" title="parso · PyPI" rel="nofollow">parso · PyPI</a></li><li><a href="https://ift.tt/3nJuSE3" title="mutmut documentation" rel="nofollow">mutmut documentation</a></li><li><a href="https://ift.tt/2C3pre2" title="Ned Batchelder article on mutmut" rel="nofollow">Ned Batchelder article on mutmut</a></li></ul>

from Planet Python
via read more

1 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...