Bringing python-dev into the discussion at Barry's request. The summary is that a recent change to unittest.TestProgram breaks nose by moving self.testRunner initialization from it's old home in TestProgram.runTests to TestProgram.__init__. The very small patch attached to the ticket moves it back to runTests.
Here's the ticket: http://bugs.python.org/issue6418 And a link to the testing in python list discussion: http://lists.idyll.org/pipermail/testing-in-python/2009-July/002032.html JP (primary author of nose)
PGP.sig
Description: PGP signature
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com