[Python-Dev] built-in Python test runner (was: Python Language Summit at PyCon: Agenda)

Eli Bendersky eliben at gmail.com
Tue Mar 5 00:49:50 CET 2013


On Mon, Mar 4, 2013 at 2:14 PM, Barry Warsaw <barry at python.org> wrote:

> On Mar 05, 2013, at 11:01 AM, Robert Collins wrote:
>
> >The big thing is automated tools, not developers.
>
> Exactly.
>

I don't understand. Is "python -m unittest discover" too much typing for
automatic tools? If anything, it's much more portable across Python
versions since any new coommand/script won't be added before 3.4, while the
longer version works in 2.7 and 3.2+

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20130304/cee86b14/attachment.html>


More information about the Python-Dev mailing list