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

Barry Warsaw barry at python.org
Tue Jun 18 18:41:33 CEST 2013


(Maybe this should better go to the TIP mailing list?)

One of the last things from zope.testrunner that I really rely on is its
highly flexible support for test selection:

https://pypi.python.org/pypi/zope.testrunner/4.4.0#test-selection

Michael and I talked briefly about adding something like this to unittest's
discover, where --pattern is a pale ghost of related functionality.

Has anybody looked into this before?  Is it something that we could feasibly
add to Python 3.4?  (and/or unittest2)

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130618/8b53fb9b/attachment.pgp>


More information about the Python-ideas mailing list