In article <[email protected]>, mk <[email protected]> wrote: > >However, unit tests are a tougher cookie, do you have any resource >that's truly worth recommending for learning unit tests?
Start with the doctest module. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ Weinberg's Second Law: If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. -- http://mail.python.org/mailman/listinfo/python-list
