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