go back  What to code next?

Bite Level Description & Tags
Bite 240. Write tests for an Account class Advanced level In our third Test Bite you will write tests for …
3.7 classes pytest
Bite 238. Write tests for Fibonacci Beginner level Our first Test Bite! The concept is simple: to pass …
3.7 fibonacci freebie pytest
Bite 239. Test FizzBuzz Intermediate level In our second Test Bite you will write tests for …
3.7 fizzbuzz pytest
Bite 241. Write tests for list_to_decimal Beginner level Our 4th test Bite. Michael made a calculator that will …
3.7 exception handling freebie pytest
Bite 242. Zodiacal data parsing Advanced level In this Bite we will write tests for a module …
3.7 datetime fixtures pytest
Bite 243. Test code that parses JSON and IP ranges Intermediate level Another Test Bite, we ❤️them 😁- today you will write …
3.7 dataclasses ipaddress json pytest
Bite 246. Test print / standard output Beginner level In this Bite you test a function that prints to …
3.7 capfd capsys list comprehensions pytest stdout
Bite 247. Mocking a standard library function Intermediate level In this Bite you will mock out a function of …
3.7 mock.patch pytest random
Bite 248. Test a number guessing game Advanced level In this Bite you test a simple number guessing game …
3.7 classes exception handling games mock.patch pytest
Bite 249. Test a movie DB class Advanced level Time for fixtures, one of pytest's killer features or as …
3.7 classes fixtures movie data pytest SQL sqlite3
Bite 358. Implementation of a Simple Typer Test Intermediate level In this Bite, you will create a simple Typer test …
3.7 command line pytest Typer
Newbie Bite 01. Assigning Objects Welcome to our Newbie Bites, it's time to learn the …
3.10 freebie newbie variables