The main body of the test is in a method called test_can_start_a_list_and_re
trieve_it_later . Any method whose name starts with test_ is a test method,
and will be run by the test runner. You can have more than one test_ method
per class. Nice descriptive names for our test methods are a good idea too.