Pybites Logo

Pytest Learning Path

Pytest badge

Writing test code is an essential skill as a developer. We use pytest-cov + mutatest to evaluate your test code. Bookmark this learning path to hone your test coding skills. 

Created on: Dec 29, 2019

Bites in this Path:

# Title
1 Write tests for fibonacci
2 Write tests for list_to_decimal
3 Test print / standard output
4 Test fizzbuzz
5 Test code that parses json and ip ranges
6 Mocking a standard library function
7 Write tests for an account class
8 Zodiacal data parsing
9 Test a number guessing game
10 Test a movie db class