Mock.Patch Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Intro | Infinite loop, input, continue and break | while break continue input mock.patch |
| Intermediate | Use the ipinfo api to lookup ip country | json requests APIs mock.patch |
| Intermediate | Mocking a standard library function | random mock.patch pytest |
| Advanced | Test a number guessing game | exception handling classes games mock.patch pytest |