Friday, September 6, 2019

Test and Code: 86: Teaching testing best practices with 4 testing maxims - Josh Peak

You've incorporated software testing into your coding practices and know from experience that it helps you get your stuff done faster with less headache.

Awesome.

Now your colleagues want in on that super power and want to learn testing.

How do you help them?

That's where Josh Peak is. He's helping his team add testing to their workflow to boost their productivity.

That's what we're talking about today on Test & Code.

Josh walks us through 4 maxims of developing software tests that help grow your confidence and proficiency at test writing.

Special Guest: Josh Peak.

Sponsored By:

Support Test & Code - Python Testing & Development

Links:

<p>You&#39;ve incorporated software testing into your coding practices and know from experience that it helps you get your stuff done faster with less headache.</p> <p>Awesome.</p> <p>Now your colleagues want in on that super power and want to learn testing.</p> <p>How do you help them? </p> <p>That&#39;s where Josh Peak is. He&#39;s helping his team add testing to their workflow to boost their productivity. </p> <p>That&#39;s what we&#39;re talking about today on Test &amp; Code.</p> <p>Josh walks us through 4 maxims of developing software tests that help grow your confidence and proficiency at test writing.</p><p>Special Guest: Josh Peak.</p><p>Sponsored By:</p><ul><li><a href="https://raygun.com" rel="nofollow">Raygun</a>: <a href="https://raygun.com" rel="nofollow">Detect, diagnose, and destroy Python errors that are affecting your customers. With smart Python error monitoring software from Raygun, you can be alerted to issues affecting your users the second they happen.</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/2ZVoxsU" title="From Zero to Test: Turning hurdles into steps. " rel="nofollow">From Zero to Test: Turning hurdles into steps. </a></li><li><a href="https://ift.tt/2Jx03Bq" title="Advanced Python Testing" rel="nofollow">Advanced Python Testing</a> &mdash; Posts</li><li><a href="https://ift.tt/2ZXoNrH" title="pytest-vcr" rel="nofollow">pytest-vcr</a></li><li><a href="https://ift.tt/2zYAl37" title="VCR.py" rel="nofollow">VCR.py</a></li><li><a href="https://ift.tt/2ZVozB2" title="pytest-randomly" rel="nofollow">pytest-randomly</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...