[TIP] unittest2, distribute, and doctests

Jonathan Lange jml at mumak.net
Mon Jun 14 11:50:45 PDT 2010


On Mon, Jun 14, 2010 at 2:18 AM, Robert Collins
<robertc at robertcollins.net> wrote:
> Related to regexp filters, I really want two things in core; I have
> implementations in various places I can propose when trunk unfreezes.
>
> Firstly, getting the filter (whatever it is) from a file, with one
> entry to the filter per line, entries are OR'd together.
>
> Secondly, an exact match filter - where the filter specifies the test
> *id* (and applies *after* load_tests, because that permits both
> parameterisation that multiplies tests and changes ids, and doctests
> where the ids are not directly importable python names).
>

They sound pretty easy to do. Michael, would you accept patches along
these lines?

jml



More information about the testing-in-python mailing list