[issue10967] move regrtest over to using more unittest infrastructure

R. David Murray report at bugs.python.org
Sat Mar 2 20:58:02 CET 2013


R. David Murray added the comment:

Ah, but for me the point of running directly under unit test (and unittest discovery) it to be able to use the standard unittest facilities for running a single testcase or individual test.  Converting them to skips without making them run if regrtest isn't active might make things worse for that use case.  If we are going to convert them to skips, why not do it right to start with?  It won't any harder, since the logic will be baked into the skip decorators.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10967>
_______________________________________


More information about the Python-bugs-list mailing list