Python Tutorial: Unit Testing Your Code with the unittest Module
This Python Programming Tutorial will teach learners how to unit-test their code using the unittest module. Unit testing is a must for any large projects and is used by all major companies. It will also help to improve personal code. Learners will be able to refactor and update their code with confidence, as unit testing allows them to know if their changes have broken any existing code. The code from this tutorial can be found at the given GitHub link, and unittest assert methods and the 'if _name_ == '__main__' video are also provided. Support for this tutorial can be found through Patreon, becoming a channel member, one-time contribution through PayPal, cryptocurrency donations, and Corey's public Amazon wishlist. ▼
ADVERTISEMENT
Course Feature
Cost:
Free
Provider:
Youtube
Certificate:
No Information
Language:
English
Start Date:
2017-08-16 00:00:00
Course Overview
❗The content presented here is sourced directly from Youtube platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 27th, 2023]
This Python Programming Tutorial teaches learners how to use the unittest module to unit-test their code. Unit testing allows users to be more confident when refactoring and updating their code, as it allows them to know if their changes have broken any existing code. It is a must for any large projects and is used by all major companies. It will also help to improve personal code. The code from this tutorial can be found at the given GitHub link. Additionally, unittest assert methods and the 'if _name_ == '__main__' video are also provided. Support for this tutorial is available through Patreon, becoming a channel member, one-time contribution through PayPal, cryptocurrency donations, and Corey's public Amazon wishlist. Equipment used and books recommended can also be found on Amazon.
Course Provider
Provider Youtube's Stats at AZClass
Discussion and Reviews
0.0 (Based on 0 reviews)
Start your review of Python Tutorial: Unit Testing Your Code with the unittest Module