Cleaning up the Tests
Now its time to clean up the remaining tests. Here are the decisions
for each test method.
- test_tied -- Delete the line testing tied? and rename the test to test_initially_empty.
- test_tie -- Delete the test, it is replaced by test_place_token written in the last step.
- test_multiple_positions -- Keep the test, but rewrite it in terms of the new syntax.
- test_untie -- Delete the test.
- test_max_matrix_size -- Rewrite the test in terms of the new syntax.
We do this and the test still pass.