1. Editing and extending the lesson on testing.
authorGreg Wilson <gvwilson@third-bit.com>
Sat, 7 Sep 2013 18:20:28 +0000 (14:20 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 2 Nov 2013 17:43:01 +0000 (10:43 -0700)
commitd0470d59e9cfc97c3757370261658e91959ff48e
treeb1fbc366166169d03b6694906020a1dabe8580c9
parentc4b87eae74b6c9a7f8e1e999eac2d0fde40cefb9
1. Editing and extending the lesson on testing.

2. Changing the `rectangle_area` function's name (we only need one version in the end).
3. Adding a `border` function for another example.
4. Modifying `ears` to take a `prefix` argument specifying which tests to run.

W. Trevor King: I modified the commit message from the original
05910f2, adding a blank line for for cleaner 'git log --oneline'
formatting.
lessons/swc-python/border.py [new file with mode: 0644]
lessons/swc-python/ears.py
lessons/swc-python/python-5-testing.ipynb
lessons/swc-python/rectangle.py