Getting started with pytest
A video course on pytest is in the works.
If you’d like to be notified when it is available, you can do one or more of:
- Join the Test & Code mailing list
- Follow brianokken on Twitter
- Join the Test & Code Slack
- Listen to Python Bytes
- Listen to Test & Code
Companion to “Python Testing with pytest, 2nd Edition”

The course and book are great companions to each other. The course covers:
- most of “Part 1: Primary Power”
- test functions
- fixtures
- parametrization
- markers
- plus some of “Part 2: Working with Projects”
- configuration
- test coverage
- and some of “Part 3: Booster Rockets”
- third party plugins