[issue5571] new "TestCase.skip" method causes all tests to skip under trial (Twisted's test runner)

2009-03-27 Thread Glyph Lefkowitz
Glyph Lefkowitz added the comment: I went to the trouble of tracking it down and then I forgot to attach a comment: I'm pretty sure Benjamin meant r70616. -- ___ Python tracker _

[issue5571] new "TestCase.skip" method causes all tests to skip under trial (Twisted's test runner)

2009-03-27 Thread Jean-Paul Calderone
Jean-Paul Calderone added the comment: Hi Benjamin, Thanks for this fix. :) I noticed the revision in your comment doesn't seem to be the one that contains the fix though. -- nosy: +exarkun ___ Python tracker ___

[issue5571] new "TestCase.skip" method causes all tests to skip under trial (Twisted's test runner)

2009-03-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: Renamed to skipTest in r60616. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue5571] new "TestCase.skip" method causes all tests to skip under trial (Twisted's test runner)

2009-03-26 Thread Glyph Lefkowitz
New submission from Glyph Lefkowitz : c.f. this Twisted ticket: http://twistedmatrix.com/trac/ticket/3703 Twisted's test tool has an extended TestCase which uses the 'skip' attribute, on both tests and methods, to determine whether to skip them. You can see the implementation here: http://twis