Previous
Next
List of useful links
Speaker's notes:
The following links contain information I found or used while writing this presentation. They weren't very difficult to find, but they may make a good starting point if you'd like to do futher reading on unit testing.
Code used in this talk
Code in a zip file
Code in a tgz file
doctest
doctest module documentation, as of 2.1
timbot's initial doctest post
Some discussion of doctest
doctest and Zope
doctest example from ASPN's Python Cookbook
PyUnit
unittest module documentation, as of 2.1
PyUnit project
Beck's original paper on the Testing Framework
unittest example from
Other links
Interesting teseting Wiki
Implementations of Testing Framework in many languages, including alternate PyUnit and a few other Python implementations.
JUnit home page, with some good (if Java-specific) documentation on test-driven development
Sancho, test framework used by MEMS Exchange
QMTest from CodeSourcery
Copyright 2003 Tom Bryan.