[EMAIL PROTECTED] writes: > Does anyone know of a good way to execute all unit tests present in a > project from the project root dir? > Ideally I'd like a mechanism that does not require the tests/files to > be manually listed in the source (e.g. via the suite mechanism).
nose: A discovery-based unittest extension. <URL:http://somethingaboutorange.com/mrl/projects/nose/> Available in Debian GNU/Linux in the 'python-nose' package; probably available in most others too. -- \ "Simplicity and elegance are unpopular because they require | `\ hard work and discipline to achieve and education to be | _o__) appreciated." —Edsger W. Dijkstra | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list