[Python-Dev] 2.6.3 unittest change breaks nose (issue 6418)

jason pellerin jpellerin at gmail.com
Sun Jul 5 19:46:40 CEST 2009


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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 831 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-dev/attachments/20090705/ebbf7c1e/attachment.pgp>


More information about the Python-Dev mailing list