[issue14534] Add means to mark unittest.TestCases as "do not run".

2015-08-20 Thread Robert Collins
Robert Collins added the comment: I'm going to review on rietvald - I see a lot of changes needed - sorry - and some are a bit bikesheddy. But, if we do them I'll commit it asap and do any final fixup needed. -- ___ Python tracker

[issue14534] Add means to mark unittest.TestCases as "do not run".

2015-08-20 Thread Robert Collins
Robert Collins added the comment: Removed the bogus huge diff. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue14534] Add means to mark unittest.TestCases as "do not run".

2015-08-20 Thread Robert Collins
Changes by Robert Collins : Removed file: http://bugs.python.org/file36315/01438f18ee18.diff ___ Python tracker ___ ___ Python-bugs-list maili

[issue14534] Add means to mark unittest.TestCases as "do not run".

2015-08-20 Thread Robert Collins
Robert Collins added the comment: So I've two more cases for this that I think we need to ensure works. Firstly FunctionTestCase should be blacklistable, and its not abstract. Secondly we're going to want nose, unittest2 etc to be able to also honour this. I suspect that this is easy and may n