Raymond Hettinger added the comment:

There are a couple things I really like about this idea:

* In the past, we've had cases of TestXXX classes being omitted, so chunks of 
the test suite weren't being run.  You patch will fix that and let test 
discovery "just work".

* The code is shorter, more idiomatic, and matches the way most users of 
unittest run their code.

I've added a number of stakeholders to the nosy list so they will have a chance 
to chime in.

----------
nosy: +brett.cannon, michael.foord, rhettinger
versions:  -Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to