Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.61 KB

testing-in-python.md

File metadata and controls

25 lines (15 loc) · 1.61 KB
title description
Testing in Python
Join the Spokane Python User Group as we learn how to craft tests for our code!

Testing in Python

May 17, 2022 | :fontawesome-brands-meetup: Meetup{target=_blank} | :fontawesome-brands-github: Code Samples{target=_blank} | :fontawesome-brands-youtube: Recording{target=_blank}

“Code without tests is bad code. It doesn’t matter how well-written it is; it doesn’t matter how pretty or object-oriented or well-encapsulated it is. With tests, we can change the behavior of our code quickly and verifiably. Without them, we really don’t know if our code is getting better or worse.”
- Working Effectively with Legacy Code by Michael Feathers.

If code without tests is bad code, then the first step to writing good code is learning to write tests. Join the Spokane Python User Group as we learn how to craft tests for our code!

Slides

Full screen slides :fontawesome-solid-arrow-up-right-from-square:{target=_blank}

<iframe width="560" height="315" src="https://python-spokane.github.io/testing-in-python/"></iframe>

Recording

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/L-NX81YvqS4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>