Unit Testing with Python - Course Review
Unit Testing with Python, by Emile Bache is another course in the Core Python learning path in PluralSight.
Very nice. I am a big fan of unit testing - in a big part because before I started using it, my code quality was much worse, not so much because of bugs, but mostly because of way to many dependencies.
Comments