discover: automatic test discovery for unittest

2009-06-21 Thread Fuzzyman
The discover module is a backport of the automatic test discovery from python-trunk (what will become Python 2.7 3.2) to work with Python 2.4 or more recent (including Python 3.0). Test discovery allows you to run all the unittest based tests (or just a subset of them) in your project without

ANN: W3C HTML batch Validator in Python

2009-06-21 Thread Christof Hoeke
what is it -- A simple script calling the W3C HTML Validator in batch mode. Adapted from Perl version. changes since the last full release --- - BUGFIX: checks for Valid or Invalid adapted to changes of W3C HTML Validator HTML (the check is really

Python-URL! - weekly Python news and links (Jun 20)

2009-06-21 Thread Gabriel Genellina
QOTW: ... open recursion with abstraction is supported in OOP but it requires elaborate and rather tedious boilerplate in FP ... - Martin Odersky http://www.nabble.com/Re%3A--scala--usefulness-of-OOP-p23273389.html How to write a method that may act both as an instance method