Intro to TDD with Python and the FizzBuzz Code Kata

Опубликовано: 18 Май 2026
на канале: Mouse Vs Python
1,611
29

In today’s video, you will learn about the following topics:

An intro to Test Driven Development (TDD)

Red-Green-Refactor

The importance of source control

Code coverage in Python

I’ll show you how I use pytest to test your code and Coverage to learn how much of your code is truly tested.

You will use the FizzBuzz Code Kata to learn about all these topics.