On Mon, 4 Mar 2013 15:47:37 -0800 Eli Bendersky <eli...@gmail.com> wrote: > On Mon, Mar 4, 2013 at 1:28 PM, Antoine Pitrou <solip...@pitrou.net> wrote: > > > On Mon, 4 Mar 2013 13:26:57 -0800 > > Eli Bendersky <eli...@gmail.com> wrote: > > > [Splitting into a separate thread] > > > > > > Do we really need to overthink something that requires a trivial alias to > > > set up for one's own convenience? > > > > > > Picking a Python version (as Barry mentions) is just one of the problems. > > > What's wrong with: > > > > > > alias rupytests='python3 -m unittest discover" > > > alias runpytests2='python2 -m unittest discover" > > > > > > ? > > > > > > Don't get me wrong, I love the "discover" option and agree that it should > > > be the recommended way to go - but isn't this largely a documentation > > issue? > > > > I would personally call it a typing issue :-) "python -m unittest > > discover" is just too long. > > > > Command-line options for advanced capabilities can get long, yes.
The whole point is that discovery is not "advanced capability", it's pretty basic by today's standards. So it should actually be the default behaviour (like it is with nose). Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com