[Python-Dev] test_pyclbr failling

Jeremy Hylton jeremy@alum.mit.edu
Mon, 30 Dec 2002 00:04:36 -0500


It would be helpful if the pyclbr tests could be re-written so that
they don't depend on an arbitrary set of unrelated modules.  While
people should run the full test suite, it seems common to run a
limited set of tests when you're changing a single module and
test_pyclbr always gets skipped.

(I also wonder how useful this pyclbr module is for modern Python,
since almost every module in test_pyclbr that has been modified in the
last year has caused tests to fail.)

Jeremy