In this Python Programming Tutorial, we will be learning how to unit-test our 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. Let’s get started.
The code from this video can be found at:
https://github.com/CoreyMSchafer/code…
Subscribe: https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g
#python