[issue1778410] removeTest() method patch for unittest.TestSuite

2021-11-18 Thread Irit Katriel
Irit Katriel added the comment: I agree with Michael that it’s better not to include the test in the first place. This issue was abandoned 8 years ago, closing now. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status: open -> closed

[issue1778410] removeTest() method patch for unittest.TestSuite

2013-02-10 Thread Michael Foord
Michael Foord added the comment: I'm pretty sure the proposed patch doesn't work - but there's no test for it so I can't be sure. I can't think of a better basic strategy, but the strategy here is horrible. This means I'm sympathetic to the desire for a removeTest method but not very

[issue1778410] removeTest() method patch for unittest.TestSuite

2013-02-10 Thread Michael Foord
Michael Foord added the comment: I think better filtering at the collection phase - collecting tests by name or filtering out tests by name - could obviate the need for this. -- ___ Python tracker rep...@bugs.python.org

[issue1778410] removeTest() method patch for unittest.TestSuite

2013-01-26 Thread Ezio Melotti
Ezio Melotti added the comment: Michael, what's the situation now? -- nosy: +ezio.melotti versions: +Python 3.4 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1778410 ___

[issue1778410] removeTest() method patch for unittest.TestSuite

2010-07-27 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: As nobody has responded to msg53044 or msg108206 I'll close this unless there are any objections. -- status: open - pending ___ Python tracker rep...@bugs.python.org

[issue1778410] removeTest() method patch for unittest.TestSuite

2010-07-27 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Michael, can you say if the feature request is accepted or rejected? -- nosy: +merwok stage: unit test needed - status: pending - open versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker

[issue1778410] removeTest() method patch for unittest.TestSuite

2010-07-27 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: I'm sympathetic to the feature request. I think that the way tests identify themselves will change (improve) to accommodate the new extension machinery. I would like to leave this feature request open for the moment and revisit it

[issue1778410] removeTest() method patch for unittest.TestSuite

2010-06-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: This is almost three years old but strikes me as being useful. Could somebody with more knowledge than myself review the patch and update the relevant Python versions? Failing that, simply close the issue as not being relevant today.

[issue1778410] removeTest() method patch for unittest.TestSuite

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +michael.foord stage: - test needed type: - feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1778410