Wednesday, May 29, 2019

Test and Code: 76: TDD: Don’t be afraid of Test-Driven Development - Chris May

Test Driven Development, TDD, can be intimidating to try.
Why is that? And how can we make it less scary?
That's what this episode is about.

Chris May is a Python developer and the co-founder of PyRVA, the Richmond Virginia Python group.
In this episode, Chris shares his experience with adding testing and TDD to his work flow.

I really enjoyed talking with Chris, and I think his story will help lots of people overcome testing anxiety.

Special Guest: Chris May.

Sponsored By:

Support Test & Code - Python Testing & Development

Links:

<p>Test Driven Development, TDD, can be intimidating to try. <br> Why is that? And how can we make it less scary? <br> That&#39;s what this episode is about.</p> <p>Chris May is a Python developer and the co-founder of PyRVA, the Richmond Virginia Python group.<br> In this episode, Chris shares his experience with adding testing and TDD to his work flow.</p> <p>I really enjoyed talking with Chris, and I think his story will help lots of people overcome testing anxiety.</p><p>Special Guest: Chris May.</p><p>Sponsored By:</p><ul><li><a href="http://bit.ly/2I77yNs" rel="nofollow">PyCharm Professional</a>: <a href="http://bit.ly/2I77yNs" rel="nofollow">Try PyCharm Pro for 4 months. Offer good through June 10. Try out Pro features like integrated coverage and profiling, and extended support for Django, Flask, Pyramid, Cython, and more.</a> Promo Code: TESTNCODE2019</li></ul><p><a href="http://bit.ly/2tzXV5e" rel="payment">Support Test & Code - Python Testing & Development</a></p><p>Links:</p><ul><li><a href="http://bit.ly/2DyPuuk" title="Don't be afraid of Test-Driven Development" rel="nofollow">Don't be afraid of Test-Driven Development</a></li><li><a href="http://bit.ly/2WbzHgd" title="Everyday Superpowers" rel="nofollow">Everyday Superpowers</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...