This guided project is for Unit Testing in Python for Beginners.
By the end of this project, you will learn about unit testing in Python. This course will enable you to take your beginner knowledge of Python to the next level by incorporating unit testing into your development. Unit testing means testing the smaller units of your application and the reason for doing this is to prove that your code actually works. The course will take you through a number of different coded examples and you will gain an understanding of the concept of unit testing by the end of this project.