Pytest Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Newbie | Failing tests | debugging testing pytest newbie |
| Beginner | Write tests for fibonacci | fibonacci pytest |
| Beginner | Write tests for list_to_decimal | exception handling pytest |
| Beginner | Test print / standard output | stdout list comprehensions capfd capsys pytest |
| Intermediate | Test fizzbuzz | fizzbuzz pytest |
| Intermediate | Test code that parses json and ip ranges | dataclasses ipaddress json pytest |
| Intermediate | Mocking a standard library function | pytest random mock.patch |
| Advanced | Write tests for an account class | pytest classes |
| Advanced | Zodiacal data parsing | datetime pytest fixtures |
| Advanced | Test a number guessing game | exception handling classes games mock.patch pytest |
| Advanced | Test a movie db class | classes fixtures SQL sqlite3 movie data pytest |