catalog of code¶
Here are the tests and solutions in the book
- makePythonTdd.sh
- makePythonTdd.ps1
- how to make a calculator
- how to pass values
- how to make a person
- how to test/handle exceptions
- how to measure sleep duration
- ModuleNotFoundError
- AssertionError
- AttributeError
- TypeError
- None
- booleans
- truth table
- lists
- list comprehensions
- dictionaries
- functions
- classes