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

2009-07-13 Thread Michael Foord
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 t

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

2009-07-13 Thread Michael Foord
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 t

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

2009-07-05 Thread jason pellerin
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