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

2019-02-24 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

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

2019-02-24 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

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

2015-08-25 Thread Martin Panter
Martin Panter added the comment: Issue 22680, about blacklisting FunctionTestCase, was closed as a duplicate of this. However the patch there has a useful test case for FunctionTestCase that could be merged with any future work here. -- stage: patch review -> needs patch versions: +Pyt

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

2015-08-20 Thread Robert Collins
Changes by Robert Collins : -- title: Add means to mark unittest.TestCases as "do not run". -> Add means to mark unittest.TestCases as "do not load". ___ Python tracker ___