Slide 6
Slide 6 text
pycon 2016
@mtomwing @bobcatwilson
Learning Outcomes
● What tests are and why they are important
● What unit tests are and why you should write them
● How to approach writing unit tests
● Why you need test automation and some options
● Some ways to measure code / test quality
● Mocking, fixtures, and parametrization - oh my!
● Refactoring for unit testability
● Hopefully none of our bad habits :)