[[unit_test_patlet]]
Trace: » unit_test_patlet
This needs a rewrite
Context
Sometimes a Smoke Test is not enough to test a change in detail when you are working on a module, especially when you are working on new code. This pattern shows you how to test detailed changes so that you can ensure the quality of your codeline.
Problem
How do you test whether a module still works as it should after you make a change?
Solution
Develop and run unit tests.
unit_test_patlet.txt · Last modified: 2005/10/31 13:03 by jflowers