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

Michael Foord fuzzyman at voidspace.org.uk
Mon Jul 13 16:48:19 CEST 2009


jason pellerin wrote:
> 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
>   

I can look at this - no reason for it not to be included in 2.6.3 and 
ported to trunk. Sorry for the late reply - I've been on holiday.

Michael

> JP (primary author of nose)
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk
>   


-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog




More information about the Python-Dev mailing list