Course Information
Course Overview
Learning the discipline of Test Driven Development (also known as TDD) Using the Python Programming Language
Test Driven Development is a key discipline every software developer should practice to ensure the quality of their code. In this course I'll show you how to use this discipline in your everyday coding practices to help ensure the quality of your code base.
In this course we’ll be going over:
What is Unit Testing and Test Driven Development and how does it help you.
What is the PyTest testing library and how is it used for writing unit tests in Python.
How to setup some common Python development environments to use PyTest.
What are Test Doubles and how do you implement and use them with unittest.mock.
What are some Best Practices for unit testing and Test Driven Development.
We’ll also walk through some hands on example programming sessions using TDD in Python.
Course Content
- 8 section(s)
- 23 lecture(s)
- Section 1 Introduction
- Section 2 Overview of Unit Testing and Test Driven Development
- Section 3 Setting Up Your Development Environment
- Section 4 Pytest Overview
- Section 5 The Supermarket Checkout Kata
- Section 6 Test Doubles
- Section 7 TDD Best Practices
- Section 8 Conclusion
What You’ll Learn
- How to implement unit tests in python using the discipline of Test Driven Development., How to use test doubles to decouple production code from the rest of the system to be tested in isolation.
Reviews
-
MMarco Frascella
The lecturer shows a code example for almost every concept, which makes explanations easier to follow, the "what" is shown but the "why" is often missing and it feels like reading documentation with no personal addition from the author's experience.
-
AAntonino Murador
The course was clear and well explained. As a note, I would like to see code written in compliance with the PEP‑8 coding style in a course that uses Python.
-
KKamakshi Aggarwal
Over all the best course I have been enrolled to
-
CCarlos Ariza
Pretty good course, valuable examples, and easy to understand