Working on testing lecture for Python
authorGreg Wilson <gvwilson@third-bit.com>
Thu, 22 Aug 2013 01:02:22 +0000 (21:02 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 2 Nov 2013 17:40:51 +0000 (10:40 -0700)
commitc4b87eae74b6c9a7f8e1e999eac2d0fde40cefb9
treecbde56549fa24a62c63af1f192a3f72a9b0cc815
parent6e92320f4cfe41c2e3b5ed27c430fcf50d531283
Working on testing lecture for Python

W. Trevor King: This is a IPython Notebook translation of Greg's unit
testing content, which he initially developed in 2010 in Software
Carpentry's Subverison repository.  Unfortunately, the content of that
repository was in binary formats (ODF, PNG, etc.), so I can't graft it
on here in any useful way.  Interested parties should check out:

0a39643 Relocating test material, 2010-08-24
  4.0/site/test/unit.html → 4.0/topics/test/unit/test-unit.html

baccde4 Script for lecture on unit testing with Nose, 2010-08-18
  4.0/site/test/unit.html

b37a2f4 Blocking out unit testing lecture, 2010-08-04
  ...
lessons/swc-python/python-5-testing.ipynb [new file with mode: 0644]
lessons/swc-python/rectangle.py [new file with mode: 0644]