Learning Testing - mikec964/chelmbigstock GitHub Wiki
We're starting unit tests.
Other resources:
- Dive Into Python 3
- Tests and Python structure
- Test cases and assertions
- Testing printed output in Python 2 and Python 3
- Nose extends Unittest to make testing easier. Nose Introduction is a starter guide.