Monday, September 21, 2020

Test and Code: 131: Test Smarter, Not Harder

Some people avoid writing tests. Some drudge through it painfully.
There is a better way.
In this episode, I'm going to share some advice from Luke Plant on how to "Test Smarter, Not Harder".

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>Some people avoid writing tests. Some drudge through it painfully.<br> There is a better way.<br> In this episode, I&#39;m going to share some advice from Luke Plant on how to <a href="https://ift.tt/3i2xjiD" rel="nofollow">&quot;Test Smarter, Not Harder&quot;</a>.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2Qj9RS9" rel="nofollow">Talk Python Training</a>: <a href="https://ift.tt/2Qj9RS9" rel="nofollow">Online video courses for Python developers</a></li><li><a href="https://ift.tt/3eBYfEe" rel="nofollow">Datadog</a>: <a href="https://ift.tt/3eBYfEe" rel="nofollow">Modern monitoring & security. See inside any stack, any app, at any scale, anywhere. Visit testandcode.com/datadog to get started.</a></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/3i2xjiD" title="Test smarter, not harder - lukeplant.me.uk" rel="nofollow">Test smarter, not harder - lukeplant.me.uk</a> &mdash; The original article by Luke</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...