testing: More restructuring for the Nose source
[swc-testing-nose.git] / testing / outline.md
1 Testing Outline
2 ===============
3
4 * Testing: how to save time and write better code
5 * Exceptions: how to handle errors and detect bugs
6 * Unit tests: how to isolate components of your code and make sure they work
7 * Floating-point numbers: how to test results that have limited precision