Playback speed
×
Share post
Share post at current time
0:00
/
0:00
Preview

An Intro to Testing with Python

Learn TDD basics with Python and pytest using a code kata

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.

Watch with a 7-day free trial

Subscribe to The Python Papers to watch this video and get 7 days of free access to the full post archives.

The Python Papers
The Python Papers
Authors
Mike Driscoll