
Figure 1. |
Figure 2. |
Figure 3. |
There are several example programs for chapter 15: download chapter15.zip.
Add another command line option to testhash.py to enable users to turn on or off the verbose variable. You might want to take a look at the getargs module, which can be found at Software, near the bottom of the page. It’s fully documented, of course:; see getargs.html.
Search for modules and Python code using the Python search engine: http://www.python.org/search/.
Join one of the Python mailing lists, if you have not already done so, at http://www.python.org/psa/MailingLists.html.
If you’re interested in testing software, perhaps the best book I know of is Brian Marick’s The Craft of Software Testing. Prentice-Hall, 1999.
Brian has an unusual viewpoint and a lively writing style. At the very least, read Brian’s revealing paper, “Classic Testing Mistakes,” which can be found at http://www.testing.com/writings.html (not quite halfway down). Check out Brian’s Web site for more testing references: http://www.testing.com/.
|
|
|