[TIP] Green and Red bars

Mark Roddy markroddy at gmail.com
Thu Oct 21 10:20:03 PDT 2010


On Thu, Oct 21, 2010 at 11:11 AM, Olemis Lang <olemis at gmail.com> wrote:
> On Thu, Oct 21, 2010 at 10:03 AM, Michael Foord
> <fuzzyman at voidspace.org.uk> wrote:
>>  On 21/10/2010 16:01, Olemis Lang wrote:
>>>
>>> [snip...]
>>> Is it a good idea to add a similar Tkinter GUI runner in stdlib (even
>>> if it is outside unittest module , let's say e.g. in unittestgui
>>> module) ?
>>
>> It could live in tools and I certainly wouldn't be opposed to it. It is
>> something I have considered, especially now that unittest does test
>> discovery, I just haven't had time to work on it.
>>
>
> ok, good to know. I suppose we all (specially Natalia) have good
> reasons to look forward for this to happen.
>
> --
> Regards,
>
> Olemis.
>
> Blog ES: http://simelo-es.blogspot.com/
> Blog EN: http://simelo-en.blogspot.com/
>
> Featured article:
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>


Out of curiosity I pulled down the code from sourceforge, and the GUI
seems to work out of the box with unittest2 (after doing a search and
replace on the module import).  At least it does for the tests across
my code base at work.

-Mark



More information about the testing-in-python mailing list