> put it) PyUnit project. I'm sorry if this is a obvious question or one > that has already been answered, but unit-testing sounds interesting and > I'm not sure where to start.
Hi Ryan. I belive this (http://www.xp123.com/xplor/xp0201/index.shtml) is a good way to learn about unit testing by practice if you already know the basics of it. It is written in Java but is easy to translate to Python. Unittesting really is great in Python, I try to use it for anything but simple and dirty hacks. -- mvh Björn -- http://mail.python.org/mailman/listinfo/python-list