Jacob Itegboje
These are Test Driven Development exercises in Python. I have put together what has worked for me over a decade of learning the language and seeing how other people use it.

truth table: test_truth_table_tests

truth table: binary operations pt 4

truth table: binary operations pt 3

truth table: binary operations pt 2

truth table: binary operations pt 1

truth table: nullary and unary operations

booleans

None

TypeError

AttributeError

AssertionError

ModuleNotFoundError

how to handle Exceptions in programs

how to test that an Exception is raised

how to make a person

how to pass values

how to make a calculator

how I solve problems with Test Driven Development

how to make a Python Test Driven Development Environment

how I setup my Integrated Development Environment

how to measure sleep duration pt 5: test duration with tests

how to measure sleep duration pt 4: test duration with date and time

how to measure sleep duration pt 3: test duration with an earlier wake than sleep time

how to measure sleep duration pt 2: test duration with hours and minutes

how to measure sleep duration pt 1: test duration with hours

data structures: list comprehensions

data structures: lists