[Python-ideas] Adding zope.testrunner test selections to unittest

Michael Foord fuzzyman at gmail.com
Sat Jun 22 22:18:53 CEST 2013


On 22 June 2013 18:02, Barry Warsaw <barry at python.org> wrote:

> On Jun 21, 2013, at 05:14 PM, Gregory P. Smith wrote:
>
> >Agreed.  I'm +1 on the idea of more powerful easier to use test selection.
> > NOT on zope.testrunner's interface.
>
> I personally only ever use -t <pattern> and that seems sufficient, since it
> matches test name, class, module, or path.  The key thing is that it
> should be
> possible to use multiple -t options.  (It doesn't have to be -t).
>

I'd be very happy with this being added to test discovery. It's not even
very difficult, testing it is more of a pain than implementing it! So yes,
patches very welcome.

Michael



>
> -Barry
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
>


-- 

http://www.voidspace.org.uk/

May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing http://www.sqlite.org/different.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130622/69ad07c8/attachment.html>


More information about the Python-ideas mailing list