Unit Testing your Code with the unittest Module (Video 40 min.)

Submitted by marcel.lubbers on
Go back to...
Author(s)
CoreyMS
Description

You will be learning how to unit-test your code using the unittest module.

Unit testing will allow you to be more comfortable with refactoring and knowing whether or not your updates broke any of your existing code. Unit testing is a must on any large projects and is used by all major companies. Not only that, but it will greatly improve your personal code as well.