[issue22680] Blacklist FunctionTestCase from test discovery

2015-08-25 Thread Martin Panter
Changes by Martin Panter : -- dependencies: +Add means to mark unittest.TestCases as "do not load". ___ Python tracker ___ ___ Python-

[issue22680] Blacklist FunctionTestCase from test discovery

2015-08-20 Thread Robert Collins
Robert Collins added the comment: Thanks for this. I think that a better approach would be the other linked bug - we can kill many birds with one stone. -- resolution: -> duplicate status: open -> closed ___ Python tracker

[issue22680] Blacklist FunctionTestCase from test discovery

2015-08-19 Thread Robert Collins
Changes by Robert Collins : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue22680] Blacklist FunctionTestCase from test discovery

2015-07-27 Thread Evan Hubinger
Evan Hubinger added the comment: I wrote a patch to blacklist FunctionTestCase in TestLoader, and a test to make sure FunctionTestCase doesn't show up in the TestSuite after loading a module that includes it. The test runs successfully. This is my first patch, so feedback would be appreciated

[issue22680] Blacklist FunctionTestCase from test discovery

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue22680] Blacklist FunctionTestCase from test discovery

2014-12-31 Thread Martin Panter
Martin Panter added the comment: Assuming that FunctionTestCase inherits from TestCase, a fix for Issue 14534 would be useful here. That bug is about avoiding TestCase subclasses being automatically run, which is useful for abstract base test classes. -- __

[issue22680] Blacklist FunctionTestCase from test discovery

2014-12-31 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue22680] Blacklist FunctionTestCase from test discovery

2014-11-05 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue22680] Blacklist FunctionTestCase from test discovery

2014-11-05 Thread Michael Foord
Michael Foord added the comment: I agree. -- title: unittest discovery is fragile -> Blacklist FunctionTestCase from test discovery ___ Python tracker ___ __