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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10967>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to